:root{--font-size: 100%;--font-stack: sans-serif;--color-background-prominent: hsla(40, 100%, 95%, 1);--color-background: hsla(0, 100%, 100%, 1);--color-foreground: hsla(0, 0%, 0%, 1);--color-dialog-border: hsla(0, 0%, 0%, 0.95);--color-dialog-background: hsla(0, 100%, 100%, 0.95);--color-dialog-foreground: hsla(0, 0%, 0%, 1);--color-member-border: hsla(0, 0%, 0%, 1);--color-member-background: hsla(0, 100%, 100%, 0.95);--color-member-foreground: hsla(0, 0%, 0%, 1);--color-button-border: hsla(0, 0%, 0%, 0.95);--color-button-background: hsla(40, 100%, 95%, 0.95);--color-button-foreground: hsla(0, 0%, 0%, 1);--color-button-primary-background: hsla(150, 60%, 30%, 1);--color-button-primary-foreground: hsla(150, 100%, 95%, 1);--color-button-danger-background: hsla(0, 60%, 30%, 1);--color-button-danger-foreground: hsla(0, 100%, 95%, 1);--color-nav-background: hsla(220, 100%, 5%);--color-nav-foreground: hsla(220, 100%, 95%);--color-nav-focused-background: hsla(0, 100%, 100%, 0.1);--font-nav-line-height: 3rem;--color-form-input-border: hsla(0, 0%, 0%, 0.95);--border-radius: 4px}*,*::before,*::after{box-sizing:border-box}html,body{display:flex;flex:1;margin:0;padding:0;width:100%;max-width:100vw;min-height:100vh;font:var(--font-size)/1 var(--font-stack)}html{background-color:var(--color-background);color:var(--color-foreground)}code{font-face:monospace}a:not(.button){color:var(--color-foreground);text-decoration:underline}a:not(.button):visited{color:var(--color-foreground)}a:not(.button):focus,a:not(.button):hover{text-decoration:none}#app{position:relative;display:flex;flex-flow:column nowrap;width:100%;max-width:100vw;flex:1}#app-loading{margin:1rem}.form{display:flex;flex-flow:column wrap;width:100%}.form label{width:100%;margin:0 0 .5em 0}.form input:not([type=checkbox]),.form select,.form textarea,.form button,.form .button{display:block;border-radius:var(--border-radius);width:100%;margin:0 0 .5em 0;padding:.575rem 1rem}.form input:not([type=checkbox]),.form select,.form textarea{border:1px solid var(--color-form-input-border)}.button{display:inline-block;text-decoration:none;border-radius:var(--border-radius);border:1px solid var(--color-button-border);background:var(--color-button-background);color:var(--color-button-foreground);padding:.575rem 1rem;text-align:center;font-size:1.1rem}.button.button-small{padding:.225rem .375rem;font-size:1rem}.badge{border-radius:var(--border-radius);border:1px solid var(--color-button-border);background:var(--color-button-background);color:var(--color-button-foreground);margin:.125rem 0 .125rem .5rem;padding:.125rem .25rem;font-size:.8em}.button .badge{margin:-1.125rem 0 0 1rem}.flash{display:block;border-radius:var(--border-radius);border:1px solid var(--color-button-border);background:var(--color-button-background);color:var(--color-button-foreground);padding:.8rem 1rem;margin:0 0 1rem 0}.button.button-primary,.badge.badge-primary,.flash.flash-primary{background:var(--color-button-primary-background);color:var(--color-button-primary-foreground)}.button.button-danger,.badge.badge-danger,.flash.flash-danger{background:var(--color-button-danger-background);color:var(--color-button-danger-foreground)}#pkswitcher-loading{position:fixed;top:.5rem;right:.5rem;display:flex;flex-flow:row nowrap;gap:.325rem;padding:.325rem .725rem;border-radius:var(--border-radius);border:1px solid var(--color-dialog-border);background:var(--color-background-prominent)}#pkswitcher-message{position:fixed;bottom:0;left:0;right:0;display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem 1rem;margin:1rem;width:100%;max-width:calc(100vw - 2rem);border-radius:var(--border-radius);border:1px solid var(--color-dialog-border);color:var(--color-dialog-foreground);background:var(--color-dialog-background)}#pkswitcher-message #pkswitcher-message-inner{flex:1}#pkswitcher-nav{background:var(--color-nav-background);color:var(--color-nav-foreground)}#pkswitcher-nav a{display:inline-block;padding:0 1rem;line-height:var(--font-nav-line-height);color:var(--color-nav-foreground);text-decoration:none}#pkswitcher-nav a:focus,#pkswitcher-nav a:hover{background:var(--color-nav-focused-background)}#pkswitcher-main{display:flex;flex-flow:column wrap;margin:1rem;width:100%;max-width:calc(100% - 2rem)}#pkswitcher-main h1{margin:1rem 0;border-bottom:1px solid var(--color-foreground)}.pkswitcher-expand{border:1px solid var(--color-foreground);border-radius:var(--border-radius);margin:0 0 1rem 0}.pkswitcher-expand summary{padding:.5rem .875rem}.pkswitcher-expand .inner{border-top:1px solid var(--color-foreground);padding:.5rem .875rem}.pkswitcher-switch-members{display:flex;flex-flow:column wrap;margin:0;padding:1rem 0;gap:1rem}.pkswitcher-MemberSearcher{display:flex;flex-flow:column wrap;flex:1}.pkswitcher-MemberSearcher-input{flex:1}.pkswitcher-MemberSearcher-results{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;list-style:none outside none;width:100%;gap:.5rem;flex:1;margin:0;padding:0}.pkswitcher-MemberSearcher-results:not(:empty){padding:.5rem 0 0 0}.pkswitcher-MemberSearcher-results li{display:flex;flex-flow:row nowrap;list-style:none outside none;width:100%;margin:0;padding:0}.pkswitcher-MemberSearcher-results-member,.pkswitcher-switch-member{display:flex;flex:1;flex-flow:row wrap;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem;border-radius:var(--border-radius);border:1px solid var(--color-member-border);background:var(--color-member-background);color:var(--color-member-foreground)}.pkswitcher-switch-member .pkswitcher-switch-member-actions{display:flex;flex-flow:column wrap;justify-content:space-between;align-items:center;height:100%}.pkswitcher-MemberSearcher-results-member img,.pkswitcher-switch-member img{max-width:6rem;max-height:6rem;border-radius:var(--border-radius);border:3px solid transparent}#pkswitcher-switch-memberadd{width:100%;border-radius:var(--border-radius);border:1px solid var(--color-dialog-border);margin:0 0 1rem 0;padding:.575rem}.pkswitcher-switch-buttons{display:flex;flex-flow:row wrap;gap:.5rem;margin:0 0 .5rem 0}.pkswitcher-history-switches li{margin-bottom:.5rem}/*# sourceMappingURL=styles.css.map */
