:root{color:#1d2530;background:#f7f4ee;font-family:Inter,ui-rounded,SF Pro Rounded,system-ui,-apple-system,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,a,input,textarea{font:inherit}.shell{display:grid;min-height:100vh;place-items:center;padding:2rem}.panel{width:min(42rem,100%);padding:clamp(2rem,6vw,4rem);border:1px solid rgb(29 37 48 / 12%);border-radius:2rem;background:#ffffffe0;box-shadow:0 1.5rem 4rem #322c211a}.eyebrow{margin:0 0 .75rem;color:#7a4f25;font-size:.8rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}h1{margin:0;font-size:clamp(2.25rem,8vw,4.5rem);letter-spacing:-.055em;line-height:.95}.summary{max-width:32rem;margin:1.5rem 0 0;color:#57616d;font-size:1.1rem;line-height:1.7}.admin{color:#102c3f;background:#e8f1f4}.admin .eyebrow{color:#24627a}button{cursor:pointer}button:disabled{cursor:wait;opacity:.62}.admin-shell{width:min(72rem,100%);min-height:100vh;margin:0 auto;padding:clamp(1.5rem,5vw,4rem)}.admin-tabs{display:inline-flex;gap:.25rem;margin-bottom:2rem;padding:.3rem;border:1px solid rgb(16 44 63 / 10%);border-radius:.85rem;background:#ffffffa6}.admin-tabs button{padding:.65rem .9rem;border:0;border-radius:.6rem;color:#5a6b75;background:transparent;font-weight:750}.admin-tabs button[aria-current=page]{color:#123f51;background:#fff;box-shadow:0 .2rem .7rem #102c3f1a}.admin-tabs button:focus-visible{outline:3px solid rgb(36 98 122 / 28%);outline-offset:2px}.admin-header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.admin-header h1{font-size:clamp(2.5rem,7vw,4.75rem)}.admin-header .summary{margin-top:1rem}.primary-button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;gap:.35rem;padding:.7rem 1.05rem;border:0;border-radius:.8rem;color:#fff;background:#176b7e;box-shadow:0 .5rem 1.2rem #176b7e2e;font-weight:750}.primary-button:hover{background:#10596b}.member-panel{overflow:hidden;border:1px solid rgb(16 44 63 / 12%);border-radius:1.5rem;background:#ffffffe0;box-shadow:0 1rem 3rem #102c3f14}.panel-heading{padding:1.5rem 1.75rem;border-bottom:1px solid rgb(16 44 63 / 10%)}.panel-heading h2,.dialog-heading h2{margin:0;font-size:1.45rem}.panel-heading p{margin:.35rem 0 0;color:#5f6c75}.loading-state,.empty-state{display:flex;min-height:18rem;align-items:center;justify-content:center}.loading-state{gap:.7rem;color:#5e6d76}.spinner{width:1.15rem;height:1.15rem;border:2px solid #b6cbd1;border-top-color:#176b7e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{flex-direction:column;padding:3rem 1.5rem;text-align:center}.empty-avatars{margin-bottom:1.25rem;font-size:2rem;letter-spacing:.2rem}.empty-state h3{margin:0;font-size:1.45rem}.empty-state p{max-width:26rem;margin:.6rem 0 1.5rem;color:#5f6c75;line-height:1.6}.member-list{margin:0;padding:0;list-style:none}.member-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.1rem 1.75rem;border-bottom:1px solid rgb(16 44 63 / 8%)}.member-row:last-child{border-bottom:0}.member-row.inactive{background:#e8f1f47a}.member-avatar{display:grid;width:3.1rem;height:3.1rem;place-items:center;border-radius:1rem;background:#e5f1ee;font-size:1.6rem;font-weight:800}.member-row.inactive .member-avatar{filter:grayscale(1);opacity:.65}.member-details h3{margin:0 0 .3rem;font-size:1.05rem}.member-statuses{display:flex;flex-wrap:wrap;gap:.45rem .75rem}.status{display:inline-flex;align-items:center;gap:.35rem;color:#617079;font-size:.82rem;font-weight:700}.status:before{width:.48rem;height:.48rem;border-radius:50%;background:#839099;content:""}.status.active{color:#297256}.status.active:before{background:#38a174}.pin-status{display:inline-flex;align-items:center;gap:.3rem;color:#7d6a52;font-size:.82rem;font-weight:700}.pin-status:before{content:"●";color:#b5a48e;font-size:.55rem}.pin-status.enabled{color:#476b86}.pin-status.enabled:before{color:#4d91bd}.member-actions{display:flex;gap:.4rem}.member-actions button,.form-actions>button:not(.primary-button),.notice button,.close-button{padding:.55rem .75rem;border:0;border-radius:.65rem;color:#315262;background:transparent;font-weight:700}.member-actions button:hover,.form-actions>button:not(.primary-button):hover,.notice button:hover{background:#edf3f4}.member-actions .danger-action{color:#9e453c}.notice{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem;padding:.85rem 1rem;border-radius:.75rem}.error-notice{color:#832f2a;background:#fbe8e5}.dialog-backdrop{position:fixed;z-index:10;inset:0;display:grid;overflow-y:auto;place-items:center;padding:1rem;background:#081f2b8f}.member-dialog{width:min(38rem,100%);max-height:calc(100vh - 2rem);overflow-y:auto;padding:1.75rem;border-radius:1.4rem;background:#fff;box-shadow:0 1.5rem 5rem #081f2b47}.dialog-heading{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.dialog-heading .eyebrow{margin-bottom:.4rem}.close-button{padding:.1rem .5rem;color:#60717b;font-size:1.8rem;line-height:1}.member-dialog form>label,.member-dialog legend{display:block;margin-bottom:.5rem;font-weight:750}.member-dialog input[type=text],.member-dialog input:not([type]){width:100%;padding:.8rem .9rem;border:1px solid #aabac2;border-radius:.7rem;color:#102c3f;background:#fff}.member-dialog input:focus-visible,.member-dialog button:focus-visible{outline:3px solid rgb(36 98 122 / 28%);outline-offset:2px}.member-dialog input[aria-invalid=true]{border-color:#b33e36}.field-error{margin:.4rem 0 0;color:#a23630;font-size:.88rem}.member-dialog fieldset{margin:1.5rem 0 0;padding:0;border:0}.member-dialog legend span{color:#73818a;font-weight:500}.avatar-picker{display:grid;grid-template-columns:repeat(5,1fr);gap:.55rem}.avatar-picker label{display:grid;min-height:4.75rem;place-items:center;padding:.55rem .3rem;border:1px solid #d2dde1;border-radius:.75rem;color:#52646e;font-size:.72rem;cursor:pointer}.avatar-picker label.selected{border-color:#176b7e;background:#e5f2f4;box-shadow:inset 0 0 0 1px #176b7e}.avatar-picker input{position:absolute;opacity:0;pointer-events:none}.avatar-picker span{font-size:1.55rem;font-weight:800}.member-dialog .notice{margin:1.25rem 0 0}.pin-dialog{width:min(42rem,100%)}.pin-option{padding:1.1rem;border:1px solid #d9e2e5;border-radius:.9rem;background:#fbfdfd}.pin-option h3,.credential-controls h3{margin:0 0 .4rem}.pin-option p,.credential-controls p,.generated-pin-dialog>p:not(.eyebrow){margin:0 0 1rem;color:#5f6c75;line-height:1.55}.pin-option>button:not(.primary-button){padding:.7rem .9rem;border:1px solid #b8c8ce;border-radius:.7rem;color:#244c5d;background:#fff;font-weight:750}.option-divider{display:flex;align-items:center;gap:.75rem;margin:.9rem 0;color:#7b898f;font-size:.8rem;font-weight:750;text-transform:uppercase}.option-divider:before,.option-divider:after{height:1px;flex:1;background:#d9e2e5;content:""}.pin-dialog input[type=password]{width:100%;padding:.8rem .9rem;border:1px solid #aabac2;border-radius:.7rem;color:#102c3f;background:#fff;font-size:1.15rem;letter-spacing:.16em}.input-help{margin:.45rem 0 .9rem!important;font-size:.82rem}.credential-controls{margin-top:1.2rem;padding:1.1rem;border-radius:.9rem;background:#f5f1ea}.credential-controls>div{display:flex;flex-wrap:wrap;gap:.55rem}.credential-controls button{padding:.65rem .8rem;border:1px solid #c8bdae;border-radius:.65rem;color:#4c5960;background:#fff;font-weight:750}.credential-controls .danger-action{color:#9e453c}.generated-pin-dialog{text-align:center}.generated-pin-dialog h2{margin:0 0 .75rem}.generated-pin{display:block;margin:1.5rem 0;padding:1rem;border:1px dashed #6c909d;border-radius:.9rem;color:#123d50;background:#eef7f8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:clamp(1.7rem,7vw,2.6rem);font-weight:800;letter-spacing:.12em}.form-actions{display:flex;justify-content:end;gap:.5rem;margin-top:1.75rem}.catalogue-header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.catalogue-header h1{margin:0;font-size:clamp(2.25rem,6vw,4rem);letter-spacing:-.045em}.catalogue-header p:not(.eyebrow){max-width:38rem;margin:.85rem 0 0;color:#5d6d77;line-height:1.6}.catalogue-panel .panel-heading h3{margin:0;font-size:1.45rem}.game-admin-list{margin:0;padding:0;list-style:none}.game-admin-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.25rem 1.75rem;border-bottom:1px solid rgb(16 44 63 / 8%)}.game-admin-row:last-child{border-bottom:0}.game-admin-icon{display:grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:1rem;background:#edf5f4;font-size:1.8rem}.game-title-line,.game-metadata,.game-admin-actions{display:flex;flex-wrap:wrap;align-items:center}.tester-dialog{max-width:38rem}.tester-options{border:0;display:grid;gap:.65rem;margin:1.25rem 0;padding:0}.tester-options legend{font-size:.8rem;font-weight:800;letter-spacing:.08em;margin-bottom:.7rem;text-transform:uppercase}.tester-options label{align-items:center;background:#f4f8f8;border:1px solid rgb(16 44 63 / 12%);border-radius:.85rem;cursor:pointer;display:grid;gap:.7rem;grid-template-columns:auto auto 1fr;padding:.8rem}.tester-options input{height:1.1rem;width:1.1rem}.inactive-testers{border-top:1px solid rgb(16 44 63 / 12%);margin-top:1rem;padding-top:1rem}.inactive-testers h3,.inactive-testers p{margin:0 0 .45rem}.inactive-testers ul{display:grid;gap:.5rem;list-style:none;margin:.8rem 0 0;padding:0}.inactive-testers li{align-items:center;display:flex;justify-content:space-between}.game-title-line{gap:.6rem}.game-title-line h3{margin:0;font-size:1.08rem}.game-admin-details>p{margin:.35rem 0 .55rem;color:#5f707a;line-height:1.45}.game-metadata{gap:.4rem .75rem;color:#64747d;font-size:.78rem;font-weight:650}.game-metadata code{padding:.18rem .38rem;border-radius:.35rem;color:#275368;background:#e9f1f3}.game-release-status{padding:.2rem .48rem;border-radius:999px;color:#7c612f;background:#fbefcf;font-size:.72rem;font-weight:800}.game-release-status.published{color:#226546;background:#ddf2e6}.game-release-status.paused{color:#7b4f49;background:#f5e5e2}.game-release-status.scheduled{color:#315e75;background:#dceef4}.game-release-status.cancelled{color:#735b58;background:#eee7e5}.challenge-dialog select,.challenge-dialog input,.challenge-dialog textarea,.member-dialog input[type=datetime-local]{width:100%;padding:.8rem .9rem;border:1px solid #aabac2;border-radius:.7rem;color:#102c3f;background:#fff}.challenge-mode-options{margin-block:1rem}.challenge-preview{width:min(44rem,100%)}.challenge-preview pre{max-height:24rem;overflow:auto;padding:1rem;border-radius:.8rem;color:#dff5ef;background:#102c3f;font-size:.82rem;line-height:1.55;white-space:pre-wrap}.challenge-preview-metadata{display:flex;gap:2rem}.challenge-preview-metadata div{display:grid;gap:.2rem}.challenge-preview-metadata dt{color:#64747d;font-size:.75rem;font-weight:800;text-transform:uppercase}.challenge-preview-metadata dd{margin:0;font-weight:750}.oversight-challenge-list{display:grid;gap:1.5rem}.oversight-challenge{overflow:hidden;border:1px solid rgb(16 44 63 / 12%);border-radius:1.5rem;background:#ffffffe0;box-shadow:0 1rem 3rem #102c3f14}.oversight-challenge>section+section{border-top:.7rem solid rgb(232 241 244 / 70%)}.oversight-challenge-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;color:#fff;background:#174d60}.oversight-challenge-heading .eyebrow{color:#b9e8f2}.oversight-challenge-heading h2{margin:0}.oversight-challenge-heading .status{color:#174d60;background:#e5f5f8}.oversight-empty{margin:0;padding:1.5rem 1.75rem;color:#5f6c75}.oversight-result-list,.oversight-highlight-list{display:grid;gap:.8rem;padding:1rem 1.25rem 1.5rem}.oversight-result,.oversight-highlight{display:grid;grid-template-columns:minmax(12rem,1fr) auto auto;align-items:center;gap:1rem;padding:1rem;border:1px solid rgb(16 44 63 / 10%);border-radius:1rem;background:#fff}.oversight-result.excluded,.oversight-highlight.excluded{background:#f4f5f5}.oversight-person{display:flex;align-items:center;gap:.75rem}.oversight-person>span{display:grid;width:2.6rem;height:2.6rem;border-radius:999px;background:#e6f3f6;font-size:1.3rem;place-items:center}.oversight-person h4,.oversight-person p,.oversight-highlight h4,.oversight-highlight p{margin:0}.oversight-person p,.oversight-highlight p,.oversight-highlight small{color:#5f6c75}.oversight-highlight{grid-template-columns:minmax(16rem,1fr) auto}.oversight-highlight h4{margin-bottom:.25rem}.oversight-highlight small{display:block;margin-top:.45rem}.oversight-result-facts{display:flex;gap:1.2rem;margin:0}.oversight-result-facts div{min-width:3.5rem}.oversight-result-facts dt{color:#5f6c75;font-size:.72rem;font-weight:750;text-transform:uppercase}.oversight-result-facts dd{margin:.15rem 0 0;font-weight:800}.oversight-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.oversight-actions button{min-height:2.5rem;padding:.5rem .75rem;border:1px solid rgb(16 44 63 / 14%);border-radius:.65rem;background:#fff;font-weight:700}.oversight-result details,.oversight-highlight details{grid-column:1 / -1;padding-top:.65rem;border-top:1px solid rgb(16 44 63 / 8%);color:#5f6c75;font-size:.88rem}.oversight-result details ul,.oversight-highlight details ul{margin:.7rem 0 0;padding-left:1.2rem}.oversight-dialog textarea{width:100%;resize:vertical}.game-admin-actions{justify-content:end;gap:.4rem}.game-admin-actions button{min-height:2.45rem;padding:.5rem .7rem;border:0;border-radius:.65rem;color:#315262;background:transparent;font-weight:750}.game-admin-actions button:hover{background:#edf3f4}.game-admin-actions .primary-button{min-height:2.45rem;color:#fff;background:#176b7e}.game-admin-actions .danger-action{color:#9e453c}.game-dialog{width:min(44rem,100%)}.game-dialog input[type=number],.game-dialog textarea{width:100%;padding:.8rem .9rem;border:1px solid #aabac2;border-radius:.7rem;color:#102c3f;background:#fff}.game-dialog textarea{resize:vertical}.game-dialog textarea:focus-visible,.game-dialog input:focus-visible{outline:3px solid rgb(36 98 122 / 28%);outline-offset:2px}.game-dialog textarea[aria-invalid=true],.game-dialog input[aria-invalid=true]{border-color:#b33e36}.game-form-grid{display:grid;grid-template-columns:minmax(0,1fr) 7rem;gap:1rem}.game-form-grid label{display:block;margin-bottom:.5rem;font-weight:750}.game-dialog form>label:not(:first-child){margin-top:1.2rem}.slug-input{display:flex;align-items:center;overflow:hidden;border:1px solid #aabac2;border-radius:.7rem;background:#edf3f4}.slug-input>span{padding-left:.8rem;color:#58717d;font-weight:800}.slug-input input{border:0!important;border-radius:0!important}.slug-input input:disabled{color:#52636c;background:#f0f3f4;cursor:not-allowed}.mode-options label{display:flex;align-items:start;gap:.75rem;margin-top:.65rem;padding:.75rem;border:1px solid #d4dfe2;border-radius:.75rem;cursor:pointer}.mode-options input{width:1.1rem;height:1.1rem;margin-top:.15rem}.mode-options span{display:grid;gap:.18rem;color:#5f6c75;font-size:.88rem}.mode-options strong{color:#173d4f}.confirmation-dialog{width:min(34rem,100%)}.confirmation-dialog h2{margin:0 0 .75rem}.confirmation-dialog>p:not(.eyebrow){color:#61717a;line-height:1.6}.confirmation-dialog .danger-action{padding:.7rem 1rem;border:0;border-radius:.75rem;color:#fff;background:#a84940;font-weight:800}.family-login-shell{display:grid;min-height:100vh;place-content:center;padding:clamp(1.25rem,4vw,3rem);color:#17374a;background:radial-gradient(circle at 12% 12%,rgb(255 211 128 / 55%),transparent 23rem),radial-gradient(circle at 88% 82%,rgb(129 207 194 / 48%),transparent 26rem),#fff8ec}.family-login-header{max-width:42rem;margin:0 auto 1.5rem;text-align:center}.family-login-header h1{margin:.15rem 0 .45rem;font-size:clamp(2.35rem,9vw,4.5rem);line-height:.98;letter-spacing:-.055em}.family-login-header>p:last-child,.verified-card>p:last-child{margin:0;color:#5d7180;font-size:1.05rem}.family-login-shell .eyebrow{margin:0;color:#b64e36;font-size:.78rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.family-login-card{width:min(42rem,calc(100vw - 2.5rem));min-height:12rem;padding:clamp(1.25rem,4vw,2rem);border:1px solid rgb(176 134 77 / 20%);border-radius:1.7rem;background:#ffffffe0;box-shadow:0 1.4rem 3.5rem #4b3a1f21;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.85rem}.profile-choice{display:grid;gap:.7rem;place-items:center;min-height:9.5rem;padding:1rem;border:1px solid #eadaca;border-radius:1.2rem;color:#17374a;background:#fffdf8;font:inherit;font-weight:800;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.profile-choice:hover{border-color:#dd8c62;box-shadow:0 .65rem 1.4rem #95573021;transform:translateY(-.15rem)}.profile-choice:focus-visible,.family-pin-form input:focus-visible,.family-login-card button:focus-visible{outline:3px solid #328c87;outline-offset:3px}.profile-choice-avatar,.selected-avatar{display:grid;width:4.4rem;height:4.4rem;place-items:center;border-radius:50%;background:#f4e9d7;font-size:2.1rem}.family-loading,.family-error,.family-empty{display:grid;min-height:10rem;gap:.75rem;place-content:center;justify-items:center;text-align:center}.family-loading{grid-template-columns:auto auto;min-height:8rem;color:#5d7180}.family-error p,.family-empty p{margin:0;color:#5d7180}.family-error button,.back-button{border:0;color:#246c6a;background:transparent;font:inherit;font-weight:800;cursor:pointer}.family-empty>span{font-size:2.8rem}.family-empty h2{margin:0}.family-pin-form{display:grid;max-width:25rem;margin:0 auto;justify-items:center;text-align:center}.family-pin-form .back-button{justify-self:start;margin-bottom:1rem}.family-pin-form h2{margin:.85rem 0 1.4rem;font-size:1.75rem}.family-pin-form label{justify-self:start;margin-bottom:.45rem;font-weight:800}.family-pin-form input{width:100%;padding:.9rem 1rem;border:1px solid #bea98e;border-radius:.85rem;color:#17374a;background:#fff;font:inherit;font-size:1.25rem;letter-spacing:.2em;text-align:center}.family-pin-form input[aria-invalid=true]{border-color:#b64e36}.family-pin-error{justify-self:start;margin:.55rem 0 0;color:#a33e2b;font-size:.9rem;text-align:left}.family-login-button{width:100%;margin-top:1.2rem;padding:.9rem 1rem;border:0;border-radius:.85rem;color:#fff;background:#246c6a;font:inherit;font-weight:850;cursor:pointer}.family-login-button:hover{background:#195957}.family-login-button:disabled,.back-button:disabled{cursor:wait;opacity:.65}.verified-card{display:grid;min-height:22rem;place-content:center;justify-items:center;text-align:center}.verified-card h1{margin:.5rem 0 .75rem;font-size:clamp(2.2rem,8vw,3.4rem);letter-spacing:-.04em}.success-mark{display:grid;width:4.5rem;height:4.5rem;margin-bottom:1.1rem;place-items:center;border-radius:50%;color:#fff;background:#328c87;font-size:2.3rem;font-weight:900}.family-logout-button{margin-top:1.5rem;padding:.7rem 1rem;border:1px solid #bea98e;border-radius:.75rem;color:#5d7180;background:#fff;font:inherit;font-weight:800;cursor:pointer}.family-logout-button:hover{border-color:#dd8c62;color:#17374a}.family-logout-button:disabled{cursor:wait;opacity:.65}.session-notice{max-width:32rem;margin:1rem auto 0!important;padding:.75rem 1rem;border:1px solid #e8bf95;border-radius:.8rem;color:#884936!important;background:#fff6e7;font-size:.95rem!important}.family-launcher-shell{min-height:100vh;padding:clamp(1.25rem,4vw,3.5rem);color:#17374a;background:radial-gradient(circle at 8% 5%,rgb(255 211 128 / 45%),transparent 25rem),radial-gradient(circle at 95% 35%,rgb(129 207 194 / 38%),transparent 30rem),#fff8ec}.family-launcher-shell>section,.launcher-header,.launcher-alert{width:min(70rem,100%);margin-right:auto;margin-left:auto}.launcher-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(2.5rem,7vw,5rem)}.launcher-player{display:flex;align-items:center;gap:1.1rem}.launcher-player-avatar{display:grid;width:4.5rem;height:4.5rem;flex:0 0 auto;place-items:center;border:1px solid rgb(176 134 77 / 22%);border-radius:50%;background:#ffffffd1;box-shadow:0 .8rem 2rem #4b3a1f1a;font-size:2.1rem}.family-launcher-shell .eyebrow{margin:0 0 .3rem;color:#b64e36}.launcher-player h1{font-size:clamp(2rem,6vw,3.4rem);letter-spacing:-.045em;line-height:1}.launcher-player p:last-child{margin:.45rem 0 0;color:#5d7180}.launcher-header .family-logout-button{margin-top:0}.launcher-alert{margin-top:-2rem;margin-bottom:2rem;padding:.85rem 1rem;border:1px solid #e7b8ac;border-radius:.8rem;color:#9a3e2c;background:#fff5f1}.launcher-section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.launcher-section-heading h2{margin:0;font-size:clamp(1.75rem,5vw,2.5rem);letter-spacing:-.035em}.launcher-section-heading>div>p:last-child{margin:.45rem 0 0;color:#5d7180}.launcher-game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.launcher-game-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:9rem;padding:clamp(1.1rem,3vw,1.5rem);border:1px solid rgb(176 134 77 / 22%);border-radius:1.3rem;color:#17374a;background:#ffffffe0;box-shadow:0 .9rem 2.4rem #4b3a1f17;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.launcher-game-card:hover{border-color:#dd8c62;box-shadow:0 1.2rem 2.6rem #4b3a1f24;transform:translateY(-.16rem)}.launcher-game-card:focus-visible,.launcher-header button:focus-visible,.launcher-status-card button:focus-visible{outline:3px solid #328c87;outline-offset:3px}.launcher-game-icon{display:grid;width:3.6rem;height:3.6rem;place-items:center;border-radius:1rem;background:#f4e9d7;font-size:1.8rem}.launcher-game-copy{display:grid;gap:.4rem;color:#5d7180;line-height:1.45}.launcher-game-title{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;color:#17374a;font-size:1.18rem;font-weight:850}.development-badge{padding:.25rem .45rem;border-radius:999px;color:#7b4c21;background:#fff0ce;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase}.launcher-game-arrow{color:#328c87;font-size:1.5rem;font-weight:850}.launcher-status-card{display:flex;min-height:12rem;align-items:center;justify-content:center;gap:.75rem;padding:2rem;border:1px dashed #d6c2a6;border-radius:1.3rem;color:#5d7180;background:#ffffff94;text-align:center}.launcher-status-card.launcher-error,.launcher-status-card.launcher-empty{flex-direction:column}.launcher-status-card p,.launcher-status-card h3{margin:0}.launcher-status-card h3{color:#17374a;font-size:1.3rem}.launcher-status-card>span:first-child{font-size:2.4rem}.launcher-status-card button{padding:.65rem .9rem;border:0;border-radius:.7rem;color:#fff;background:#246c6a;font-weight:800}.game-runtime-shell{min-height:100vh;padding:clamp(1rem,3vw,2.5rem);background:radial-gradient(circle at 15% 10%,rgb(255 223 145 / 55%),transparent 30%),linear-gradient(145deg,#fffaf0,#f4f8f3)}.game-runtime-shell>*{width:min(52rem,100%);margin-inline:auto}.game-runtime-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:clamp(2rem,6vw,4rem)}.game-runtime-nav a,.game-summary-actions a{color:#244c3e;font-weight:800;text-underline-offset:.25rem}.game-runtime-player{display:inline-flex;align-items:center;gap:.55rem;font-weight:750}.game-runtime-player>span:first-child{display:grid;width:2.4rem;height:2.4rem;place-items:center;border-radius:50%;background:#fff;box-shadow:0 .35rem 1rem #28443a1f}.game-runtime-header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.25rem;margin-bottom:1.5rem}.game-runtime-icon{display:grid;width:clamp(4.5rem,14vw,6.5rem);aspect-ratio:1;place-items:center;border-radius:1.6rem;background:#fff;box-shadow:0 1rem 2rem #2d44381f;font-size:clamp(2.2rem,7vw,3.5rem)}.game-runtime-header h1{margin:.35rem 0 .55rem;font-size:clamp(2.4rem,8vw,4.6rem)}.game-runtime-header p{max-width:38rem;margin:0;color:#58685f;font-size:1.05rem;line-height:1.55}.game-runtime-labels{display:flex;flex-wrap:wrap;gap:.5rem}.game-runtime-labels>span{padding:.3rem .65rem;border-radius:999px;color:#285445;background:#e2eee8;font-size:.75rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.game-runtime-labels .development-badge{color:#684c00;background:#fff0bd}.game-runtime-card,.game-runtime-status{padding:clamp(1.25rem,4vw,2.25rem);border:1px solid rgb(40 68 58 / 10%);border-radius:1.5rem;background:#ffffffeb;box-shadow:0 1rem 2.5rem #2d44381a}.game-runtime-card h2,.game-runtime-status h1{margin:0 0 .65rem;font-size:clamp(1.6rem,5vw,2.35rem);line-height:1.12}.game-runtime-card>p:not(.eyebrow){color:#5d6962;line-height:1.6}.game-runtime-status{text-align:center}.game-runtime-error{border-color:#9d383833;background:#fff8f7}.game-mode-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem;margin:1.25rem 0}.game-mode-options button{display:grid;gap:.35rem;padding:1rem;border:2px solid transparent;border-radius:1rem;color:#263a32;background:#f1f6f2;text-align:left}.game-mode-options button[aria-pressed=true]{border-color:#36735f;background:#e4f1eb}.game-mode-options button span{color:#59675f;font-size:.9rem;line-height:1.4}.game-runtime-primary{width:100%;padding:.9rem 1.2rem;border:0;border-radius:.9rem;color:#fff;background:#2c6a55;font-weight:850}.fixture-answer-options{display:grid;gap:.65rem;margin:1.25rem 0 .4rem;padding:0;border:0}.fixture-answer-options legend{margin-bottom:.55rem;font-weight:800}.fixture-answer-options label{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border:1px solid rgb(40 68 58 / 12%);border-radius:.9rem;background:#f7faf8;cursor:pointer}.fixture-answer-options label:has(input:checked){border-color:#36735f;background:#e4f1eb}.fixture-answer-options input{width:1.15rem;height:1.15rem}.game-progress-message{min-height:1.5rem;margin:.25rem 0;font-size:.9rem}.game-summary.success{border-color:#2c6a554d}.game-summary.try-again{border-color:#9f6f1c4d}.game-summary dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;margin:1.25rem 0}.game-summary dl div{padding:.85rem;border-radius:.9rem;background:#f3f7f4}.game-summary dt{color:#657269;font-size:.78rem;font-weight:800;text-transform:uppercase}.game-summary dd{margin:.3rem 0 0;font-size:1.15rem;font-weight:850}.game-summary-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.game-summary-actions button{padding:.75rem 1rem;border:0;border-radius:.8rem;color:#244c3e;background:#e4eee9;font-weight:800}.game-runtime-nav a:focus-visible,.game-runtime-shell button:focus-visible,.game-summary-actions a:focus-visible{outline:3px solid #b4651f;outline-offset:3px}.connections-shell>*{width:min(62rem,100%)}.connections-board{text-align:center}.connections-groups{display:grid;gap:.7rem;margin:1.25rem 0}.connections-group{padding:1rem;border-radius:1rem;color:#17352e}.connections-group h3{margin:0;font-size:clamp(1rem,3vw,1.25rem);letter-spacing:.035em;text-transform:uppercase}.connections-group p{margin:.3rem 0 0;font-weight:750}.connections-group.difficulty-1{background:#f8dda1}.connections-group.difficulty-2{background:#bfe2c4}.connections-group.difficulty-3{background:#bad9e8}.connections-group.difficulty-4{background:#d9c5e9}.connections-mistakes{display:flex;align-items:center;justify-content:center;gap:.45rem;margin:1rem 0;color:#42584f;font-weight:750}.connections-mistakes>span:not(:first-child){width:.75rem;height:.75rem;border:2px solid #9ca9a3;border-radius:50%;background:transparent}.connections-mistakes>span.available{border-color:#3e6f60;background:#3e6f60}.connections-word-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.4rem,1.5vw,.75rem);margin:1rem 0}.connections-word-grid button{min-height:clamp(4.2rem,9vw,6rem);padding:.55rem;border:2px solid transparent;border-radius:.9rem;color:#243c34;background:#edf1ec;font-size:clamp(.72rem,2vw,1rem);font-weight:850;line-height:1.15;overflow-wrap:anywhere;touch-action:manipulation}.connections-word-grid button[aria-pressed=true]{border-color:#214f42;color:#fff;background:#376f5f;transform:translateY(-2px)}.connections-selection{min-height:1.5rem;margin:.5rem 0;color:#596961;font-size:.9rem}.connections-actions{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:.65rem;margin-top:1rem}.connections-actions button{min-height:3rem;padding:.7rem;border:1px solid #bfd0c7;border-radius:.85rem;color:#244c3e;background:#f5f8f6;font-weight:800}.connections-actions .game-runtime-primary{border-color:#2c6a55;color:#fff;background:#2c6a55}.connections-groups.revealed{padding-top:1rem;border-top:1px solid #d8e0dc}.official-leaderboard{overflow:hidden}.leaderboard-notice{margin:.4rem 0 1.2rem;color:#52665d}.leaderboard-notice button{min-height:2.5rem;padding:.55rem .9rem;border:1px solid #b9cbc2;border-radius:.75rem;color:#244c3e;background:#f5f8f6;font-weight:750}.leaderboard-list{display:grid;gap:.55rem;padding:0;margin:1.25rem 0;list-style:none}.leaderboard-list li{display:grid;grid-template-columns:3.6rem 2.8rem minmax(7rem,1fr) minmax(9rem,auto) auto;align-items:center;gap:.65rem;padding:.8rem;border:1px solid #dbe4df;border-radius:1rem;background:#fbfcfb}.leaderboard-list li.current-player{border-color:#7eaa98;background:#eef7f2}.leaderboard-rank{color:#2d5c4c;font-weight:900;text-align:center}.leaderboard-avatar{display:grid;width:2.6rem;height:2.6rem;place-items:center;border-radius:50%;background:#e5eee9;font-size:1.2rem}.leaderboard-player{display:flex;align-items:baseline;gap:.45rem;min-width:0}.leaderboard-player strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-player small{color:#477060;font-weight:750;text-transform:uppercase}.leaderboard-result,.leaderboard-time{color:#50655c;font-size:.88rem;font-weight:700}.leaderboard-time{color:#294f42;text-align:right}.leaderboard-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.5rem 0}.leaderboard-highlights article{padding:1rem;border-radius:1rem;background:#f0f6f2}.leaderboard-highlights h3,.leaderboard-highlights p{margin:0}.leaderboard-highlights h3{margin-bottom:.35rem;color:#285446;font-size:1rem}.leaderboard-highlights p{color:#52665d;font-size:.9rem;line-height:1.5}.leaderboard-personal-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:1.25rem 0 0}.leaderboard-personal-stats div{padding:.75rem;border-radius:.8rem;background:#f7f9f7}.leaderboard-personal-stats dt{color:#64756e;font-size:.72rem;font-weight:750;text-transform:uppercase}.leaderboard-personal-stats dd{margin:.2rem 0 0;color:#2b5043;font-size:1.15rem;font-weight:850}.development-games-section{margin-top:clamp(3rem,8vw,5rem);padding-top:clamp(2rem,5vw,3rem);border-top:1px solid rgb(176 134 77 / 28%)}.activity-feed{margin-top:clamp(3rem,8vw,5rem)}.activity-list{display:grid;gap:1rem}.activity-card{background:color-mix(in srgb,#fff 94%,#f6eaff);border:1px solid rgb(139 85 181 / 22%);border-radius:1.25rem;box-shadow:0 .4rem 1.2rem #301c4414;padding:1.15rem}.activity-card-heading{align-items:center;display:flex;gap:.85rem}.activity-card-heading h3,.activity-card p{margin:0}.activity-card>p{color:#655e69;margin-top:.8rem}.activity-avatar{align-items:center;background:#f1e4ff;border-radius:999px;display:inline-flex;font-size:1.45rem;height:2.8rem;justify-content:center;width:2.8rem}.activity-game{color:#706879;font-size:.82rem;font-weight:700}.activity-reactions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.activity-reactions button{align-items:center;background:#fff;border:1px solid rgb(139 85 181 / 22%);border-radius:999px;display:inline-flex;font-size:1.05rem;gap:.25rem;min-height:2.35rem;padding:.35rem .65rem}.activity-reactions button:hover:not(:disabled),.activity-reactions button.reaction-selected{background:#f1e4ff;border-color:#8b55b5}.activity-reactions button.reaction-selected{box-shadow:0 0 0 2px #8b55b529}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:36rem){.oversight-result,.oversight-highlight{grid-template-columns:1fr}.oversight-result-facts,.oversight-actions{justify-content:flex-start}.shell{padding:1rem}.panel{border-radius:1.25rem}.admin-shell{padding:1.25rem 1rem}.admin-header{align-items:stretch;flex-direction:column;margin-bottom:1.5rem}.admin-tabs{display:flex;width:100%;flex-wrap:wrap}.admin-tabs button{flex:1 1 7rem}.catalogue-header{align-items:stretch;flex-direction:column}.game-admin-row{grid-template-columns:auto minmax(0,1fr);padding:1rem}.game-admin-actions{grid-column:1 / -1;justify-content:flex-end}.game-form-grid{grid-template-columns:1fr}.member-row{grid-template-columns:auto 1fr;padding:1rem}.member-actions{grid-column:1 / -1;justify-content:end}.avatar-picker{grid-template-columns:repeat(3,1fr)}.family-login-card{width:calc(100vw - 2rem)}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.family-launcher-shell{padding:1.25rem 1rem 2.5rem}.launcher-header{align-items:flex-start;flex-direction:column;margin-bottom:3rem}.launcher-player{align-items:flex-start}.launcher-player-avatar{width:3.6rem;height:3.6rem;font-size:1.7rem}.launcher-header .family-logout-button{align-self:stretch}.launcher-game-grid{grid-template-columns:1fr}.launcher-game-card{min-height:7.5rem}.game-runtime-nav{align-items:flex-start}.game-runtime-player>span:last-child{max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-runtime-header{align-items:start;grid-template-columns:1fr}.game-runtime-icon{width:4.5rem}.game-mode-options{grid-template-columns:1fr}.connections-board{padding-inline:.8rem}.connections-word-grid button{min-height:4.4rem;padding-inline:.25rem;font-size:.68rem}.connections-actions{grid-template-columns:1fr}.leaderboard-list li{grid-template-columns:2.8rem 2.6rem minmax(0,1fr) auto;gap:.45rem}.leaderboard-result{grid-column:3 / -1}.leaderboard-highlights,.leaderboard-personal-stats{grid-template-columns:1fr 1fr}.game-summary-actions{align-items:stretch;flex-direction:column}}
