.popover{display:inline-block;position:relative}.popover__trigger{display:inline-flex}.popover__content{z-index:100;opacity:0;visibility:hidden;background:#fff;border:4px solid #000;min-width:140px;transition:opacity .15s,visibility .15s;position:absolute;top:calc(100% + 8px)}.popover__content--right{right:0}.popover__content--left{left:0}.popover__content--open{opacity:1;visibility:visible}.avatar{border:3px solid #000;display:inline-block;position:relative;overflow:hidden}.avatar--s{border-width:2px;width:32px;height:32px}.avatar--m{width:64px;height:64px}.avatar--l{border-width:4px;width:128px;height:128px}.avatar--editable{cursor:pointer}.avatar--editable:hover .avatar__overlay,.avatar--editable:focus .avatar__overlay{opacity:1}.avatar--editable:focus{outline:2px solid var(--color-button-shadow);outline-offset:2px}.avatar__image{object-fit:cover;width:100%;height:100%;display:block}.avatar__overlay{opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.avatar__edit-icon{color:#fff;text-transform:uppercase;font-size:.75rem;font-weight:600}.avatar-menu__trigger{cursor:pointer;background:#fff;border:3px solid #000;border-radius:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;display:flex;overflow:hidden}.avatar-menu__trigger:focus{outline:none}.avatar-menu__trigger .avatar{border:none;width:100%;height:100%}.avatar-menu__list{margin:0;padding:0;list-style:none}.avatar-menu__item{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px;font-size:1rem;font-weight:600;transition:background-color .15s;display:block}.avatar-menu__item:hover{background-color:var(--color-button-shadow)}.avatar-menu__item:focus{outline:none}.avatar-menu__item:focus-visible{background-color:var(--color-button-shadow)}.avatar-menu__item:not(:last-child){border-bottom:2px solid #000}.button{cursor:pointer;width:16rem;min-width:120px;height:4rem;color:inherit;background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:1rem;padding:0;text-decoration:none;display:inline-flex;position:relative}.button__background{z-index:1;background-color:var(--color-button-shadow);pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(.5rem,.5rem)}.button__primary{z-index:2;pointer-events:none;background-color:#fff;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-.5rem,-.5rem)}.button__frame{z-index:3;background-color:#0000;border:5px solid #000;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:700;transition:transform .2s;display:flex;position:relative}.button:hover:not(.button--disabled) .button__primary{transform:translate(-.75rem,-.75rem)}.button:hover:not(.button--disabled) .button__frame,.button:active:not(.button--disabled) .button__primary{transform:translate(-.25rem,-.25rem)}.button:active:not(.button--disabled) .button__frame{transform:translate(.25rem,.25rem)}.button--disabled{cursor:not-allowed;opacity:.5}.button--onLight .button__primary{background-color:var(--background)}.button--flat{width:auto;height:auto;margin:0}.button--flat .button__frame{background:#fff;border-width:3px;padding:8px 16px}.button--flat:hover:not(.button--disabled) .button__frame,.button--flat:active:not(.button--disabled) .button__frame{background:var(--color-button-shadow);transform:none}.button--flat.button--s .button__frame{padding:6px 12px;font-size:.75rem}.button--flat.button--l .button__frame{padding:12px 24px;font-size:1rem}.button--s{width:10rem;min-width:80px;height:2.5rem;margin:.5rem;font-size:.875rem}.button--s .button__frame{border-width:3px}.button--s .button__background{transform:translate(.375rem,.375rem)}.button--s .button__primary{transform:translate(-.375rem,-.375rem)}.button--s:hover:not(.button--disabled) .button__primary{transform:translate(-.5rem,-.5rem)}.button--s:hover:not(.button--disabled) .button__frame,.button--s:active:not(.button--disabled) .button__primary{transform:translate(-.125rem,-.125rem)}.button--s:active:not(.button--disabled) .button__frame{transform:translate(.125rem,.125rem)}.button--l{width:20rem;min-width:160px;height:5rem;margin:1.25rem;font-size:1.25rem}.button--l .button__frame{border-width:6px}.button--l .button__background{transform:translate(.625rem,.625rem)}.button--l .button__primary{transform:translate(-.625rem,-.625rem)}.button--l:hover:not(.button--disabled) .button__primary{transform:translate(-.875rem,-.875rem)}.button--l:hover:not(.button--disabled) .button__frame,.button--l:active:not(.button--disabled) .button__primary{transform:translate(-.375rem,-.375rem)}.button--l:active:not(.button--disabled) .button__frame{transform:translate(.375rem,.375rem)}.button--image{min-width:unset;width:4rem;height:4rem}.button--image .button__frame{background:#fff;padding:0;overflow:hidden}.button--image:hover:not(.button--disabled) .button__frame{transform:translate(-.25rem,-.25rem)}.button--image:active:not(.button--disabled) .button__frame{transform:translate(.25rem,.25rem)}.button--image.button--s{width:2.5rem;height:2.5rem}.button--image.button--s:hover:not(.button--disabled) .button__frame{transform:translate(-.125rem,-.125rem)}.button--image.button--s:active:not(.button--disabled) .button__frame{transform:translate(.125rem,.125rem)}.button--image.button--l{width:5rem;height:5rem}.button--image.button--l:hover:not(.button--disabled) .button__frame{transform:translate(-.375rem,-.375rem)}.button--image.button--l:active:not(.button--disabled) .button__frame{transform:translate(.375rem,.375rem)}.button__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.file-upload{cursor:pointer;display:inline-block}.file-upload--disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.file-upload__input{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-upload:focus{outline:2px solid var(--color-button-shadow);outline-offset:2px}.input-wrapper{flex-direction:column;gap:4px;padding-bottom:1rem;display:flex;position:relative}.input-wrapper--full-width{width:100%}.input-wrapper__label{color:var(--color-text);font-size:.875rem;font-weight:600}.input-wrapper__input{background:#fff;border:3px solid #000;outline:none;padding:8px 12px;font-size:1rem;transition:border-color .2s,background-color .2s}.input-wrapper__input:focus{border-color:var(--color-button-shadow)}.input-wrapper__input:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.input-wrapper__input--error,.input-wrapper__input--error:focus{border-color:#dc3545}.input-wrapper__error{color:#dc3545;font-size:.75rem;position:absolute;bottom:0;left:0}@media (max-width:399px){.input-wrapper__input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}.input-wrapper__input[type=date]::-webkit-datetime-edit{text-align:center;width:100%}.input-wrapper__input[type=date]{text-align:center}}.modal{z-index:100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal__content{background:#fff;border:4px solid #000;flex-direction:column;align-items:center;gap:16px;padding:24px 32px;display:flex}.spinner{border:3px solid #ccc;border-top-color:#000;border-radius:50%;animation:.8s linear infinite spinner-rotate;display:inline-block}.spinner--small{border-width:2px;width:16px;height:16px}.spinner--medium{border-width:3px;width:24px;height:24px}.spinner--large{border-width:4px;width:40px;height:40px}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.textarea-wrapper{flex-direction:column;gap:4px;padding-bottom:1rem;display:flex;position:relative}.textarea-wrapper--full-width{width:100%}.textarea-wrapper__label{color:var(--color-text);font-size:.875rem;font-weight:600}.textarea-wrapper__textarea{resize:vertical;background:#fff;border:3px solid #000;outline:none;min-height:80px;padding:8px 12px;font-family:inherit;font-size:1rem;transition:border-color .2s}.textarea-wrapper__textarea:focus{border-color:var(--color-button-shadow)}.textarea-wrapper__textarea:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.textarea-wrapper__textarea--error,.textarea-wrapper__textarea--error:focus{border-color:#dc3545}.textarea-wrapper__error{color:#dc3545;font-size:.75rem;position:absolute;bottom:0;left:0}.issue-report-modal-backdrop{z-index:99;position:fixed;top:0;bottom:0;left:0;right:0}.issue-report-modal{flex-direction:column;gap:16px;min-width:320px;max-width:480px;display:flex}.issue-report-modal__title{color:var(--color-text);text-align:center;margin:0;font-size:1.25rem;font-weight:700}.issue-report-modal__type-selector{flex-direction:column;gap:8px;display:flex}.issue-report-modal__type-label{color:var(--color-text);text-align:center;font-size:.875rem;font-weight:600}.issue-report-modal__type-options{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.issue-report-modal__type-option{color:var(--color-text);cursor:pointer;background:#fff;border:3px solid #000;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:.875rem;font-weight:600;transition:background-color .15s,transform .1s;display:flex}.issue-report-modal__type-option:hover{background:#f5f5f5}.issue-report-modal__type-option:active{transform:translateY(1px)}.issue-report-modal__type-option--selected{background:var(--color-button-shadow);color:#000}.issue-report-modal__type-option--selected:hover{background:var(--color-button-shadow)}.issue-report-modal__type-emoji{font-size:1rem}.issue-report-modal__success{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.issue-report-modal__success p{color:var(--color-text);margin:0}.issue-report-modal__issue-link{color:var(--color-text);font-weight:600;text-decoration:underline}.issue-report-modal__issue-link:hover{opacity:.8}.issue-report-modal__error{color:#b91c1c;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin:0;padding:8px 12px;font-size:.875rem}.issue-report-modal__honeypot{opacity:0;pointer-events:none;width:0;height:0;position:absolute;left:-9999px;overflow:hidden}.issue-report-modal__turnstile{justify-content:center;display:flex}.issue-report-modal__actions{justify-content:flex-end;gap:12px;display:flex}.issue-report-modal__actions--center{justify-content:center}.app-header{border-bottom:4px solid #000;justify-content:space-between;align-items:center;padding:16px;display:flex}.app-header__title{margin:0;font-size:2rem;font-weight:700}.app-header__title a{color:inherit;text-decoration:none;transition:transform .2s;display:inline-block}.app-header__title a:hover{transform:translate(-.125rem,-.125rem)}.app-header__title a:active{transform:translate(.0625rem,.0625rem)}.app-header__actions{align-items:center;gap:12px;display:flex}.app-header__avatar.button{margin:0}body{margin:0;font-family:Inter,Avenir,Helvetica,Arial,sans-serif}#root{width:100%;min-height:100vh}:export{colorCorrect:#538d4e;colorContained:#b59f3b;colorWrong:#3a3a3c;colorBackground:#121213;colorBorder:#3a3a3c;colorKeyUnused:#818384;colorText:#000;colorTextGame:#fff;colorButtonShadow:#949c8f;colorBackground:#e8e9de}:root{--color-correct:#538d4e;--color-contained:#b59f3b;--color-wrong:#3a3a3c;--color-background:#121213;--color-border:#3a3a3c;--color-key-unused:#818384;--color-text:#000;--color-text-game:#fff;--color-button-shadow:#949c8f;--background:#e8e9de}.app{background-color:#e8e9de;flex-direction:column;min-height:100vh;display:flex}.app__content{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.app__greeting{margin:0;font-size:1.5rem;font-weight:500}.not-found-page{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:24px;display:flex;position:relative;overflow:hidden}.not-found-page__forest{pointer-events:none;justify-content:center;align-items:flex-end;gap:20px;height:200px;display:flex;position:absolute;bottom:0;left:0;right:0}.not-found-page__tree{width:0;height:0;position:relative}.not-found-page__tree:before{content:"";border-bottom:80px solid #2d5a3d;border-left:30px solid #0000;border-right:30px solid #0000;width:0;height:0;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.not-found-page__tree:after{content:"";border-bottom:60px solid #3d7a4d;border-left:25px solid #0000;border-right:25px solid #0000;width:0;height:0;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.not-found-page__tree--1:before,.not-found-page__tree--2:before,.not-found-page__tree--3:before,.not-found-page__tree--4:before,.not-found-page__tree--5:before{box-shadow:-5px 80px 0 10px #5d4037}.not-found-page__tree--1{opacity:.6;transform:scale(.7)}.not-found-page__tree--2{opacity:.8;transform:scale(1.1)}.not-found-page__tree--3{opacity:1;transform:scale(1.3)}.not-found-page__tree--4{opacity:.7;transform:scale(.9)}.not-found-page__tree--5{opacity:.5;transform:scale(.6)}.not-found-page__content{text-align:center;z-index:1;margin-bottom:100px}.not-found-page__title{color:#2d5a3d;text-shadow:4px 4px #0000001a;margin:0;font-size:8rem;font-weight:700;line-height:1}.not-found-page__subtitle{color:#5d4037;margin:8px 0 24px;font-size:1.5rem;font-weight:600}.not-found-page__message{color:#666;margin:0 0 32px;font-size:1.1rem;line-height:1.6}.not-found-page__link{color:#fff;background-color:#2d5a3d;border-radius:4px;padding:12px 24px;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.not-found-page__link:hover{background-color:#3d7a4d;transform:translateY(-2px)}.guess-letter{text-transform:uppercase;border:2px solid var(--color-border);width:62px;height:62px;color:var(--color-text-game);background-color:var(--color-background);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.guess-letter--wrong{background-color:var(--color-wrong);border-color:var(--color-wrong)}.guess-letter--contained{background-color:var(--color-contained);border-color:var(--color-contained)}.guess-letter--correct{background-color:var(--color-correct);border-color:var(--color-correct)}.guess-word{flex-direction:row;gap:4px;display:flex}.guess-word--shake{animation:.5s ease-in-out shake}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.game-board-wrapper{--board-width:326px;--scale:min(1,calc((100vw - 32px)/var(--board-width)));justify-content:center;width:100%;display:flex}.game-board{zoom:var(--scale);flex-direction:column;gap:6px;display:flex}.share-icon-button{cursor:pointer;color:var(--color-text);opacity:.5;background:0 0;border:none;padding:6px;transition:opacity .2s;display:block}.share-icon-button:hover{opacity:1}.toast-container{z-index:1000;position:absolute;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.toast{color:#000;white-space:nowrap;background:#fff;border:4px solid #000;padding:12px 16px;font-size:1rem;font-weight:600;animation:.2s ease-out forwards toast-slide-up}.toast--hiding{animation:.2s ease-in forwards toast-slide-down}@keyframes toast-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes toast-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.game-status-modal__message{color:#000;text-align:center;margin:0;font-size:1.125rem;font-weight:600}.key{text-transform:uppercase;cursor:pointer;height:58px;color:var(--color-text-game);background-color:var(--color-key-unused);border:none;border-radius:4px;justify-content:center;align-items:center;padding:0 12px;font-weight:700;transition:background-color .1s;display:flex}.key:hover{opacity:.9}.key:active{transform:scale(.95)}.key--alphabet{min-width:43px;font-size:.875rem}.key--alphabet.key--wide{min-width:65px}.key--special{min-width:65px;font-size:.75rem}.key--special.key--wide{min-width:85px}.key--enter{background-color:var(--color-button-shadow);min-width:65px;font-size:.75rem}.key--enter.key--wide{min-width:85px}.key--wrong{background-color:var(--color-wrong)}.key--contained{background-color:var(--color-contained)}.key--correct{background-color:var(--color-correct)}.keyboard-wrapper{--keyboard-width:520px;--scale:min(1,calc(100vw/var(--keyboard-width)));justify-content:center;width:100%;display:flex}.keyboard{zoom:var(--scale);flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.keyboard__row{justify-content:center;gap:6px;display:flex}.home-page{flex-direction:column;align-items:center;gap:32px;display:flex}.home-page__game-container{flex-direction:column;align-items:center;display:flex;position:relative}.home-page__date-title{color:var(--wordle-text-primary,#1a1a1b);text-align:center;margin:16px;font-size:1.125rem;font-weight:600}.home-page__loading{height:200px;color:var(--wordle-text-secondary,#787c7e);justify-content:center;align-items:center;font-size:16px;display:flex}.home-page__date-header{text-align:center;color:var(--color-text);background-color:var(--color-surface);border-radius:8px;margin-bottom:16px;padding:8px 16px;font-size:1.125rem;font-weight:600}.avatar-uploader{flex-direction:column;align-items:center;display:inline-flex}.avatar-uploader__dropzone{cursor:pointer;background:0 0;border:3px dashed #000;justify-content:center;align-items:center;width:128px;height:128px;transition:border-color .2s,background-color .2s;display:flex;position:relative;overflow:hidden}.avatar-uploader__dropzone:hover{background:#00000005;border-color:#666}.avatar-uploader__dropzone:focus-visible{background:#00000005;border-color:#666}.avatar-uploader__dropzone:hover .avatar-uploader__pencil-overlay{opacity:1}.avatar-uploader__dropzone:focus-visible{outline:2px solid var(--color-button-shadow,#666);outline-offset:2px}.avatar-uploader__dropzone--dragging{background:#0000000d;border-color:#000}.avatar-uploader__dropzone--has-image{border-style:solid}.avatar-uploader__placeholder{color:#666;text-align:center;pointer-events:none;padding:16px;font-size:.875rem;line-height:1.4}.avatar-uploader__preview-image{object-fit:cover;pointer-events:none;width:100%;height:100%}.avatar-uploader__pencil-overlay{color:#fff;opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}.avatar-uploader__hidden-input{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.avatar-uploader__loading{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.avatar-uploader__error{box-sizing:border-box;color:#dc3545;text-align:center;background:#fee2e2;border:2px solid #dc3545;width:100%;margin:8px 0 0;padding:8px 12px;font-size:.75rem}.profile-form{flex-direction:column;align-items:center;gap:24px;max-width:400px;padding:24px;display:flex}.profile-form__avatar{margin-bottom:8px}.profile-form__field{width:100%}.profile-form__label{color:var(--color-text);margin-bottom:4px;font-size:.875rem;font-weight:600;display:block}.profile-form__value{color:#666;padding:8px 0;font-size:1rem;display:block}.profile-form__char-count{text-align:right;color:#666;font-size:.75rem;display:block}.profile-form__revert-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.profile-form__revert-wrapper:hover .profile-form__revert-preview{opacity:1;visibility:visible}.profile-form__revert-avatar{color:var(--color-text);cursor:pointer;background:#fff;border:3px solid #000;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:.875rem;font-weight:600;transition:background-color .15s,transform .1s;display:flex}.profile-form__revert-avatar:hover{background:#f5f5f5}.profile-form__revert-avatar:active{transform:translateY(1px)}.profile-form__revert-avatar:disabled{opacity:.5;cursor:not-allowed}.profile-form__revert-preview{opacity:0;visibility:hidden;z-index:10;background:#fff;border:3px solid #000;margin-top:8px;padding:4px;transition:opacity .15s,visibility .15s;position:absolute;top:100%}.profile-form__revert-preview-img{object-fit:cover;width:64px;height:64px;display:block}.profile-form__error{color:#dc3545;text-align:center;background:#fee2e2;border:2px solid #dc3545;width:100%;margin:0;padding:8px 12px;font-size:.875rem}.profile-form__actions{justify-content:center;gap:16px;width:100%;display:flex}.profile-page{flex-direction:column;align-items:center;max-width:400px;margin:0 auto;display:flex}.profile-page__title{color:var(--wordle-text-primary,#1a1a1b);text-align:center;margin:0 0 2px;font-size:1.75rem;font-weight:700}.profile-page__loading{text-align:center;color:#666;padding:48px 16px;font-size:1rem}.mini-game-board{flex-direction:column;align-items:center;gap:4px;display:flex}.mini-game-board__row{gap:4px;display:flex}.mini-game-board__tile{border-radius:2px;width:24px;height:24px}.mini-game-board__tile--wrong{background-color:var(--color-wrong)}.mini-game-board__tile--contained{background-color:var(--color-contained)}.mini-game-board__tile--correct{background-color:var(--color-correct)}.mini-game-board__status{margin-top:8px;font-size:1.25rem}.date-filter{flex-direction:column;gap:16px;width:100%;margin-bottom:24px;display:flex}.date-filter__preset-buttons{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.date-filter__preset-button{cursor:pointer;background:#fff;border:3px solid #000;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.date-filter__preset-button:hover,.date-filter__preset-button--active{background:var(--color-button-shadow)}.date-filter__date-pickers{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.date-filter__navigation{justify-content:space-between;align-items:center;width:100%;display:flex}.date-filter__nav-button{cursor:pointer;background:#fff;border:3px solid #000;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.date-filter__nav-button:hover:not(:disabled){background:var(--color-button-shadow)}.date-filter__nav-button:disabled{opacity:.3;cursor:not-allowed}.score-history-page{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.score-history-page__title{color:var(--color-text);margin-bottom:24px;font-size:1.5rem;font-weight:700}.score-history-page__loading{text-align:center;padding:48px 16px}.score-history-page__error{color:#e74c3c;margin-bottom:16px;font-size:.875rem}.score-history-page__table{border-collapse:collapse;width:100%}.score-history-page__table th,.score-history-page__table td{text-align:center;padding:12px 16px}.score-history-page__table th{border-bottom:3px solid #000;font-weight:600}.score-history-page__table tbody tr{border-bottom:3px solid #000}.score-history-page__empty{text-align:center;color:#666;padding:32px 16px;font-style:italic}.score-history-page__date-cell{vertical-align:middle;font-weight:600}.score-history-page__date-link{color:inherit;text-decoration:none}.score-history-page__date-link:hover{text-decoration:underline}.score-history-page__today-button .button__frame{background-color:var(--color-button-shadow)}.score-history-page__game-cell{vertical-align:middle}.score-history-page__date-cell .share-icon-button{margin:16px auto 0}.score-history-page__in-progress{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.score-history-page__navigation{justify-content:space-between;align-items:center;width:100%;margin-bottom:24px;display:flex}.score-history-page__nav-button{cursor:pointer;background:#fff;border:3px solid #000;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.score-history-page__nav-button:hover:not(:disabled){background:var(--color-button-shadow)}.score-history-page__nav-button:disabled{opacity:.3;cursor:not-allowed}.gamemaker-page{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.gamemaker-page__loading{text-align:center;color:#666;padding:48px 16px;font-size:1rem}.gamemaker-page__title{color:var(--color-text-primary,#1a1a1b);margin-bottom:24px;font-size:1.5rem;font-weight:600}.gamemaker-page__table{border-collapse:collapse;width:100%;margin-bottom:24px}.gamemaker-page__table th,.gamemaker-page__table td{text-align:center;padding:12px 16px}.gamemaker-page__table th{border-bottom:3px solid #000;font-weight:600}.gamemaker-page__table tbody tr{border-bottom:3px solid #000}.gamemaker-page__date-link{color:inherit;text-decoration:none}.gamemaker-page__date-link:hover{text-decoration:underline}.gamemaker-page__empty{text-align:center;color:#666;font-style:italic}.gamemaker-page__answer-toggle{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 12px;font-size:1rem;font-weight:600;transition:background-color .15s}.gamemaker-page__answer-toggle:hover{background:var(--color-button-shadow)}.gamemaker-page__button-group{justify-content:center;gap:8px;display:flex}.gamemaker-page__set-answer-btn{cursor:pointer;background:#fff;border:3px solid #000;padding:8px 16px;font-weight:600;transition:background-color .15s}.gamemaker-page__set-answer-btn:hover:not(:disabled){background:var(--color-button-shadow)}.gamemaker-page__set-answer-btn:disabled{opacity:.5;cursor:not-allowed}.gamemaker-page__navigation{justify-content:space-between;align-items:center;width:100%;margin-bottom:24px;display:flex}.gamemaker-page__nav-button{cursor:pointer;background:#fff;border:3px solid #000;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.gamemaker-page__nav-button:hover:not(:disabled){background:var(--color-button-shadow)}.gamemaker-page__nav-button:disabled{opacity:.3;cursor:not-allowed}.gamemaker-page__form{flex-direction:column;gap:20px;width:100%;display:flex}.gamemaker-page__success{background-color:var(--color-button-shadow);color:#000;text-align:center;border:3px solid #000;margin-top:16px;padding:12px 16px;font-weight:600}.gamemaker-page__error{background-color:var(--color-error-bg,#f8d7da);color:var(--color-error-text,#721c24);text-align:center;border-radius:4px;margin-top:16px;padding:12px 16px}.gamemaker-page__modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.gamemaker-page__modal{width:90%;max-width:400px;box-shadow:8px 8px 0 var(--color-button-shadow);background:#fff;border:4px solid #000;padding:24px}.gamemaker-page__modal-title{text-align:center;margin-bottom:20px;font-size:1.25rem;font-weight:600}.gamemaker-page__modal-actions{justify-content:center;gap:12px;margin-top:16px;display:flex}.error-boundary{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:24px;display:flex}.error-boundary__content{text-align:center}.error-boundary__title{color:#2d5a3d;text-shadow:4px 4px #0000001a;margin:0;font-size:8rem;font-weight:700;line-height:1}.error-boundary__subtitle{color:#5d4037;margin:8px 0 24px;font-size:1.5rem;font-weight:600}.error-boundary__message{color:#666;margin:0 0 32px;font-size:1.1rem;line-height:1.6}.error-boundary__link{color:#fff;background-color:#2d5a3d;border-radius:4px;padding:12px 24px;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.error-boundary__link:hover{background-color:#3d7a4d;transform:translateY(-2px)}