section.app-page.svelte-1cm8yhf{display:grid;grid-template-rows:auto 1fr;height:100%}.top-bar.svelte-1cm8yhf{grid-area:1/1/2/2;padding:.5rem;display:grid;grid-template-columns:auto 1fr auto;place-items:center center}.bar-option-left.svelte-1cm8yhf{grid-area:1/1/2/2}.bar-title.svelte-1cm8yhf{grid-area:1/1/2/4}.bar-option-right.svelte-1cm8yhf{grid-area:1/3/2/4}.content.svelte-1cm8yhf{grid-area:2/1/3/2}nav.bottom-bar.svelte-12ljq91{background-color:var(--color-background);padding:.5rem 0;display:grid;place-items:stretch}ul.bottom-bar-list.svelte-12ljq91{list-style:none;display:flex;flex-direction:row;justify-content:space-around}li.bottom-bar-item.svelte-12ljq91{flex:1;padding:0 .5rem}a.svelte-12ljq91{background-position:center;color:var(--text-placeholder);outline:none;display:grid;place-items:center;gap:.25rem;font-weight:600;font-size:.85rem}a[aria-current=page].svelte-12ljq91{color:var(--color-primary)}a[aria-current=page].svelte-12ljq91 .material-symbols-rounded:where(.svelte-12ljq91){font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsx" 24}.material-symbols-rounded.svelte-12ljq91{font-size:1.8rem;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsx" 24}label.check-box.svelte-1grdyh{padding:.25rem 0}label.svelte-1grdyh{display:flex;flex-direction:row;align-items:center;gap:.5rem}input[type=checkbox].svelte-1grdyh{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--color-surface);border-radius:.25rem;border:1px solid var(--text-placeholder);width:20px;height:20px;cursor:pointer;position:relative;transition:all .2s ease-in-out}input[type=checkbox].svelte-1grdyh:checked{background-color:#3b82f6;border:none}input[type=checkbox].svelte-1grdyh:checked:after{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>");background-repeat:no-repeat;background-position:center;background-size:14px 14px}input[type=checkbox].svelte-1grdyh:hover{border-color:var(--color-low)}div.text-box.svelte-1sqex4{display:flex;flex-direction:column;gap:.5rem}label.svelte-1sqex4{background-color:var(--color-background);border:1px solid var(--color-border);border-radius:.5rem;padding:0 .75rem;height:3rem;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease-in-out}label.readonly.svelte-1sqex4>input:where(.svelte-1sqex4){color:var(--color-placeholder)}label.readonly.svelte-1sqex4:hover{background-color:var(--color-background)}label.svelte-1sqex4:hover{background-color:var(--hover-input)}input.svelte-1sqex4{color:var(--text-high);height:100%;flex:1}input.svelte-1sqex4::placeholder{color:var(--text-placeholder)}button.svelte-1sqex4{background-color:transparent!important;min-width:auto;min-height:auto;display:grid;place-items:center}p.svelte-1sqex4{color:var(--color-error);display:flex;align-items:center;gap:.5rem}p.svelte-1sqex4 img:where(.svelte-1sqex4){width:1.25rem;height:1.25rem}form.password-recovery-form.svelte-1zqykw{width:100%;height:auto;display:flex;flex-direction:column;gap:1rem}h2.svelte-1zqykw{margin-bottom:-.5rem;display:flex;align-items:center;gap:.5rem}h2.svelte-1zqykw img:where(.svelte-1zqykw){width:2.5rem;height:auto}p.svelte-1zqykw{color:var(--text-low);margin-bottom:1.5rem}button.svelte-1zqykw{margin-top:1.5rem}form.password-reset-form.svelte-14o191z{width:100%;height:auto;display:flex;flex-direction:column;gap:1rem}h2.svelte-14o191z{margin-bottom:-.5rem;display:flex;align-items:center;gap:.5rem}h2.svelte-14o191z img:where(.svelte-14o191z){width:2.5rem;height:auto}p.svelte-14o191z{color:var(--text-low);margin-bottom:1.5rem}a.svelte-14o191z{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}label.search-box.svelte-1khzi4q{background-color:var(--color-surface);border:solid 1px var(--color-border);border-radius:.5rem;padding:0 1rem;height:3rem;display:flex;flex-direction:row;align-items:center;gap:.5rem;transition:background-color .2s ease}label.search-box.svelte-1khzi4q:hover{background-color:var(--hover-ghost)}label.search-box.focused.svelte-1khzi4q{border-color:var(--color-accent-hover)}input.svelte-1khzi4q{flex:1;background-color:transparent;color:var(--text-high)}input.svelte-1khzi4q::placeholder{color:var(--text-placeholder)}input.svelte-1khzi4q::-webkit-search-cancel-button{display:none}button.svelte-1khzi4q{background-color:transparent!important;color:var(--color-accent-hover);display:grid;place-items:center;min-width:auto;min-height:auto}.svoast.svelte-wbah57{background:var(--svoast-bg, #333);color:var(--svoast-text, #fff);padding:var(--svoast-padding, 12px 15px 12px 18px);border-radius:var(--svoast-radius, 4px);box-shadow:var(--svoast-shadow, 0 2px 7px hsl(0 0% 0% / .25));font-size:var(--svoast-font-size, 14px);position:relative;overflow:hidden;pointer-events:all;display:flex;gap:var(--svoast-dismiss-gap, 8px);max-width:var(--svoast-max-width, unset)}.svoast.svelte-wbah57.info{--svoast-colour: var(--svoast-info-colour, #888)}.svoast.svelte-wbah57.attention{--svoast-colour: var(--svoast-attention-colour, #38bdf8)}.svoast.svelte-wbah57.success{--svoast-colour: var(--svoast-success-colour, #4ade80)}.svoast.svelte-wbah57.warning{--svoast-colour: var(--svoast-warning-colour, #fb923c)}.svoast.svelte-wbah57.error{--svoast-colour: var(--svoast-error-colour, #ef4444)}.svoast-bar.svelte-wbah57{position:absolute;top:0;left:0;width:var(--svoast-bar-width, 3px);height:100%;background:var(--svoast-colour)}.svoast-icon.svelte-wbah57{min-width:var(--svoast-icon-size, 21px);min-height:var(--svoast-icon-size, 21px);max-width:var(--svoast-icon-size, 21px);max-height:var(--svoast-icon-size, 21px);color:var(--svoast-colour)}.svoast-icon.svelte-wbah57.promise{animation:svelte-wbah57-promiseSpin 1s linear infinite}.svoast-dismiss.svelte-wbah57{min-width:var(--svoast-icon-size, 21px);min-height:var(--svoast-icon-size, 21px);max-width:var(--svoast-icon-size, 21px);max-height:var(--svoast-icon-size, 21px);padding:var(--svoast-icon-padding, 2px)}@keyframes svelte-wbah57-promiseSpin{0%{rotate:0deg}to{rotate:360deg}}.svoast-container.svelte-rj1rfm{position:fixed;padding:var(--svoast-offset, 16px);top:0;height:100%;width:100%;pointer-events:none;z-index:999;display:flex;flex-direction:column;gap:var(--svoast-gap, 16px);overflow:hidden}.svoast-container.svelte-rj1rfm[data-position*=center]{align-items:center}.svoast-container.svelte-rj1rfm[data-position*=bottom]{justify-content:flex-end}.svoast-container.svelte-rj1rfm[data-position*=center]{left:50%;transform:translate(-50%)}.svoast-container.svelte-rj1rfm[data-position*=-left]{left:0;align-items:flex-start}.svoast-container.svelte-rj1rfm[data-position*=-right]{right:0;align-items:flex-end}.svoast-wrapper.svelte-rj1rfm[data-position=bottom-center]{transform-origin:bottom center}.svoast-wrapper.svelte-rj1rfm[data-position=bottom-left]{transform-origin:bottom left}.svoast-wrapper.svelte-rj1rfm[data-position=bottom-right]{transform-origin:bottom right}.svoast-wrapper.svelte-rj1rfm[data-position=top-center]{transform-origin:top center}.svoast-wrapper.svelte-rj1rfm[data-position=top-left]{transform-origin:top left}.svoast-wrapper.svelte-rj1rfm[data-position=top-right]{transform-origin:top right}form.sign-in-form.svelte-1phi7d2{width:100%;height:auto;display:flex;flex-direction:column;gap:1rem}h2.svelte-1phi7d2{margin-bottom:-.5rem;display:flex;align-items:center;gap:.5rem}h2.svelte-1phi7d2 img:where(.svelte-1phi7d2){width:2.5rem;height:auto}p.svelte-1phi7d2{color:var(--text-low)}p.svelte-1phi7d2:first-of-type{margin-bottom:1.5rem}p.svelte-1phi7d2:last-of-type{margin-top:1.5rem;text-align:center}a.svelte-1phi7d2{margin-bottom:1.5rem;text-align:end}.separator.svelte-1phi7d2{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0;color:var(--text-low)}.separator.svelte-1phi7d2:before,.separator.svelte-1phi7d2:after{content:"";flex:1;height:1px;background-color:var(--text-placeholder);opacity:.3}.social-container.svelte-1phi7d2{display:flex;flex-direction:row;gap:1rem}.social-container.svelte-1phi7d2 button:where(.svelte-1phi7d2){flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}form.sign-in-form.svelte-11lba7b{width:100%;height:auto;display:flex;flex-direction:column;gap:1rem}h2.svelte-11lba7b{margin-bottom:-.5rem;display:flex;align-items:center;gap:.5rem}h2.svelte-11lba7b img:where(.svelte-11lba7b){width:2.5rem;height:auto}p.svelte-11lba7b:first-of-type{margin-bottom:1.5rem}p.svelte-11lba7b:last-of-type{margin-top:1.5rem;text-align:center}p.svelte-11lba7b,span.svelte-11lba7b{color:var(--text-low)}div.view-container.svelte-uc8cwu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}button.svelte-uc8cwu{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem}h2.svelte-uc8cwu{margin-top:1rem}p.svelte-uc8cwu{color:var(--text-low)}.invite-code.svelte-uc8cwu{margin-top:1rem;letter-spacing:.75rem;font-size:1.5rem;display:flex;flex-direction:column;gap:1rem}.btn-copy.svelte-uc8cwu{color:var(--text-low);align-self:center}h2.svelte-uc8cwu,p.svelte-uc8cwu{text-align:center}.separator.svelte-uc8cwu{background-color:var(--color-border);margin:1rem 0;width:100%;height:1px}
