.dark{--md-sys-color-primary:#98ccf9;--md-sys-color-surface-tint:#98ccf9;--md-sys-color-on-primary:#003350;--md-sys-color-primary-container:#034b71;--md-sys-color-on-primary-container:#cbe6ff;--md-sys-color-secondary:#b8c8d9;--md-sys-color-on-secondary:#22323f;--md-sys-color-secondary-container:#394856;--md-sys-color-on-secondary-container:#d4e4f6;--md-sys-color-tertiary:#d1bfe7;--md-sys-color-on-tertiary:#372b4a;--md-sys-color-tertiary-container:#4e4162;--md-sys-color-on-tertiary-container:#ecdcff;--md-sys-color-error:#ffb4ab;--md-sys-color-on-error:#690005;--md-sys-color-error-container:#93000a;--md-sys-color-on-error-container:#ffdad6;--md-sys-color-background:#101417;--md-sys-color-on-background:#e0e3e8;--md-sys-color-surface:#101417;--md-sys-color-on-surface:#e0e3e8;--md-sys-color-surface-variant:#42474d;--md-sys-color-on-surface-variant:#c1c7ce;--md-sys-color-outline:#8c9198;--md-sys-color-outline-variant:#42474d;--md-sys-color-shadow:#000;--md-sys-color-scrim:#000;--md-sys-color-inverse-surface:#e0e3e8;--md-sys-color-inverse-on-surface:#2d3135;--md-sys-color-inverse-primary:#2a638a;--md-sys-color-primary-fixed:#cbe6ff;--md-sys-color-on-primary-fixed:#001e31;--md-sys-color-primary-fixed-dim:#98ccf9;--md-sys-color-on-primary-fixed-variant:#034b71;--md-sys-color-secondary-fixed:#d4e4f6;--md-sys-color-on-secondary-fixed:#0d1d2a;--md-sys-color-secondary-fixed-dim:#b8c8d9;--md-sys-color-on-secondary-fixed-variant:#394856;--md-sys-color-tertiary-fixed:#ecdcff;--md-sys-color-on-tertiary-fixed:#211534;--md-sys-color-tertiary-fixed-dim:#d1bfe7;--md-sys-color-on-tertiary-fixed-variant:#4e4162;--md-sys-color-surface-dim:#101417;--md-sys-color-surface-bright:#363a3e;--md-sys-color-surface-container-lowest:#0b0f12;--md-sys-color-surface-container-low:#181c20;--md-sys-color-surface-container:#1c2024;--md-sys-color-surface-container-high:#272a2e;--md-sys-color-surface-container-highest:#313539}.light{--md-sys-color-primary:#2a638a;--md-sys-color-surface-tint:#2a638a;--md-sys-color-on-primary:#fff;--md-sys-color-primary-container:#cbe6ff;--md-sys-color-on-primary-container:#001e31;--md-sys-color-secondary:#50606f;--md-sys-color-on-secondary:#fff;--md-sys-color-secondary-container:#d4e4f6;--md-sys-color-on-secondary-container:#0d1d2a;--md-sys-color-tertiary:#66587b;--md-sys-color-on-tertiary:#fff;--md-sys-color-tertiary-container:#ecdcff;--md-sys-color-on-tertiary-container:#211534;--md-sys-color-error:#ba1a1a;--md-sys-color-on-error:#fff;--md-sys-color-error-container:#ffdad6;--md-sys-color-on-error-container:#410002;--md-sys-color-background:#f7f9ff;--md-sys-color-on-background:#181c20;--md-sys-color-surface:#f7f9ff;--md-sys-color-on-surface:#181c20;--md-sys-color-surface-variant:#dee3ea;--md-sys-color-on-surface-variant:#42474d;--md-sys-color-outline:#72787e;--md-sys-color-outline-variant:#c1c7ce;--md-sys-color-shadow:#000;--md-sys-color-scrim:#000;--md-sys-color-inverse-surface:#2d3135;--md-sys-color-inverse-on-surface:#eef1f6;--md-sys-color-inverse-primary:#98ccf9;--md-sys-color-primary-fixed:#cbe6ff;--md-sys-color-on-primary-fixed:#001e31;--md-sys-color-primary-fixed-dim:#98ccf9;--md-sys-color-on-primary-fixed-variant:#034b71;--md-sys-color-secondary-fixed:#d4e4f6;--md-sys-color-on-secondary-fixed:#0d1d2a;--md-sys-color-secondary-fixed-dim:#b8c8d9;--md-sys-color-on-secondary-fixed-variant:#394856;--md-sys-color-tertiary-fixed:#ecdcff;--md-sys-color-on-tertiary-fixed:#211534;--md-sys-color-tertiary-fixed-dim:#d1bfe7;--md-sys-color-on-tertiary-fixed-variant:#4e4162;--md-sys-color-surface-dim:#d7dadf;--md-sys-color-surface-bright:#f7f9ff;--md-sys-color-surface-container-lowest:#fff;--md-sys-color-surface-container-low:#f1f4f9;--md-sys-color-surface-container:#ebeef3;--md-sys-color-surface-container-high:#e6e8ee;--md-sys-color-surface-container-highest:#e0e3e8}::-webkit-scrollbar{width:0;visibility:hidden}html{scroll-behavior:smooth;width:100%}.center,.container,.home-container{max-width:900px;width:100%;margin:0 auto;padding:20px;box-sizing:border-box}body{padding:0}.background{display:flex;flex-direction:column;align-items:center}button{border:none;border-radius:20px;padding:10px 20px;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;letter-spacing:.1px;margin:2px;cursor:pointer;min-height:40px;min-width:100px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;box-sizing:border-box}button:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}button.filled{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:0 1px 2px rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15)}button.filled:hover{box-shadow:0 1px 2px rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15)}button.filled:active{box-shadow:0 1px 2px rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15)}button.filled-tonal{background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);box-shadow:none}button.filled-tonal:hover{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}button.outlined{background-color:transparent;color:var(--md-sys-color-primary);border:1px solid var(--md-sys-color-outline);box-shadow:none}button.outlined:hover{background-color:rgba(var(--md-sys-color-primary-rgb,103,80,164),.08);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}button.text{background-color:transparent;color:var(--md-sys-color-primary);box-shadow:none;padding:14px 16px}button.text:hover{background-color:rgba(var(--md-sys-color-primary-rgb,103,80,164),.08)}.filled-tonal-link{background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border:none;border-radius:20px;padding:10px 20px;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;letter-spacing:.1px;margin:2px;cursor:pointer;min-height:40px;min-width:100px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:none}.filled-tonal-link:hover{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}input{box-sizing:border-box;border:1px solid var(--md-sys-color-outline);border-radius:20px;background-color:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface);padding:12px 16px;text-align:left;text-decoration:none;display:inline-block;font-size:14px;font-weight:400;width:100%;min-height:40px;transition:all .2s cubic-bezier(.4,0,.2,1)}input:focus{outline:none;border:2px solid var(--md-sys-color-primary);box-shadow:0 0 0 1px var(--md-sys-color-primary)}select{box-sizing:border-box;border:1px solid var(--md-sys-color-outline);border-radius:8px;background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);padding:8px 16px;font-size:14px;cursor:pointer;transition:border-color .2s ease}select:focus,select:hover{border-color:var(--md-sys-color-primary)}select:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--md-sys-color-primary-rgb,103,80,164),.2)}.box{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);text-align:center;width:100%;max-width:100%;box-sizing:border-box;margin:0 auto 16px auto;font-size:20px;font-weight:500}.box,.surface-container{border-radius:20px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.surface-container{background-color:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface)}.button-group,.lobby-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.lobby-buttons{margin:16px 0}.session-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.form{width:100%;max-width:500px;margin:0 auto;gap:16px}.form,.input-group{display:flex;flex-direction:column}.loading-circle{width:32px;height:32px;border:2px solid var(--md-sys-color-outline);border-top-color:var(--md-sys-color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.copy-icon{fill:var(--md-sys-color-on-secondary-container);margin-right:6px}.dropdown-arrow{margin-left:6px;transition:transform .2s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}@media screen and (max-width:768px){.center,.container,.home-container{max-width:100%;padding:16px}.box{width:100%;font-size:18px;padding:16px;margin-bottom:16px}.form{gap:14px}.button-group,.lobby-buttons{flex-direction:column;gap:12px}.session-buttons{width:100%;justify-content:center}button{width:100%;max-width:280px;min-width:150px}.filled-tonal-link{width:auto;max-width:none}input{max-width:none;width:100%}}@media screen and (max-width:480px){.box,.center,.container,.home-container{padding:12px}.box{font-size:16px;margin-bottom:12px}.form{gap:12px}.button-group,.lobby-buttons{gap:8px}button{min-width:120px;font-size:13px;padding:8px 16px}}.cookie-banner[data-v-31f6aa46]{width:100%;background-color:var(--md-sys-color-primary-container);padding:10px;position:fixed;bottom:0;left:0}.cookie-banner-content[data-v-31f6aa46]{display:flex;justify-content:space-between;align-items:center;flex-direction:column}p[data-v-31f6aa46]{margin:0;margin-bottom:10px;color:var(--md-sys-color-on-primary-container)}button[data-v-31f6aa46]{border-radius:10px;padding:5px 8px;font-size:16px;min-height:auto;min-width:auto}.footer[data-v-e3f42a30]{background-color:var(--md-sys-color-background);padding:20px;text-align:center;color:var(--md-sys-color-on-background)}a[data-v-e3f42a30],p[data-v-e3f42a30]{color:var(--md-sys-color-on-surface);font-size:20px;margin:0}.footer-links[data-v-e3f42a30]{margin-bottom:10px;display:flex;justify-content:center;gap:30px}.footer-link[data-v-e3f42a30]{color:var(--md-sys-color-on-background);text-decoration:none;cursor:pointer}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.d0bc87a8.ttf) format("truetype")}body{margin:0}#app,body{font-family:Roboto,system-ui,-apple-system,sans-serif}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:var(--md-sys-color-on-background)}.background{box-sizing:border-box;width:100vw;min-height:100vh;padding:24px;background-color:var(--md-sys-color-background);transition:background-color .3s cubic-bezier(.4,0,.2,1)}.theme-switch{position:absolute;top:24px;right:24px;width:80px;height:60px;cursor:pointer;border-radius:20px;transition:all .2s cubic-bezier(.4,0,.2,1)}.theme-switch:hover{background-color:rgba(var(--md-sys-color-on-surface-rgb,0,0,0),.04)}@media (max-width:768px){.background{padding:20px}.theme-switch{top:20px;right:20px;width:70px;height:50px}}@media (max-width:480px){.background{padding:16px}.theme-switch{top:16px;right:16px;width:60px;height:45px}}.home-container[data-v-445c6ea0]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}