:root{--app-background: #303030;--foreground-0: #808080;--foreground-1: #d0ccc8;--background-0: #404040;--background-1: #37332f;--background-2: #383838;--background-3: #44403b;--background-4: #524d47;--background-5: #6d665f;--border-0: var(--foreground-0);--border-1: #888077;--border-2: #948c84;--action-color-0: var(--foreground-0);--action-color-1: #9C916D;--action-color-2: #B5AD92;--action-background-0: var(--background-0);--action-background-1: var(--background-3);--action-background-2: var(--background-4);--submit-background-0: var(--background-0);--submit-background-1: #344037;--submit-background-2: #3e4d42;--tooltip-background-0: #202020;--tooltip-background-1: var(--background-4);--button-background-0: var(--background-0);--button-background-1: #44403b;--button-background-2: #524d47;--link-color-primary: #9C916D;--link-hover-primary: #B5AD92;--link-disabled-primary: #808080;--primary-black: #2a332c;--primary-gray: #b0b0b0;--primary-white: #e0e0e0;--secondary-black: #3f4d42;--secondary-gray: #c0c0c0;--secondary-white: #f0f0f0;--text-black: var(--primary-black);--text-white: var(--primary-white)}body{color:var(--foreground-1);background-color:var(--app-background);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link-color-primary);text-decoration:none}a:hover{color:var(--link-hover-primary)}button{font-size:1rem;color:var(--action-color-1);background:var(--action-background-1);border:1px solid var(--action-color-1);border-radius:5px;padding:.5rem;cursor:pointer}button:hover{color:var(--action-color-2);background:var(--action-background-2);border-color:var(--action-color-2)}hr{width:5rem}button.icon{width:2.5rem;font-size:1rem;cursor:pointer}span.icon{cursor:pointer}.left{align-self:flex-start}.centered{align-self:center}.right{align-self:flex-end}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{min-height:100vh;display:flex;flex-flow:column nowrap;justify-content:flex-start}.header{padding:.5rem;background-color:var(--background-2);align-self:stretch;display:flex;flex-flow:column nowrap;justify-content:flex-start}.content{padding:0 1rem;flex:100 1 auto;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}.footer{padding:.5rem;background-color:var(--background-2);align-self:stretch;display:flex;flex-flow:row nowrap;justify-content:space-between}.no-margin{margin:0}.no-wrap{white-space:nowrap}.hbox{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:.5em}.vbox{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:.5em}.svg-icon{width:1rem;height:1rem;fill:currentColor;text-align:center;vertical-align:center}.nav-bar{margin-top:1rem;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.nav-icon{width:2rem;height:2rem}.nav-button{font-size:1.5rem;color:var(--foreground-1);background:var(--action-background-1);border-radius:50%;border:1px solid var(--border-1);margin:2px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:space-evenly}.nav-button:hover{background:var(--action-background-2)}.notice{width:100%;color:#d3d3d3;background:#404040;border:1px solid #b8b8b8;border-radius:5px;padding:.5rem;box-sizing:border-box;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start}.notice .icon{color:#a0a0a0}.notice .icon:hover{color:#d3d3d3}.notice-error{color:red;background:#302020;border:1px solid #c04040}.notice-error .icon{color:#c00000}.notice-error .icon:hover{color:red}.notice-warn{color:#ff0;background:#303020;border:1px solid #c0c040}.notice-warn .icon{color:#c0c000}.notice-warn .icon:hover{color:#ff0}.notice-info{color:#c0ffc0;background:#304030;border:1px solid #90c090}.notice-info .icon{color:#60c060}.notice-info .icon:hover{color:#c0ffc0}.notice-messages{background:transparent;display:flex;flex-flow:column nowrap;align-items:flex-start}.notice-message{background:transparent}.notice-close{border:none;padding:16px;margin:-16px;text-align:center;cursor:pointer;background:none;border:0}.notice-close:hover{border:none;background:none}.membership-status{color:gray}.owner{color:#c0c000}.accepted{color:#00e0a0}.invited{color:#00a0e0}.requested{color:#c0c000}.revoked{color:#e00000}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:6rem;background-color:var(--tooltip-background-1);text-align:center;padding:.2rem 0;border-radius:.3rem;position:absolute;z-index:1;top:-.2rem;right:200%}.tooltip:hover .tooltiptext{visibility:visible}.tooltip .tooltiptext:after{content:" ";position:absolute;top:50%;left:100%;margin-top:-5px;border-width:5px;border-style:solid;border-color:transparent transparent transparent var(--tooltip-background-1)}.flight-timer-clock{font-size:3rem}.dashboard-header{font-size:.8rem;width:100%;white-space:nowrap;text-align:center}table.dashboard{width:100%}table.dashboard td:first-child{width:20%}table.location td:nth-child(2){text-align:right}.page-container{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:1em}.page-banner{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.page-banner img{width:4em;height:4em}.page-body{width:20rem;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center}.page-form{margin:1em;border:1px solid var(--border-1);border-radius:1em;padding:1em;background-color:var(--background-2);display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:stretch;gap:1em}.page-form-content{display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:stretch;gap:1em}.page-header-row,.page-label-row{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start}.page-label{font-size:.8rem}.page-text{font-size:1rem;width:100%;box-sizing:border-box}.page-field{font-size:1rem;width:100%;box-sizing:border-box;color:var(--foreground-1);background:var(--app-background);border-radius:5px;border:1px solid var(--border-1);padding:.5rem 1rem;margin-top:.5rem}.page-field-label-button,.page-field-action-button{align-self:flex-end}.page-row{font-size:1rem;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:.5em;color:var(--foreground-1);padding:.5rem;width:100%;box-sizing:border-box}.page-result{font-size:1rem;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:.5em;color:var(--foreground-1);background:var(--background-3);border-radius:5px;padding:.5rem;width:100%;box-sizing:border-box;cursor:pointer}.page-result:hover{color:var(--foreground-1);background:var(--background-4)}.page-action{width:100%;white-space:nowrap}.page-action.icon{width:3rem}.page-action:hover{color:var(--action-color-2);background:var(--action-background-2);border-color:var(--border-2)}.page-action:disabled{color:var(--action-color-0);background:var(--action-background-0);border-color:var(--border-0)}.page-link{font-size:.8rem;width:100%;white-space:nowrap}.page-link .right{text-align:right}.page-header{font-size:1.2rem;width:100%;white-space:nowrap}.page-section{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:.5em;cursor:pointer}.page-section:hover{background-color:var(--action-background-2)}.page-metric{font-size:2rem;width:100%;white-space:nowrap;text-align:center}.page-submit{width:100%;white-space:nowrap}.page-submit:disabled{color:var(--link-disabled-primary);background:var(--submit-background-0);border:1px solid var(--border-0)}.swatch{cursor:pointer;border-radius:5px;border:1px solid var(--border-1);padding:.5rem 1rem;margin-top:.5rem}.swatch-color{width:100%;transition:ease all .5s}.popover{z-index:2;margin-top:.2rem}.popover-cover{position:fixed;inset:0}.v-separator{border-left:1px solid currentColor;height:3.5rem}table.flight-list{border-collapse:separate;border-spacing:0 .5rem}table.flight-list tr{cursor:pointer;color:var(--foreground-1);background:var(--background-3);border:1px solid red}table.flight-list tr:hover{color:var(--foreground-1);background:var(--background-4)}table.flight-list td{padding:.5rem}table.flight-list td:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}table.flight-list td:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}table.flight-list td:nth-child(2){text-align:left}table.flight-list td:nth-child(3){text-align:left}table.flight-list td:nth-child(4){text-align:right}table.flight-list td:nth-child(5){text-align:right}table.metrics{width:100%}table.metrics td:nth-child(2){text-align:end}table.stats{width:100%}table.stats td:nth-child(2){text-align:start}table.stats td:nth-child(3){text-align:end}table.stats td:nth-child(4){text-align:end}table.records{width:100%}table.records td:nth-child(2){text-align:end}.twitter-picker{background:red;border-radius:0}
