.card{position:relative;display:block;padding:0}.card-action{display:flex;align-items:flex-end;justify-content:space-between}.card-edge-left{min-width:10%;width:100%;box-shadow:inset 2px 0 0 0 var(--theme-text),inset 0 2px 0 0 var(--theme-text);padding:calc((var(--font-size) * .5) * var(--theme-line-height-base))2ch 0 1ch}.card-edge-right{min-width:10%;width:100%;box-shadow:inset -2px 0 0 0 var(--theme-text),inset 0 2px 0 0 var(--theme-text);padding:calc((var(--font-size) * .5) * var(--theme-line-height-base))2ch 0 1ch}.card-title{flex-shrink:0;padding:0 1ch;font-size:var(--font-size);font-weight:400;text-align:center;white-space:nowrap}.card-title a{background:0 0}.card-title a:hover,.card-title a:focus{background:var(--theme-focused-foreground)}.card-children{box-shadow:inset 2px 0 0 0 var(--theme-text),inset -2px 0 0 0 var(--theme-text),inset 0 -2px 0 0 var(--theme-text);display:block;padding:calc(var(--theme-line-height-base) * .5rem)2ch calc(var(--theme-line-height-base) * 1rem);overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.card-children::-webkit-scrollbar{display:none}.action-button{display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer;outline:0;border:0;margin:0;padding:0;box-sizing:border-box;background:0 0;font-family:var(--font-family-mono);font-size:var(--font-size);flex-shrink:0;text-decoration:none;color:var(--theme-text)}.action-button .hotkey{background:var(--theme-button-foreground);color:var(--theme-text);flex-shrink:0;font-weight:400;padding:0 1ch;user-select:none}.action-button .content{background:var(--theme-button-background);box-shadow:inset 0 0 0 2px var(--theme-button-foreground);flex-shrink:0;font-weight:400;padding:0 1ch;text-transform:uppercase;user-select:none;white-space:nowrap}.action-button:hover,.action-button:focus,.action-button:active{background:0 0}.action-button:hover .hotkey,.action-button:focus .hotkey,.action-button:active .hotkey{background:var(--theme-focused-foreground)}.action-button:hover .content,.action-button:focus .content,.action-button:active .content{box-shadow:inset 0 0 0 2px var(--theme-focused-foreground)}.action-button.selected .content{background:var(--theme-focused-foreground)}.action-list-item{align-items:flex-start;background:0 0;color:var(--theme-text);cursor:pointer;display:flex;justify-content:space-between;outline:0;border:0;text-decoration:none}.action-list-item:visited,.action-list-item:hover,.action-list-item:focus{background:0 0;color:var(--theme-text)}.action-list-item .icon{align-items:center;background:var(--theme-button-foreground);display:inline-flex;flex-shrink:0;height:calc(var(--font-size) * var(--theme-line-height-base));justify-content:center;width:3ch;user-select:none}.action-list-item .text{align-items:center;align-self:stretch;background:var(--theme-button-background);display:inline-flex;justify-content:flex-start;min-width:10%;padding:0 1ch;width:100%}.action-list-item:hover .icon,.action-list-item:focus .icon,.action-list-item:active .icon{background:var(--theme-focused-foreground)}.action-list{margin:var(--line-rhythm)0}.badge{display:inline-block;vertical-align:top;text-align:center;font-weight:400;margin:0;outline:0;border:0;font-family:var(--font-family-mono);min-height:calc(var(--theme-line-height-base) * var(--font-size));text-transform:uppercase;transition:200ms ease all;background:var(--theme-border);padding:0 1ch;color:var(--theme-text);text-decoration:none}a.badge:hover,a.badge:focus{background:var(--theme-focused-foreground)}.divider{align-items:center;border:0;display:flex;flex-direction:column;flex-shrink:0;height:calc(var(--font-size) * var(--theme-line-height-base));justify-content:center;outline:0;width:100%;background:0 0;margin:0}.divider::before{content:'';background:var(--theme-text);display:block;flex-shrink:0;height:2px;width:100%}.alert-banner{display:block;background:var(--theme-border);box-shadow:1ch 1ch 0 0 var(--theme-border-subdued);padding:var(--line-rhythm)2ch;font-weight:400}.menu{position:relative;display:inline-block;list-style:none;text-indent:0}.menu li::before{display:none}.menu__trigger{cursor:pointer;user-select:none;background:var(--theme-button-background);box-shadow:inset 0 0 0 2px var(--theme-button-foreground);padding:0 1ch;text-transform:uppercase;white-space:nowrap}.menu__trigger:hover{box-shadow:inset 0 0 0 2px var(--theme-focused-foreground)}.menu.open .menu__trigger{background:var(--theme-focused-foreground);box-shadow:inset 0 0 0 2px var(--theme-focused-foreground)}.menu__dropdown{display:none;position:absolute;top:100%;left:0;z-index:var(--z-index-page-dropdown-menus);background:var(--theme-background-modal);box-shadow:inset 0 0 0 1px var(--theme-border),1ch 1ch 0 0 var(--theme-overlay);list-style:none;margin:0;padding:calc(var(--line-rhythm) * .5)0;min-width:100%;text-indent:0}.menu.open .menu__dropdown{display:block}.menu__dropdown li{display:block;white-space:nowrap}.menu__dropdown li::before{display:none}.menu__dropdown a{display:block;padding:0 2ch;background:0 0}.menu__dropdown a:hover,.menu__dropdown a:focus{background:var(--theme-focused-foreground)}.menu__dropdown hr{margin:calc(var(--line-rhythm) * .5)0;height:1px;background:var(--theme-border)}