.shell{background:var(--paper);flex-direction:column;min-height:100dvh;display:flex}.shell-header{z-index:20;align-items:center;gap:var(--space-3);min-height:64px;padding:var(--space-2) var(--space-4);background:var(--oat);border-bottom:1px solid var(--line);flex-wrap:wrap;display:flex;position:sticky;top:0}.shell-header__identity{flex-direction:column;min-width:0;display:flex}.shell-header__surface{letter-spacing:-.01em;font-weight:700}.shell-header__scope{color:var(--muted);font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-header__end{align-items:center;gap:var(--space-3);flex-wrap:wrap;min-width:0;margin-inline-start:auto;display:flex}.shell-header__user{color:var(--muted);font-size:var(--text-sm);overflow-wrap:anywhere;min-width:0;max-width:22ch;display:block}.shell-header__account{align-items:center;gap:var(--space-3);min-width:0;max-width:100%;display:flex}.shell-header__account>div{flex-shrink:0}.shell-header__security{min-height:var(--tap-min);align-items:center;display:inline-flex}.shell-security-page{max-width:42rem;padding:var(--space-5) var(--space-4);margin-inline:auto}.shell-login__remembered{gap:var(--space-2);display:grid}.shell-login__tile{gap:var(--space-2);flex-wrap:wrap;display:flex}.shell-login__tile>:first-child{overflow-wrap:anywhere;flex:1}.shell-security__qr{width:100%;max-width:20rem;height:auto;display:block}.shell-security__secret{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.shell-banner{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--rust);color:var(--paper);flex-wrap:wrap;font-weight:600;display:flex}.shell-banner__detail{font-weight:400}.shell-banner .ui-button[data-variant=secondary]{background:var(--paper);border-color:var(--paper)}.shell-banner :focus-visible{outline-color:var(--paper)}.shell-body{flex:1;min-height:0;display:flex}.shell-main{--table-sticky-top:64px;min-width:0;padding:var(--space-5) var(--space-4);padding-bottom:calc(56px + var(--space-2) + var(--space-5) + env(safe-area-inset-bottom,0px));flex:1}@media (max-width:899.98px){.shell-nav:has(>.shell-nav__link:nth-child(7))~.shell-main{padding-bottom:calc(2 * 56px + var(--space-1) + var(--space-2) + var(--space-5) + env(safe-area-inset-bottom,0px))}}.shell-main:focus{outline:none}.shell-content{gap:var(--space-5);flex-direction:column;max-width:1280px;margin-inline:auto;display:flex}.shell-nav{z-index:30;justify-content:space-around;gap:var(--space-1);padding:var(--space-1) var(--space-2) calc(var(--space-1) + env(safe-area-inset-bottom,0px));background:var(--oat);border-top:1px solid var(--line);flex-wrap:wrap;display:flex;position:fixed;inset-block-end:0;inset-inline:0}.shell-nav__link{flex:1 1 calc(16.666% - var(--space-1));justify-content:center;align-items:center;gap:var(--space-1);min-width:0;min-height:56px;padding:var(--space-1) var(--space-2);border-radius:var(--radius-control);color:var(--muted);font-size:var(--text-xs);text-align:center;flex-direction:column;font-weight:600;display:flex}.shell-nav__link:hover{background:var(--paper-hover);color:var(--ink)}.shell-nav__link[aria-current=page]{background:var(--paper);color:var(--ink);box-shadow:inset 0 -3px 0 0 var(--rust);font-weight:700}.shell-nav__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (min-width:900px){.shell-nav{top:64px;justify-content:flex-start;align-self:flex-start;gap:var(--space-1);width:240px;max-height:calc(100dvh - 64px);padding:var(--space-4) var(--space-3);border-top:0;border-inline-end:1px solid var(--line);flex-direction:column;position:sticky;inset-block-end:auto;inset-inline:auto;overflow-y:auto}.shell-nav__link{flex:initial;justify-content:flex-start;gap:var(--space-3);min-height:var(--tap-min);font-size:var(--text-base);text-align:start;flex-direction:row}.shell-nav__link[aria-current=page]{box-shadow:inset 3px 0 0 0 var(--rust)}.shell-main{padding:var(--space-6) var(--space-6);padding-bottom:var(--space-7)}}.shell-scope-switcher{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.shell-scope-switcher .ui-select{min-width:12ch;max-width:24ch}.shell-login{min-height:100dvh;padding:var(--space-5) var(--space-4);background:var(--paper);justify-content:center;align-items:center;display:flex}.shell-login__panel{width:min(420px,100%)}.shell-login__form{gap:var(--space-4);flex-direction:column;display:flex}.shell-login__error{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--paper);border:2px solid var(--rust);border-radius:var(--radius-control);color:var(--ink);display:flex}
