:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fff5dd;font-synthesis:none;text-rendering:optimizelegibility;-webkit-text-size-adjust:100%;--hmf-max-width:1024px;--hmf-min-height:320px;--hmf-theme-bg:#24113f;--hmf-theme-surface:#6f3a8c;--hmf-theme-card:#fff2d4;--hmf-theme-primary:#ff8a3d;--hmf-theme-accent:#ffdf6c;--hmf-theme-text:#fff8ea;--hmf-theme-text-secondary:#e9c8f5;--hmf-theme-body-font:"Trebuchet MS", system-ui, sans-serif;--hmf-theme-title-font:"Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;--hmf-theme-button-radius:28px;background:#0b0717;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@font-face{font-family:Plus Jakarta Sans;src:url(../assets/fonts/plus-jakarta-sans-600.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(../assets/fonts/plus-jakarta-sans-700.ttf)format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(../assets/fonts/plus-jakarta-sans-800.ttf)format("truetype");font-style:normal;font-weight:800;font-display:swap}@font-face{font-family:Material Symbols Rounded;src:url(../assets/fonts/material-symbols-rounded.ttf)format("truetype");font-style:normal;font-weight:400;font-display:block}*{box-sizing:border-box}html,body{background:#0b0717;width:100%;min-width:0;margin:0;overflow-x:hidden}body{overscroll-behavior:none;min-height:100dvh}#app{width:100%;min-width:0;min-height:var(--hmf-min-height);height:clamp(var(--hmf-min-height), 100dvh, 1024px);margin-inline:auto}.halloween-memory-embed{width:min(100%, var(--hmf-max-width));min-width:0;height:100%;min-height:var(--hmf-min-height);background:var(--hmf-theme-bg);contain:layout paint size;touch-action:manipulation;-webkit-user-select:none;user-select:none;margin-inline:auto;position:relative;overflow:hidden}.halloween-memory-embed canvas{touch-action:none;outline:none;max-width:100%;display:block}.hmf-main-menu{z-index:30;color:#ebddff;pointer-events:none;background:#1a063b url(../assets/backgrounds/main-menu-approved.jpg) 50%/cover no-repeat;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:48px 20px;font-family:Plus Jakarta Sans,system-ui,sans-serif;display:flex;position:absolute;inset:0;overflow:hidden}.hmf-main-menu__top{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:448px;margin-inline:auto;padding-top:32px;animation:3s ease-in-out infinite hmf-menu-bounce;display:flex}.hmf-main-menu__title{letter-spacing:-.4px;margin:0;font-weight:400;line-height:1}.hmf-main-menu__title span{display:block}.hmf-main-menu__halloween{color:#ffb68d;-webkit-text-stroke:8px #9b4500;paint-order:stroke fill;filter:drop-shadow(0 4px 8px #ff8c4299);font-size:48px}.hmf-main-menu__memory{color:#a6d726;filter:drop-shadow(0 4px 4px #1a063be6);margin-top:8px;font-size:36px;line-height:40px}.hmf-main-menu__subtitle{color:#ebddffcc;filter:drop-shadow(0 2px 2px #1a063bcc);margin:16px 0 0;padding:8px 24px;font-size:18px;font-weight:600;line-height:28px}.hmf-main-menu__center{flex:1;justify-content:center;align-items:center;width:100%;margin-top:32px;display:flex}.hmf-main-menu button{cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:0;font-family:inherit}.hmf-main-menu__play{color:#6a2d00;background:#ff8c42;border-radius:9999px;justify-content:center;align-items:center;gap:16px;width:280px;height:86px;transition:transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:inset 0 4px #fff6,0 8px #9b4500,0 12px 16px #1a063b66}.hmf-main-menu__play:active{transform:translateY(6px);box-shadow:inset 0 4px #fff6,0 2px #9b4500,0 4px 8px #1a063b4d}.hmf-main-menu__play:focus-visible,.hmf-main-menu__utility:focus-visible{outline-offset:4px;outline:4px solid #fff2b0}.hmf-main-menu__play-icon{width:48px;height:48px;font-size:48px;line-height:48px}.hmf-main-menu__play-label{letter-spacing:.025em;font-size:36px;font-weight:800;line-height:40px}.hmf-main-menu__utilities{justify-content:space-between;align-items:flex-end;width:100%;max-width:1280px;margin-inline:auto;padding:0 16px 32px;display:flex}.hmf-main-menu__utility{color:#408;background:#d7baff;border-radius:9999px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:inset 0 3px #ffffff4d,0 6px #408,0 8px 12px #1a063b66}.hmf-main-menu__utility:active{transform:translateY(4px);box-shadow:inset 0 3px #ffffff4d,0 2px #408,0 4px 6px #1a063b4d}.hmf-main-menu__material-icon{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;letter-spacing:normal;white-space:nowrap;font-family:Material Symbols Rounded;font-size:30px;font-style:normal;font-weight:400;line-height:1}.hmf-main-menu__material-icon.hmf-main-menu__play-icon{width:48px;height:48px;font-size:48px;line-height:48px}@keyframes hmf-menu-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.hmf-main-menu__top{animation:none}.hmf-main-menu__play,.hmf-main-menu__utility{transition:none}}.hmf-name-entry{z-index:20;-webkit-user-select:auto;user-select:auto;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:min(82%,340px);display:grid;position:absolute;left:50%;transform:translate(-50%)}.hmf-name-entry input,.hmf-name-entry button{border:3px solid var(--hmf-theme-accent);border-radius:var(--hmf-theme-button-radius);min-height:54px;font:700 18px/1 var(--hmf-theme-body-font)}.hmf-name-entry input{min-width:0;color:var(--hmf-theme-bg);background:var(--hmf-theme-card);outline:none;padding:0 16px}.hmf-name-entry input:focus{border-color:var(--hmf-theme-primary)}.hmf-name-entry button{color:var(--hmf-theme-bg);background:var(--hmf-theme-primary);border-color:var(--hmf-theme-accent);touch-action:manipulation;padding:0 18px}.hmf-theme-selector{z-index:80;color:#f7efe3;-webkit-user-select:none;user-select:none;background:#0a0810e0;border:1px solid #fff3;border-radius:10px;align-items:center;gap:4px;max-width:calc(100% - 16px);padding:4px;font:700 10px/1 system-ui,sans-serif;display:flex;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000052}.hmf-theme-selector span{opacity:.62;letter-spacing:.12em;padding-inline:5px 3px}.hmf-theme-selector button{color:#d9cfc3;min-height:30px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:0 8px}.hmf-theme-selector button[aria-pressed=true]{color:#19131f;background:#f2c76e;border-color:#ffe2a4}@media (height<=500px) and (orientation:landscape){.hmf-name-entry input,.hmf-name-entry button{border-radius:15px;min-height:44px;font-size:16px}}@media (height<=420px) and (orientation:landscape){#app,.halloween-memory-embed{min-height:300px}}.hmf-hud{--hmf-hud-header-height:80px;--hmf-hud-timer-x:16px;--hmf-hud-timer-y:16px;--hmf-hud-timer-w:117px;--hmf-hud-timer-h:48px;--hmf-hud-timer-radius:16px;--hmf-hud-timer-glyph-size:24px;--hmf-hud-progress-x:195px;--hmf-hud-progress-dots-y:38px;--hmf-hud-progress-text-y:60px;--hmf-hud-progress-dot-spacing:14px;--hmf-hud-progress-dot-size:12px;--hmf-hud-sound-x:320px;--hmf-hud-sound-y:13px;--hmf-hud-sound-w:54px;--hmf-hud-sound-h:54px;--hmf-hud-sound-radius:27px;pointer-events:none;z-index:30;font-family:Plus Jakarta Sans,system-ui,sans-serif;position:absolute;inset:0}.hmf-hud>*{pointer-events:auto}.hmf-hud__timer{left:var(--hmf-hud-timer-x);top:var(--hmf-hud-timer-y);width:var(--hmf-hud-timer-w);height:var(--hmf-hud-timer-h);border-radius:var(--hmf-hud-timer-radius);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#24113fcc;align-items:center;gap:8px;padding:0 14px;display:flex;position:absolute;box-shadow:0 6px 12px -2px #15013699,inset 0 2px #ffffff1a}.hmf-hud__timer-glyph{width:var(--hmf-hud-timer-glyph-size);height:var(--hmf-hud-timer-glyph-size);flex:0 0 var(--hmf-hud-timer-glyph-size);display:block}.hmf-hud__timer-label{color:#c9f56d;letter-spacing:.04em;text-shadow:0 2px 2px #00000080;font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.hmf-hud__progress{left:var(--hmf-hud-progress-x);top:var(--hmf-hud-progress-dots-y);flex-direction:column;align-items:center;gap:4px;display:flex;position:absolute;transform:translate(-50%)}.hmf-hud__progress-dots{align-items:center;gap:6px;display:flex}.hmf-hud__progress-dot{width:var(--hmf-hud-progress-dot-size);height:var(--hmf-hud-progress-dot-size);background:#4a2670;border-radius:50%;transition:background .22s,box-shadow .22s,transform .22s;box-shadow:inset 0 2px 2px #0000004d}.hmf-hud__progress-dot--filled{background:#a6d726;transform:scale(1.05);box-shadow:0 0 8px #a6d726cc,inset 0 2px 2px #fff9}.hmf-hud__progress-text{color:#e8d8ff;letter-spacing:.04em;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.hmf-hud__sound{left:var(--hmf-hud-sound-x);top:var(--hmf-hud-sound-y);width:var(--hmf-hud-sound-w);height:var(--hmf-hud-sound-h);border-radius:var(--hmf-hud-sound-radius);cursor:pointer;background:linear-gradient(145deg,#ffb68d,#f28d57);border:0;justify-content:center;align-items:center;transition:transform .12s,box-shadow .12s;display:flex;position:absolute;box-shadow:inset 0 4px 6px -1px #ffffff4d,0 6px 12px -2px #15013699}.hmf-hud__sound:hover{transform:translateY(-1px)}.hmf-hud__sound:active{transform:translateY(1px);box-shadow:inset 0 4px 6px -1px #ffffff4d,0 2px #6a2d00}.hmf-hud__sound--off{background:linear-gradient(145deg,#6c4a8a,#3a2056)}.hmf-hud__sound svg path{stroke-linecap:round;stroke-linejoin:round}.hmf-result{z-index:75;color:#ebddff;touch-action:none;background:linear-gradient(#150136 0%,#271448 50%,#3d2b5e 100%);font-family:Plus Jakarta Sans,sans-serif;position:absolute;inset:0;overflow:hidden}.hmf-result__stars i{color:#a6d726;opacity:.55;font-style:normal;animation:4s ease-in-out infinite hmf-result-float;position:absolute}.hmf-result__stars i:first-child{top:18%;left:12%}.hmf-result__stars i:nth-child(2){color:#ffb68d;animation-delay:-1s;top:30%;right:10%}.hmf-result__stars i:nth-child(3){color:#d7baff;animation-delay:-2s;bottom:12%;left:18%}@keyframes hmf-result-float{50%{opacity:.9;transform:translateY(-8px)scale(1.08)}}.hmf-result__content{z-index:1;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:28px;width:100%;height:100%;padding:48px 20px 30px;display:flex;position:relative}.hmf-result__header{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.hmf-result__header h1{color:#eddcff;letter-spacing:.02em;background:#6702c8;border-radius:999px;margin:0;padding:12px 32px;font-size:32px;font-weight:800;line-height:40px;box-shadow:0 4px 8px -2px #15013666,inset 0 2px #ffffff1a}.hmf-result__header p{color:#ffb68d;text-align:center;margin:0;font-size:24px;font-weight:700;line-height:32px}.hmf-result__panel{box-sizing:border-box;background:#3d2b5e;border-radius:24px;flex-direction:column;gap:24px;width:100%;max-width:350px;padding:24px;display:flex;box-shadow:0 8px 16px -4px #15013699,inset 0 4px #ffffff26}.hmf-result__score{background:#231043;border-radius:16px;flex-direction:column;align-items:center;padding:12px 16px;display:flex;box-shadow:inset 0 2px 8px #0000004d}.hmf-result__score small{color:#d7baff;letter-spacing:.08em;font-size:14px;font-weight:700}.hmf-result__score strong{color:#c1f445;text-shadow:0 4px #15013680;font-size:56px;font-weight:800;line-height:64px}.hmf-result__stats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.hmf-result__stat,.hmf-result__pairs{background:#322053;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:12px;display:flex;box-shadow:inset 0 2px #ffffff0d}.hmf-result__stat{flex-direction:column}.hmf-result__stat b,.hmf-result__pairs b{color:#ffb68d;font-size:24px;line-height:24px}.hmf-result__stat strong,.hmf-result__pairs strong{color:#ebddff;font-size:20px;font-weight:700;line-height:24px}.hmf-result__stat small,.hmf-result__pairs small{color:#bda99f;letter-spacing:.08em;font-size:11px;font-weight:800}.hmf-result__pairs{flex-direction:row;grid-column:1/3;gap:12px}.hmf-result__actions{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.hmf-result__actions button{color:#6a2d00;cursor:pointer;border:0;font-family:inherit;font-weight:800;transition:transform .1s,box-shadow .1s}.hmf-result__actions button:first-child{background:#ff8c42;border-radius:16px;width:min(302px,100% - 48px);height:68px;font-size:28px;box-shadow:0 6px #0003,inset 0 2px #fff3}.hmf-result__actions button:last-child{color:#ebddff;background:#271448;border-radius:12px;width:min(220px,100% - 80px);height:54px;font-size:20px;box-shadow:0 6px #0003,inset 0 2px #ffffff1f}.hmf-result__actions button:active{transform:translateY(4px);box-shadow:0 2px #0003,inset 0 1px #fff3}@media (height<=700px) and (orientation:portrait){.hmf-result__content{gap:14px;padding-block:24px 18px}.hmf-result__header{gap:8px}.hmf-result__header h1{padding:8px 24px;font-size:26px;line-height:34px}.hmf-result__header p{font-size:18px;line-height:24px}.hmf-result__panel{gap:12px;padding:16px}.hmf-result__score strong{font-size:42px;line-height:48px}.hmf-result__actions{gap:10px}}@font-face{font-family:Material Symbols Outlined;src:url(../assets/fonts/material-symbols-outlined.ttf)format("truetype");font-style:normal;font-weight:400;font-display:block}.hmf-material-outlined{letter-spacing:normal;white-space:nowrap;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;font-family:Material Symbols Outlined;font-size:30px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.hmf-flow-overlay{z-index:30;color:#ebddff;-webkit-user-select:none;user-select:none;background:#1a063b;width:100%;height:100%;font-family:Plus Jakarta Sans,system-ui,sans-serif;position:absolute;inset:0;overflow:hidden}.hmf-flow-overlay button,.hmf-flow-overlay input{font-family:inherit}.hmf-flow-overlay button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:0}.hmf-flow-overlay button:focus-visible,.hmf-flow-overlay input:focus-visible{outline-offset:3px;outline:4px solid #a6d726a6}.hmf-flow-overlay__canvas{z-index:2;width:min(100%,390px);height:min(100%,844px);min-height:min(100%,640px);margin:auto;position:relative}.hmf-player-select:before,.hmf-player-select:after{z-index:0;content:"";pointer-events:none;position:absolute;inset:0}.hmf-player-select:before{opacity:.35;background:url(../assets/backgrounds/player-select-approved.jpg) 50%/cover no-repeat}.hmf-player-select:after{background:linear-gradient(#1a063b66,#0000 42%,#1a063bcc)}.hmf-player-select__canvas{flex-direction:column;padding:20px;display:flex}.hmf-player-select__header{text-align:center;flex-direction:column;flex:none;align-items:center;padding:32px 0 40px;display:flex;position:relative}.hmf-clay-icon-button{color:#ebddff;background:#322053;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:inset 0 4px #ffffff1a,0 6px #1a063b,0 8px 16px #0003}.hmf-clay-icon-button:active{transform:translateY(4px);box-shadow:inset 0 2px #ffffff1a,0 2px #1a063b,0 4px 8px #0003}.hmf-player-select__back{position:absolute;top:32px;left:0}.hmf-player-select__back-icon{font-size:32px}.hmf-player-select__title{color:#ffb68d;filter:drop-shadow(0 4px #00000080);margin:16px 0 0;font-size:32px;font-weight:800;line-height:40px}.hmf-player-select__subtitle{color:#eddcff;margin:8px 0 0;font-size:22px;font-weight:600;line-height:30px}.hmf-player-select__list{flex-direction:column;flex:auto;gap:24px;min-height:0;padding:0 8px 32px;display:flex;overflow-y:auto}.hmf-player-select__player{color:#ebddff;background:linear-gradient(#412f63,#322053);border:2px solid #564338;border-radius:32px;flex:0 0 100px;align-items:center;width:100%;height:100px;padding:0 24px;transition:transform .1s,box-shadow .1s;display:flex;position:relative;box-shadow:inset 0 6px #ffffff26,0 8px #1a063b,0 12px 24px #0000004d}.hmf-player-select__player:active{transform:translateY(6px);box-shadow:inset 0 2px #ffffff26,0 2px #1a063b,0 4px 8px #0000004d}.hmf-player-select__avatar-frame{background:#3d2b5e;border:2px solid #564338;border-radius:50%;flex:0 0 72px;justify-content:center;align-items:center;width:72px;height:72px;margin-right:24px;display:flex;overflow:hidden;box-shadow:inset 0 4px 8px #00000047}.hmf-player-select__avatar{object-fit:contain;width:88%;height:88%}.hmf-player-select__copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.hmf-player-select__name{text-overflow:ellipsis;white-space:nowrap;max-width:170px;font-size:28px;font-weight:700;line-height:36px;overflow:hidden}.hmf-player-select__best{color:#a6d726;font-size:13px;font-weight:700}.hmf-player-select__chevron{color:#ebddff80;font-size:32px;position:absolute;right:24px}.hmf-player-select__empty{filter:drop-shadow(0 5px 10px #00000059);flex:1;place-items:center;min-height:180px;font-size:52px;display:grid}.hmf-player-select__footer{flex:none;justify-content:center;padding:16px 0 40px;display:flex}.hmf-player-select__add{color:#eddcff;background:#322053;border-radius:999px;justify-content:center;align-items:center;gap:12px;height:64px;padding:0 32px;display:flex;box-shadow:inset 0 4px #ffffff1a,0 6px #1a063b,0 8px 16px #0003}.hmf-player-select__add .hmf-material-outlined{color:#a6d726}.hmf-player-select__add-label{font-size:20px;font-weight:700;line-height:24px}.hmf-add-player.hmf-name-entry{-webkit-user-select:none;user-select:none;width:100%;max-width:none;min-height:0;display:block;left:0;transform:none}.hmf-add-player:before,.hmf-add-player:after{z-index:0;content:"";pointer-events:none;position:absolute}.hmf-add-player:before{filter:blur(80px);background:#ff8c4233;border-radius:50%;height:400px;bottom:80px;left:-25%;right:-25%}.hmf-add-player:after{background:#271448;border-radius:100% 100% 0 0;height:200px;bottom:-50px;left:-10%;right:-10%;box-shadow:inset 0 20px 40px #ffffff0d}.hmf-add-player__canvas{background:radial-gradient(circle at 12% 16%,#ffb68dcc 0 1px,#0000 2px),radial-gradient(circle at 84% 12%,#a6d7268c 0 1px,#0000 2px),radial-gradient(circle at 72% 29%,#ffb68d99 0 1.5px,#0000 2.5px),radial-gradient(circle at 20% 38%,#ebddff80 0 1px,#0000 2px),radial-gradient(circle at 91% 46%,#ebddff73 0 1px,#0000 2px),linear-gradient(#150136,#251240 55%,#412f63);flex-direction:column;display:flex}.hmf-add-player__header{z-index:2;justify-content:space-between;align-items:center;width:100%;padding:48px 24px 0;display:flex;position:relative}.hmf-add-player__back{border-radius:16px;width:56px;height:56px}.hmf-add-player .hmf-clay-icon-button.hmf-add-player__back{color:#ebddff;background:#322053;border:0;border-radius:16px;width:56px;height:56px;min-height:56px;padding:0;box-shadow:inset 0 4px #ffffff1a,0 6px #1a063b,0 8px 16px #0003}.hmf-add-player__back .hmf-material-outlined{font-size:30px;line-height:30px}.hmf-add-player__title{color:#ebddff;text-align:center;letter-spacing:.06em;pointer-events:none;filter:drop-shadow(0 2px 4px #00000080);width:100%;margin:0;font-size:28px;font-weight:700;line-height:36px;position:absolute;left:0}.hmf-add-player__header-spacer{width:56px;height:56px}.hmf-add-player__content{z-index:2;flex-direction:column;flex:1;align-items:center;width:100%;padding:64px 24px 24px;display:flex;position:relative}.hmf-add-player__question{color:#fffae6;text-align:center;filter:drop-shadow(0 4px 8px #0006);margin-bottom:32px;font-size:32px;font-weight:800;line-height:40px}.hmf-add-player.hmf-name-entry .hmf-add-player__input{color:#ebddff;text-align:center;caret-color:#a6d726;background:#3d2b5e;border:0;border-radius:24px;outline:0;width:min(100%,330px);height:76px;min-height:76px;margin-bottom:32px;padding:0 24px;font-size:28px;font-weight:700;line-height:36px;box-shadow:inset 0 4px 8px #0006,inset 0 -2px #ffffff1a,0 2px 4px #ffffff0d}.hmf-add-player.hmf-name-entry .hmf-add-player__submit{color:#6a2d00;background:#ff8c42;border:0;border-radius:28px;justify-content:center;align-items:center;gap:12px;width:min(100%,290px);height:80px;min-height:80px;padding:0;display:flex;box-shadow:inset 0 4px #fff6,0 6px #b3591c,0 10px 15px #0000004d}.hmf-add-player__submit-label{font-size:28px;font-weight:800;line-height:32px}.hmf-add-player__submit-icon{font-size:32px}@media (height<=620px) and (orientation:landscape){.hmf-flow-overlay__canvas{width:min(100%,844px);height:100%;max-height:none}.hmf-player-select__canvas{padding:10px 20px}.hmf-player-select__header{padding:6px 0 10px}.hmf-player-select__back{top:6px}.hmf-player-select__title{margin-top:0;font-size:26px;line-height:32px}.hmf-player-select__subtitle{margin-top:0;font-size:16px;line-height:20px}.hmf-player-select__list{flex-direction:row;gap:12px;padding:0 4px 14px;overflow-x:auto}.hmf-player-select__player{flex:1 0 240px;height:88px;min-height:88px;padding:0 16px}.hmf-player-select__avatar-frame{flex-basis:60px;width:60px;height:60px;margin-right:14px}.hmf-player-select__name{max-width:120px;font-size:21px;line-height:27px}.hmf-player-select__footer{padding:4px 0 12px}.hmf-player-select__add{height:52px}.hmf-add-player__canvas{width:min(100%,844px)}.hmf-add-player__header{padding-top:16px}.hmf-add-player__content{justify-content:center;padding:8px 24px 16px}.hmf-add-player__question{margin-bottom:12px;font-size:27px;line-height:32px}.hmf-add-player.hmf-name-entry .hmf-add-player__input{height:56px;min-height:56px;margin-bottom:14px;font-size:22px}.hmf-add-player.hmf-name-entry .hmf-add-player__submit{height:58px;min-height:58px}}
