:root{color-scheme:light;--shell-bg: #f6f5f2;--shell-panel: rgba(250, 249, 246, .97);--shell-panel-line: rgba(47, 58, 70, .1);--shell-panel-soft: rgba(47, 58, 70, .06);--shell-text: #212b35;--shell-muted: #707b86;--shell-brand: #43586a;--shell-content-bg: #ffffff;--shell-shadow: 0 16px 36px rgba(39, 45, 54, .08);--shell-sidebar-width: 236px;--shell-sidebar-collapsed-width: 92px;--shell-sidebar-icon-left: 12px;--shell-sidebar-content-left: 64px}*{box-sizing:border-box}html,body,#app{min-height:100%}html,body{margin:0;overflow-x:hidden;background:radial-gradient(880px 380px at 0% 0%,rgba(67,88,106,.06),transparent 56%),radial-gradient(760px 320px at 100% 100%,rgba(162,139,103,.06),transparent 50%),var(--shell-bg);color:#102132;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}body{min-height:100vh}body.shell-embedded{background:#fff}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(67,88,106,.32);outline-offset:2px}.shell-layout{min-height:100vh;display:grid;grid-template-columns:var(--shell-sidebar-width) minmax(0,1fr);overflow-x:hidden;transition:grid-template-columns .18s cubic-bezier(.2,.8,.2,1);will-change:grid-template-columns}.shell-sidebar{position:sticky;top:0;z-index:20;height:100vh;padding:22px 12px 16px;background:linear-gradient(180deg,#fcfbf8fa,#f7f5f0f2);color:var(--shell-text);border-right:1px solid var(--shell-panel-line);overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;gap:16px;transition:padding .18s cubic-bezier(.2,.8,.2,1),gap .18s cubic-bezier(.2,.8,.2,1),background .18s ease}.shell-brand{position:relative;min-height:58px;padding:2px 0 14px;border-bottom:1px solid var(--shell-panel-soft)}.shell-brand-mark{position:absolute;left:var(--shell-sidebar-content-left);top:2px;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#495f71,#607587);color:#fbfbfa;box-shadow:0 10px 22px #43586a24;transition:opacity .14s ease,transform .14s ease}.shell-brand-mark svg,.shell-link-badge svg,.shell-external-badge-mark svg{width:24px;height:24px;display:block;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.shell-brand-mark svg{width:22px;height:22px;stroke-width:1.95}.shell-sidebar-toggle{position:absolute;left:var(--shell-sidebar-icon-left);top:2px;width:42px;height:42px;border-radius:12px;border:1px solid rgba(47,58,70,.1);background:#ffffffc7;color:#43586a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.shell-sidebar-toggle:hover{background:#fffffff5;border-color:#43586a2e;color:#2f4355}.shell-sidebar-toggle svg{width:18px;height:18px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease}.shell-nav{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding-right:2px}.shell-link,.shell-external-entry{position:relative;display:flex;align-items:center;min-height:52px;padding:10px 11px 10px var(--shell-sidebar-content-left);border-radius:14px;text-decoration:none;color:#213038;background:transparent;border:1px solid transparent;overflow:hidden;transition:padding .12s ease,width .12s ease,min-width .12s ease,max-width .12s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.shell-link:hover,.shell-external-entry:hover{background:#ffffffbd;border-color:#2f3a461a;box-shadow:0 8px 22px #26282e0d}.shell-link.active{background:#ffffffeb;border-color:#43586a1f;box-shadow:0 12px 24px #272d360d}.shell-link-badge,.shell-external-badge-mark{position:absolute;left:var(--shell-sidebar-icon-left);top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:transparent;color:#495b69;border:0}.shell-link.active .shell-link-badge{color:#7a6548}.shell-link-copy,.shell-external-copy{display:flex;align-items:center;min-width:0;max-width:220px;overflow:hidden;white-space:nowrap;transition:max-width .12s ease,opacity .16s ease,transform .16s ease}.shell-link-copy strong,.shell-external-copy strong{font-size:14px;line-height:1.35;font-weight:600;color:#213038}.shell-foot{border-top:1px solid var(--shell-panel-soft);padding:14px 6px 0;display:grid}.shell-external-entry{min-height:54px;background:#ffffffe0;border-color:#2f3a461a;box-shadow:0 10px 22px #272d360a}.shell-main{position:relative;z-index:0;min-width:0;min-height:100vh;padding:0}.shell-main-inner,.shell-frame-wrap{min-height:100vh;background:var(--shell-content-bg)}body.shell-sidebar-collapsed .shell-layout{grid-template-columns:var(--shell-sidebar-collapsed-width) minmax(0,1fr)}body.shell-sidebar-collapsed .shell-link,body.shell-sidebar-collapsed .shell-external-entry{width:52px;min-width:52px;max-width:52px;padding-right:0;padding-left:0;justify-content:center;justify-self:center;overflow:hidden;z-index:1}body.shell-sidebar-collapsed .shell-sidebar,body.shell-sidebar-collapsed .shell-nav,body.shell-sidebar-collapsed .shell-foot{overflow:visible}body.shell-sidebar-collapsed .shell-link:hover,body.shell-sidebar-collapsed .shell-link:focus-visible,body.shell-sidebar-collapsed .shell-external-entry:hover,body.shell-sidebar-collapsed .shell-external-entry:focus-visible{width:188px;min-width:188px;max-width:188px;padding-right:14px;padding-left:var(--shell-sidebar-content-left);justify-content:flex-start;justify-self:start;overflow:hidden;z-index:4}body.shell-sidebar-collapsed .shell-link:after,body.shell-sidebar-collapsed .shell-external-entry:after{content:none}body.shell-sidebar-collapsed .shell-brand-mark{opacity:0;transform:translate(-8px);pointer-events:none}body.shell-sidebar-collapsed .shell-link-copy,body.shell-sidebar-collapsed .shell-external-copy{width:0;min-width:0;max-width:0;opacity:0;transform:translate(-8px);pointer-events:none}body.shell-sidebar-collapsed .shell-link:hover .shell-link-copy,body.shell-sidebar-collapsed .shell-link:focus-visible .shell-link-copy,body.shell-sidebar-collapsed .shell-external-entry:hover .shell-external-copy,body.shell-sidebar-collapsed .shell-external-entry:focus-visible .shell-external-copy{width:108px;min-width:108px;max-width:108px;opacity:1;transform:translate(0);pointer-events:auto}body.shell-sidebar-collapsed .shell-sidebar-toggle svg{transform:rotate(180deg)}@media(max-width:980px){.shell-layout{grid-template-columns:1fr}.shell-sidebar{position:sticky;height:auto;min-height:auto;padding:18px 14px 14px;grid-template-rows:auto auto auto}.shell-brand{min-height:46px;padding-bottom:10px}.shell-brand-mark{left:52px}.shell-sidebar-toggle{left:0}.shell-sidebar-toggle{pointer-events:none;opacity:.42}.shell-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-main,.shell-main-inner,.shell-frame-wrap{min-height:auto}}@media(max-width:720px){.shell-sidebar{padding:16px 12px 12px}.shell-nav{grid-template-columns:1fr}.shell-link,.shell-external-entry{min-height:48px}}
