.shell{display:grid;grid-template-columns:212px minmax(0,1fr);min-height:100vh;min-height:100dvh;background:var(--marble);color:var(--ink)}.deck-root.shell .shell-rail{grid-row:auto;grid-column:1;position:sticky;top:0;height:100vh;height:100dvh;z-index:3}.deck-root.shell .shell-main{grid-column:2;min-width:0;position:relative;z-index:1}@media (max-width:860px){.shell{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto}.deck-root.shell .shell-main{grid-column:1;grid-row:1}.deck-root.shell .shell-rail{display:flex;grid-column:1;grid-row:2;position:sticky;top:auto;bottom:0;height:auto;flex-direction:row;justify-content:flex-start;overflow-x:auto;overscroll-behavior-x:contain;border-right:none;border-top:1px solid var(--hairline);padding:8px 10px max(8px,env(safe-area-inset-bottom));gap:4px}.deck-root.shell .shell-rail a{flex:0 0 auto}.deck-root.shell .shell-rail .tip{display:none}.deck-root.shell .shell-rail .sep{flex:0 0 auto;width:10px}}.deck-root.shell .shell-rail{align-items:stretch;padding:14px 10px;gap:2px}.deck-root.shell .rail-brand{display:flex;align-items:center;gap:10px;height:auto;width:auto;padding:6px 8px 14px;margin-bottom:6px;border-bottom:1px solid var(--hairline);border-radius:0;color:var(--ink)}.deck-root.shell .rail-brand:hover{background:transparent}.deck-root.shell .rail-brand svg{width:22px;height:22px;flex:0 0 auto}.deck-root.shell .rail-wordmark{font-family:var(--display);font-size:15px;font-weight:600;letter-spacing:-.01em}.deck-root.shell .shell-rail a{width:auto;height:auto;display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:var(--r-sm)}.deck-root.shell .rail-icon{display:grid;place-items:center;flex:0 0 18px}.deck-root.shell .rail-icon svg{width:17px;height:17px;display:block}.deck-root.shell .rail-label{font-family:var(--sans);font-size:13.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:860px){.deck-root.shell .rail-brand,.deck-root.shell .rail-label{display:none}.deck-root.shell .shell-rail{align-items:center;padding:8px 10px}.deck-root.shell .shell-rail a{padding:9px 11px}}