:root{color:#171714;font-synthesis:none;text-rendering:optimizelegibility;--paper:#f4f2ec;--surface:#fffef9;--ink:#171714;--muted:#686860;--line:#c9c6bb;--line-dark:#8b887e;--admit:#167c5a;--admit-soft:#dcefe6;--deny:#d9472f;--deny-soft:#f8e0da;--yellow:#efbf3f;--blue:#2674c8;--cypher:#234044;--cypher-soft:#dceae7;--circuit:#173e3a;--circuit-mid:#2c7167;--circuit-soft:#dcece7;--circuit-hot:#ef6a45;letter-spacing:0;background:#f4f2ec;font-family:Avenir Next,Segoe UI,Arial,sans-serif}*{box-sizing:border-box;letter-spacing:0}html{background:var(--paper);min-width:320px}body{background:var(--paper);min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.app-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{border-bottom:1px solid var(--line);z-index:20;background:#f4f2ecf5;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.brand{color:var(--ink);text-transform:uppercase;align-items:center;gap:10px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--ink);width:32px;height:32px;color:var(--paper);border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.brand-mark svg,.icon-button svg{stroke-width:2px;width:18px;height:18px}.header-actions{align-items:center;gap:8px;display:flex}.icon-button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .14s,border-color .14s,transform .14s;display:inline-flex}.icon-button:hover:not(:disabled){border-color:var(--line-dark);background:#e9e7df}.icon-button:active:not(:disabled){transform:translateY(1px)}.icon-button:disabled{opacity:.35;cursor:not-allowed}.icon-button.compact{width:36px;height:36px}.game-main{flex:1;width:min(1180px,100% - 40px);margin:28px auto 64px}.game-identity{min-height:210px;color:var(--surface);background:#252521;border-radius:6px 6px 0 0;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);display:grid;overflow:hidden}.identity-copy{align-self:center;padding:34px 38px}.identity-copy h1{text-transform:uppercase;margin:3px 0 10px;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:58px;font-weight:800;line-height:.95}.identity-copy>p:last-child{color:#d8d6ce;max-width:470px;margin:0;font-size:17px;line-height:1.5}.game-identity img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:210px}.eyebrow{color:inherit;text-transform:uppercase;margin:0;font-size:11px;font-weight:800;line-height:1.3}.identity-copy .eyebrow{color:var(--yellow)}.puzzle-toolbar{background:var(--yellow);border:1px solid var(--ink);border-top:0;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:12px;min-height:54px;padding:8px 14px;display:grid}.puzzle-date{justify-content:center;align-items:center;gap:12px;min-width:0;font-size:13px;font-weight:600;display:flex}.puzzle-number{text-transform:uppercase;font-weight:900}.mode-tag{border:1px solid var(--ink);background:var(--surface);text-align:center;text-transform:uppercase;border-radius:999px;min-width:54px;padding:4px 8px;font-size:10px;font-weight:900;line-height:1}.archive-tag{background:var(--blue);color:#fff}.game-board{background:var(--surface);border:1px solid var(--ink);border-top:0;border-radius:0 0 6px 6px;grid-template-columns:minmax(310px,.78fr) minmax(0,1.5fr);display:grid;overflow:hidden}.clue-board{border-right:1px solid var(--ink);background:#ece9df;padding:28px}.section-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.section-heading .eyebrow{color:var(--muted)}.section-heading h2,.history-heading h2{margin:4px 0 0;font-size:22px;line-height:1.1}.difficulty{gap:3px;padding-top:5px;display:flex}.difficulty i{border:1px solid var(--line-dark);background:0 0;width:7px;height:17px;display:block}.difficulty i.filled{background:var(--ink);border-color:var(--ink)}.example-grid{border:1px solid var(--ink);background:var(--surface);grid-template-columns:1fr 1fr;display:grid}.example-column+.example-column{border-left:1px solid var(--ink)}.example-label{color:#fff;text-transform:uppercase;align-items:center;gap:7px;min-height:42px;padding:10px 12px;font-size:12px;font-weight:900;display:flex}.example-label svg{width:16px;height:16px}.admitted-examples .example-label{background:var(--admit)}.denied-examples .example-label{background:var(--deny)}.example-column ul{margin:0;padding:0;list-style:none}.example-column li{border-top:1px solid var(--line);text-transform:uppercase;overflow-wrap:anywhere;justify-content:space-between;align-items:center;gap:8px;min-height:43px;padding:10px 12px;font-size:14px;font-weight:700;display:flex}.example-column li:first-child{border-top:0}.example-column li.hint-example{background:#fff5cf}.example-column li small{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:900}.hint-button{border:1px solid var(--ink);background:var(--yellow);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;margin-top:14px;padding:10px 14px;font-size:13px;font-weight:800;display:flex}.hint-button:hover:not(:disabled){background:#ffd66a}.hint-button:disabled{color:var(--muted);border-color:var(--line);cursor:not-allowed;background:0 0}.hint-button svg{width:17px;height:17px}.play-console{min-width:0;padding:28px 34px 34px;position:relative}.progress-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.progress-header>div{flex-direction:column;gap:3px;display:flex}.progress-header>div:last-child{align-items:flex-end}.progress-header span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.progress-header strong{font-size:20px}.admission-progress{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.admission-progress>span{border:2px solid var(--line);background:#f2f0e8;justify-content:center;align-items:center;height:42px;display:flex}.admission-progress>span.filled{border-color:var(--admit);background:var(--admit);color:#fff}.admission-progress svg{stroke-width:3px;width:21px;height:21px}.attempt-track{grid-template-columns:repeat(10,minmax(0,1fr));gap:3px;height:6px;margin-top:10px;display:grid}.attempt-track i{background:#d8d5ca}.attempt-track i.admitted{background:var(--admit)}.attempt-track i.denied{background:var(--deny)}.word-form{margin:34px 0 28px}.word-form>label{text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.input-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.input-row input{border:2px solid var(--ink);width:100%;min-width:0;height:54px;color:var(--ink);text-transform:uppercase;background:#fff;border-radius:4px;padding:0 16px;font-size:20px;font-weight:800}.input-row input:disabled{background:#e7e5dd}.submit-button,.share-button,.copy-button{border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-size:13px;font-weight:900;display:inline-flex}.submit-button{height:54px}.submit-button:hover:not(:disabled),.share-button:hover,.copy-button:hover{background:#34342f}.submit-button:disabled{opacity:.4;cursor:not-allowed}.submit-button svg,.share-button svg,.copy-button svg{width:17px;height:17px}.form-error,.loading-note{min-height:20px;color:var(--deny);align-items:center;gap:7px;margin:8px 0 0;font-size:12px;font-weight:700;display:flex}.loading-note{color:var(--muted)}.form-error button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:900;text-decoration:underline}.spin{width:15px;height:15px;animation:.9s linear infinite spin}.verdict{border:2px solid;align-items:center;gap:12px;min-height:76px;margin:0 0 24px;padding:13px 16px;animation:.18s ease-out verdict-in;display:flex}.verdict.admitted{color:var(--admit);background:var(--admit-soft)}.verdict.denied{color:var(--deny);background:var(--deny-soft)}.verdict>svg{stroke-width:3px;width:30px;height:30px}.verdict>div{flex-direction:column;display:flex}.verdict strong{text-transform:uppercase;font-size:19px}.verdict span{color:var(--ink);text-transform:uppercase;font-size:13px;font-weight:700}.submission-history{border-top:1px solid var(--ink);margin-top:8px}.history-heading{justify-content:space-between;align-items:center;gap:20px;min-height:53px;display:flex}.history-heading h2{margin:0;font-size:15px}.history-heading span{color:var(--muted);font-size:12px;font-weight:800}.empty-history{border-top:1px solid var(--line);color:var(--muted);margin:0;padding:24px 0;font-size:13px}.submission-history ol{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.submission-history li{border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:45px;display:grid}.history-index{color:var(--muted);font-size:10px;font-weight:800}.submission-history li>strong{overflow-wrap:anywhere;text-transform:uppercase;min-width:0;font-size:13px}.history-status{text-transform:uppercase;align-items:center;gap:5px;font-size:10px;font-weight:900;display:inline-flex}.history-status svg{stroke-width:3px;width:14px;height:14px}.rule-check-prototype{border-top:1px solid var(--ink);background:#f4f2ec;grid-column:1/-1;padding:24px 28px 28px}.play-console>.rule-check-prototype{border:1px solid var(--ink);margin:-10px 0 28px}.rule-check-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.rule-check-header .eyebrow{color:var(--muted)}.rule-check-header h2{margin:4px 0 5px;font-size:22px;line-height:1.1}.rule-check-header p:last-child{color:var(--muted);margin:0;font-size:13px}.rule-check-start,.rule-check-submit{border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:12px;font-weight:900;display:inline-flex}.rule-check-actions,.rule-check-footer-actions{justify-content:flex-end;align-items:center;gap:9px;display:flex}.rule-check-skip{border:1px solid var(--line-dark);min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:11px;font-weight:800;display:inline-flex}.rule-check-skip:hover{border-color:var(--ink);color:var(--ink);background:#fff}.rule-check-skip svg{width:15px;height:15px}.rule-check-footer-actions{justify-content:flex-start;margin-top:14px}.rule-check-footer-actions .rule-check-submit{margin-top:0}.rule-check-start svg,.rule-check-submit svg{width:17px;height:17px}.rule-check-start:hover,.rule-check-submit:hover:not(:disabled){background:#34342f}.rule-check-submit:disabled{opacity:.35;cursor:not-allowed}.rule-check-grid{border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px;display:grid}.rule-check-item{border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);background:var(--surface);grid-template-columns:minmax(90px,1fr) 126px 42px;align-items:center;gap:10px;min-height:58px;padding:9px 10px 9px 13px;display:grid}.rule-check-item>strong{overflow-wrap:anywhere;text-transform:uppercase;min-width:0;font-size:13px}.rule-check-item.correct{background:var(--admit-soft)}.rule-check-item.incorrect{background:var(--deny-soft)}.rule-check-choice{grid-template-columns:1fr 1fr;height:32px;display:grid}.rule-check-choice button{border:1px solid var(--line-dark);min-width:0;color:var(--ink);text-transform:uppercase;cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:4px;padding:0 6px;font-size:9px;font-weight:900;display:inline-flex}.rule-check-choice button:first-child{border-radius:3px 0 0 3px}.rule-check-choice button:last-child{border-radius:0 3px 3px 0;margin-left:-1px}.rule-check-choice button:disabled{cursor:default}.rule-check-choice button.selected.admitted{border-color:var(--admit);background:var(--admit);color:#fff}.rule-check-choice button.selected.denied{border-color:var(--deny);background:var(--deny);color:#fff}.rule-check-choice svg,.rule-check-verdict svg{stroke-width:3px;width:12px;height:12px}.rule-check-verdict{color:var(--muted);justify-content:flex-end;align-items:center;gap:3px;font-size:9px;font-weight:900;display:inline-flex}.rule-check-submit{margin-top:14px}.rule-check-result{border-left:5px solid var(--deny);background:var(--deny-soft);grid-template-columns:auto auto 1fr;align-items:center;gap:10px 18px;margin-top:14px;padding:14px 16px;display:grid}.rule-check-result.passed{border-left-color:var(--admit);background:var(--admit-soft)}.rule-check-result>strong{font-size:16px}.rule-check-result>span{font-size:12px;font-weight:800}.rule-check-result>p{margin:0;font-size:12px;line-height:1.45}.history-status.admitted{color:var(--admit)}.history-status.denied{color:var(--deny)}.result-panel{border:2px solid var(--ink);background:var(--admit-soft);margin:28px 0;padding:26px;position:relative}.result-panel.failed{background:var(--deny-soft)}.result-icon{background:var(--ink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:absolute;top:20px;right:20px}.result-icon svg{width:22px;height:22px}.result-panel h2{text-transform:uppercase;margin:4px 58px 4px 0;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:42px;line-height:1}.result-summary{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.rule-reveal{border-top:1px solid var(--line-dark);flex-direction:column;gap:3px;margin:22px 0;padding-top:18px;display:flex}.rule-reveal span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.rule-reveal strong{font-size:17px}.rule-reveal p{margin:2px 0 0;font-size:14px;line-height:1.45}.rule-reveal-locked{border:1px dashed var(--line-dark);background:#fffef98c;padding:16px}.rule-reveal-locked strong{font-size:15px}.hub-main{flex:1;width:min(1180px,100% - 40px);margin:54px auto 80px}.hub-header{position:static}.hub-date{color:var(--muted);font-size:12px;font-weight:800}.hub-title-row{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.hub-title-row .eyebrow{color:var(--muted)}.hub-title-row h1{margin:5px 0 0;font-size:38px;line-height:1}.daily-progress{grid-template-columns:repeat(3,42px);gap:7px;display:grid}.daily-progress span{border:1px solid var(--line-dark);background:var(--surface);justify-content:center;align-items:center;height:30px;display:flex}.daily-progress span.complete{border-color:var(--admit);background:var(--admit);color:#fff}.daily-progress svg{stroke-width:3px;width:16px;height:16px}.game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.game-card{border:1px solid var(--ink);background:var(--surface);min-width:0;color:var(--ink);border-radius:6px;flex-direction:column;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden}.game-card:hover{transform:translateY(-3px);box-shadow:7px 7px #17171424}.game-card-art{aspect-ratio:760/280;border-bottom:1px solid var(--ink);background:var(--ink);overflow:hidden}.game-card-art img{object-fit:cover;width:100%;height:100%;display:block}.game-card-body{flex-direction:column;flex:1;justify-content:space-between;gap:26px;min-height:190px;padding:24px;display:flex}.game-card-title{align-items:flex-start;gap:14px;display:flex}.game-card-icon{background:var(--yellow);border-radius:4px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.cypher-card .game-card-icon{background:var(--cypher-soft);color:var(--cypher)}.circuit-card .game-card-icon{background:var(--circuit-soft);color:var(--circuit)}.circuit-card .game-card-art{background:var(--circuit)}.game-card-icon svg{width:21px;height:21px}.game-card h2{margin:0 0 5px;font-size:25px}.game-card p{color:var(--muted);margin:0;font-size:14px}.game-card-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding-top:16px;font-size:12px;font-weight:900;display:flex}.game-card-footer>span{align-items:center;gap:6px;display:inline-flex}.game-card-footer svg,.hub-status svg{width:15px;height:15px}.hub-status{color:var(--muted)}.hub-status.solved{color:var(--admit)}.hub-status.stumped{color:var(--deny)}.hub-status.in-progress{color:#9b6b00}.cypher-identity{background:var(--cypher);min-height:210px;color:var(--surface);border-radius:6px 6px 0 0;grid-template-columns:minmax(0,1fr) 390px;display:grid;overflow:hidden}.cypher-identity .identity-copy h1{text-transform:uppercase;margin:3px 0 10px;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:58px;line-height:.95}.cypher-identity .identity-copy{min-width:0}.cypher-identity .identity-copy>p:last-child{color:#dceae7;max-width:490px;margin:0;font-size:17px;line-height:1.5}.cypher-identity-art{background:#1c3437;grid-template-rows:repeat(3,1fr);grid-template-columns:1fr 74px;align-items:center;gap:8px 26px;min-height:210px;padding:28px 44px;display:grid}.cypher-identity-art>div{background:#29484b;border:1px solid #6e8788;grid-template-columns:38px 1fr 38px;align-items:center;height:40px;display:grid}.cypher-identity-art span{justify-content:center;align-items:center;font-size:15px;font-weight:900;display:flex}.cypher-identity-art i{background:#6e8788;height:1px}.cypher-identity-art>svg{width:64px;height:64px;color:var(--yellow);stroke-width:1.4px;grid-area:1/2/4}.cypher-toolbar{background:#8fc8be}.cypher-board{border:1px solid var(--ink);background:var(--surface);border-top:0;border-radius:0 0 6px 6px;overflow:hidden}.cypher-board-header{border-bottom:1px solid var(--ink);background:#ece9df;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;min-height:66px;padding:12px 28px;display:grid}.cypher-board-header>div{flex-direction:column;gap:2px;display:flex}.cypher-board-header>div:last-child{align-items:flex-end}.cypher-board-header span,.selected-mapping span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:900}.cypher-board-header strong{font-size:16px}.cypher-difficulty{align-items:center}.cypher-difficulty strong{color:var(--cypher);letter-spacing:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.cypher-difficulty small{color:var(--muted);font-size:9px;font-weight:800}.cypher-workspace{min-width:0;padding:30px 34px 36px}.cipher-message,.cypher-controls{min-width:0;max-width:100%}.cypher-section-heading{justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:25px;display:flex}.cypher-section-heading>div{min-width:0}.cypher-section-heading .eyebrow{color:var(--muted)}.cypher-section-heading h2{margin:4px 0 0;font-size:22px}.cypher-hint{width:auto;min-width:154px;margin:0;padding:0 14px}.cipher-phrase{border:2px solid var(--ink);background:#f0eee6;flex-wrap:wrap;align-content:center;align-items:center;gap:13px 0;width:100%;min-width:0;max-width:100%;min-height:178px;padding:28px;display:flex}.cipher-space{width:16px;height:1px}.cipher-word{white-space:nowrap;align-items:flex-end;gap:3px;display:inline-flex}.cipher-word>button{border:1px solid var(--line-dark);background:var(--surface);cursor:pointer;border-radius:3px;grid-template-rows:17px 1fr;align-items:center;width:38px;height:58px;padding:4px 2px;display:grid;position:relative}.cipher-word>button:hover,.cipher-word>button.selected{border-color:var(--blue);box-shadow:inset 0 0 0 2px var(--blue)}.cipher-word>button.starter{background:#fff4ce}.cipher-word>button.revealed{background:#dceae7}.cipher-word>button>span{color:var(--muted);font-size:10px;font-weight:800}.cipher-word>button>strong{font-size:21px;line-height:1}.cipher-word>button>svg{color:#9b6b00;width:10px;height:10px;position:absolute;top:3px;right:3px}.cipher-punctuation{min-width:10px;padding-bottom:6px;font-size:25px;font-weight:900}.cypher-controls{border-top:1px solid var(--line);margin-top:24px;padding-top:24px}.selected-mapping{grid-template-columns:1fr 24px 1fr 40px;align-items:center;gap:10px;width:min(360px,100%);margin-bottom:18px;display:grid}.selected-mapping>div{flex-direction:column;gap:2px;min-width:0;display:flex}.selected-mapping>div:nth-child(3){text-align:right}.selected-mapping>strong{font-size:20px}.selected-mapping>svg{width:18px;height:18px;color:var(--muted)}.plaintext-keyboard{grid-template-columns:repeat(13,minmax(0,1fr));gap:5px;width:100%;min-width:0;display:grid}.plaintext-keyboard button{border:1px solid var(--line-dark);cursor:pointer;background:#fff;border-radius:3px;min-width:0;height:42px;padding:0;font-size:13px;font-weight:900}.plaintext-keyboard button:hover:not(:disabled),.plaintext-keyboard button.selected{border-color:var(--cypher);background:var(--cypher);color:#fff}.plaintext-keyboard button:disabled{color:#a4a198;cursor:not-allowed;background:#e4e1d8}.mapping-rack{border-top:1px solid var(--line);flex-wrap:wrap;gap:5px;width:100%;min-width:0;max-width:100%;margin-top:16px;padding-top:16px;display:flex}.mapping-rack button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:3px;grid-template-columns:1fr 1fr;align-items:center;width:40px;height:40px;padding:3px;display:grid}.mapping-rack button.selected{border-color:var(--blue);background:#e3effc}.mapping-rack button.starter{border-color:var(--yellow);background:#fff4ce}.mapping-rack button.revealed{border-color:var(--cypher);background:var(--cypher-soft)}.mapping-rack span{color:var(--muted);font-size:9px}.mapping-rack strong{font-size:13px}.cypher-assists{border-top:1px solid var(--ink);margin-top:24px;padding-top:22px}.cypher-assists>header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.cypher-assists>header .eyebrow{color:var(--muted);margin:0 0 3px}.cypher-assists>header h3{margin:0;font-size:18px}.cypher-assists>header>span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.assist-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.assist-actions>button{border:1px solid var(--line-dark);background:var(--surface);min-width:0;min-height:64px;color:var(--ink);text-align:left;cursor:pointer;border-radius:4px;align-items:center;gap:10px;padding:10px 12px;display:flex}.assist-actions>button:hover:not(:disabled){border-color:var(--cypher);background:var(--cypher-soft)}.assist-actions>button:disabled{color:#969187;cursor:not-allowed;background:#ece9df}.assist-actions svg{width:20px;height:20px;color:var(--cypher);flex:none}.assist-actions>button:disabled svg{color:#969187}.assist-actions span,.result-assists span{flex-direction:column;gap:2px;min-width:0;display:flex}.assist-actions strong,.result-assists strong{font-size:12px}.assist-actions small,.result-assists small{color:var(--muted);font-size:10px}.assist-readout{border:1px solid var(--line-dark);background:#f0eee6;margin-top:10px}.assist-readout>p,.intercept-readout{margin:0;padding:12px 14px}.assist-readout>p{border-bottom:1px solid var(--line);align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.assist-readout>p>svg,.intercept-readout svg{width:17px;height:17px;color:var(--cypher);flex:none}.assist-readout>p span,.intercept-readout>div:first-child span{flex-direction:column;gap:3px;display:flex}.assist-readout>p strong,.intercept-readout strong{text-transform:uppercase;font-size:10px}.intercept-readout>div:first-child{align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.intercept-readout+.intercept-readout{border-top:1px solid var(--line)}.intercept-options{gap:7px;margin-top:12px;display:flex}.intercept-options button{border:1px solid var(--ink);background:var(--surface);cursor:pointer;border-radius:3px;width:44px;height:40px;font-weight:900}.intercept-options button:hover,.intercept-options button.selected{background:var(--cypher);color:var(--surface)}.give-up-button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin:14px 0 0 auto;padding:0 4px;font-size:11px;font-weight:800;display:flex}.give-up-button:hover{color:var(--deny)}.give-up-button svg{width:15px;height:15px}.cypher-result{border:2px solid var(--ink);background:var(--cypher-soft);margin-top:24px;padding:26px;position:relative}.cypher-result .eyebrow{color:var(--muted)}.cypher-result h2{text-transform:uppercase;margin:4px 58px 4px 0;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:42px;line-height:1}.cypher-result>p:not(.eyebrow){color:var(--muted);margin:0;font-size:14px}.cypher-result blockquote{border-left:5px solid var(--cypher);background:var(--surface);margin:22px 0;padding:18px;font-size:18px;font-weight:700;line-height:1.45}.result-assists{border:1px solid var(--line-dark);background:var(--surface);grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0 0 20px;padding:12px;display:grid}.result-assists>div{align-items:center;gap:8px;min-width:0;display:flex}.result-assists svg{width:17px;height:17px;color:var(--cypher);flex:none}.result-assists .result-time{border-left:1px solid var(--line);padding-left:10px}.gave-up-result{background:#ece9df}.give-up-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;display:grid}.give-up-actions button{border:1px solid var(--ink);background:var(--surface);min-height:44px;color:var(--ink);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:900;display:inline-flex}.give-up-actions button:last-child{background:var(--ink);color:var(--surface)}.give-up-actions svg{width:16px;height:16px}.not-found{width:min(680px,100% - 40px);margin:15vh auto}.not-found h1{margin:8px 0 24px;font-size:36px}.not-found a{color:var(--blue);font-weight:800}.share-button{min-width:150px;height:44px}.site-footer{border-top:1px solid var(--line);min-height:76px;color:var(--muted);justify-content:space-between;align-items:center;gap:24px;padding:20px max(24px,50% - 590px);font-size:12px;display:flex}.site-footer span:first-child{color:var(--ink);text-transform:uppercase;font-weight:900}.modal-backdrop{z-index:100;background:#171714b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-panel{border:2px solid var(--ink);background:var(--surface);border-radius:6px;flex-direction:column;width:min(500px,100%);max-height:min(720px,100vh - 40px);display:flex;box-shadow:10px 10px #17171447}.modal-panel-wide{width:min(680px,100%)}.modal-header{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:center;gap:20px;min-height:64px;padding:10px 12px 10px 22px;display:flex}.modal-header h2{margin:0;font-size:21px}.modal-body{padding:24px;overflow-y:auto}.help-steps{border-top:1px solid var(--line);gap:0;display:grid}.help-steps>div{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;align-items:center;gap:12px;min-height:74px;display:grid}.help-steps span{background:var(--ink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:900;display:flex}.help-steps p,.modal-note,.stats-note,.share-note{margin:0;font-size:14px;line-height:1.5}.modal-note{border:1px solid var(--yellow);background:#fff5cf;gap:10px;margin-top:20px;padding:14px;display:flex}.modal-note svg{width:20px;min-width:20px;height:20px}.stats-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,1fr);display:grid}.stats-grid>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;justify-content:center;min-height:92px;padding:15px;display:flex}.stats-grid strong{font-size:27px}.stats-grid span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.stats-note{color:var(--muted);text-align:center;margin-top:18px;font-size:12px}.archive-list{border-top:1px solid var(--line);display:grid}.archive-list>button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:12px minmax(120px,1fr) auto 20px;align-items:center;gap:12px;min-height:58px;padding:8px 10px;display:grid}.archive-list>button:hover,.archive-list>button.selected{background:#ece9df}.archive-list>button>span:nth-child(2){flex-direction:column;display:flex}.archive-list strong{font-size:13px}.archive-list small{color:var(--muted);font-size:11px}.archive-list>button>span:nth-child(3){color:var(--muted);font-size:11px;font-weight:800}.archive-list svg{width:16px;height:16px}.archive-status{border:1px solid var(--line-dark);background:0 0;border-radius:50%;width:9px;height:9px}.archive-status.solved{border-color:var(--admit);background:var(--admit)}.archive-status.stumped{border-color:var(--deny);background:var(--deny)}.archive-status.gave-up{border-color:var(--deny);background:0 0}.archive-status.in-progress{border-color:var(--yellow);background:var(--yellow)}.share-output{resize:none;border:1px solid var(--ink);width:100%;color:var(--ink);background:#ece9df;border-radius:4px;margin:12px 0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.55}.copy-button{width:100%}.toast{z-index:130;border:1px solid var(--ink);background:var(--ink);color:#fff;border-radius:4px;max-width:calc(100% - 32px);min-height:44px;padding:12px 16px;font-size:13px;font-weight:700;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:5px 5px #17171433}@keyframes spin{to{transform:rotate(360deg)}}@keyframes verdict-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.circuit-identity{background:var(--circuit);min-height:210px;color:var(--surface);border-radius:6px 6px 0 0;grid-template-columns:minmax(0,1fr) 480px;display:grid;overflow:hidden}.circuit-identity .identity-copy h1{text-transform:uppercase;margin:3px 0 10px;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:58px;line-height:.95}.circuit-identity img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:210px;display:block}.circuit-toolbar{background:#97cec3}.circuit-board{border:1px solid var(--ink);background:var(--surface);border-top:0;border-radius:0 0 6px 6px;overflow:hidden}.circuit-board-header{border-bottom:1px solid var(--ink);background:#ece9df;grid-template-columns:repeat(3,1fr);align-items:center;min-height:70px;padding:12px 28px;display:grid}.circuit-board-header>div{flex-direction:column;gap:2px;display:flex}.circuit-board-header>div:nth-child(2){text-align:center;align-items:center}.circuit-board-header>div:last-child{text-align:right;align-items:flex-end}.circuit-board-header span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:900}.circuit-board-header strong{font-size:20px}.circuit-difficulty strong{color:#b47c00;font-size:15px}.circuit-workspace{padding:30px}.circuit-stage{aspect-ratio:640/460;border:1px solid var(--line-dark);background:#f0eee6;width:min(760px,100%);margin:0 auto;position:relative;overflow:hidden}.circuit-stage:before,.circuit-stage:after{content:"";background:#dfdcd1;position:absolute}.circuit-stage:before{width:1px;height:100%;top:0;left:50%}.circuit-stage:after{width:100%;height:1px;top:50%;left:0}.circuit-traces{z-index:1;width:100%;height:100%;position:absolute;inset:0}.circuit-edge{fill:none;stroke:#aaa69a;stroke-width:7px;stroke-linecap:square;transition:stroke .18s,stroke-width .18s}.circuit-edge.confirmed{stroke:var(--admit);stroke-width:9px}.circuit-edge.revealed{stroke:#c48b08;stroke-dasharray:10 8}.circuit-edge.ready{stroke:var(--yellow);stroke-width:9px;stroke-dasharray:12 8;animation:.9s linear infinite circuit-flow}.circuit-edge.live{stroke:var(--admit);stroke-width:10px;stroke-dasharray:16 7;animation:.7s linear infinite circuit-flow}#circuit-arrow-open path{fill:#aaa69a}#circuit-arrow-confirmed path,#circuit-arrow-live path{fill:var(--admit)}#circuit-arrow-revealed path{fill:#c48b08}#circuit-arrow-ready path{fill:var(--yellow)}.circuit-tile{z-index:3;border:2px solid var(--ink);background:var(--surface);cursor:default;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:clamp(78px,17%,112px);min-height:60px;padding:8px;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:4px 4px #17171429}.circuit-tile:disabled{opacity:1}.circuit-tile.movable{cursor:grab}.circuit-tile.movable:hover,.circuit-tile.selected{background:var(--circuit-soft);border-color:var(--circuit-mid)}.circuit-tile.selected{box-shadow:0 0 0 4px #97cec3,4px 4px #17171429}.circuit-tile span{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:900;line-height:1}.circuit-tile strong{overflow-wrap:anywhere;max-width:100%;font-size:14px;line-height:1.05}.circuit-tile.fuse{background:#f8df91;border-color:#aa7600;width:clamp(72px,14%,94px);min-height:66px;box-shadow:4px 4px #9161002e}.circuit-tile.fuse svg{width:20px;height:20px;fill:var(--yellow)}.circuit-tile.fuse small{font-size:18px;font-weight:900}.circuit-tile.powered{border-color:var(--admit);background:var(--admit-soft)}.circuit-core{z-index:2;border:2px solid var(--ink);background:var(--circuit);color:#fff;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:150px;height:100px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:6px 6px #17171429}.circuit-core svg{width:27px;height:27px;color:var(--yellow);fill:var(--yellow)}.circuit-core strong{font-size:13px}.circuit-core span{color:#bed8d3;text-transform:uppercase;font-size:9px;font-weight:900}.circuit-core.ready{border-color:var(--yellow)}.circuit-core.live{background:var(--admit);border-color:var(--admit)}.circuit-controls,.circuit-result{border-top:1px solid var(--line);width:min(850px,100%);margin:26px auto 0;padding-top:24px}.circuit-instruction{align-items:center;gap:12px;display:flex}.circuit-instruction>svg{background:var(--circuit-soft);width:38px;height:38px;color:var(--circuit);border-radius:4px;flex:none;padding:8px}.circuit-instruction>div{flex-direction:column;gap:3px;display:flex}.circuit-instruction strong{font-size:16px}.circuit-instruction span{color:var(--muted);font-size:12px;font-weight:700}.circuit-actions{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) 48px;gap:9px;margin-top:18px;display:grid}.circuit-actions button,.fuse-panel form button,.parts-bin button{border:1px solid var(--ink);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:10px 16px;font-size:12px;font-weight:900;display:inline-flex}.circuit-actions svg,.fuse-panel form button svg{width:18px;height:18px}.check-circuit-button{background:var(--circuit);color:#fff}.circuit-hint-button{background:var(--yellow)}.circuit-hint-button:disabled{opacity:.45;cursor:not-allowed}.circuit-reset-button{background:var(--surface);padding:0!important}.circuit-reset-button span{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.circuit-hints{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.circuit-hints span{background:#fff4cd;border:1px solid #b78618;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.circuit-hints svg{width:14px;height:14px}.circuit-inline-note{border-left:4px solid var(--admit);background:var(--admit-soft);margin:14px 0 0;padding:10px 12px;font-size:13px;font-weight:700}.fuse-panel{border:1px solid var(--ink);background:#f0eee6;padding:24px}.fuse-panel>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.fuse-panel h2{margin:3px 0 0;font-size:24px}.fuse-panel>header>span{border:1px solid var(--line-dark);background:var(--surface);text-transform:uppercase;padding:6px 8px;font-size:10px;font-weight:900}.fuse-panel>p{color:var(--muted);margin:10px 0 18px;font-size:14px}.fuse-panel form{grid-template-columns:minmax(0,1fr) 150px;gap:8px;display:grid}.fuse-panel input{border:1px solid var(--line-dark);background:var(--surface);text-transform:uppercase;border-radius:4px;min-width:0;height:50px;padding:0 14px}.fuse-panel form button{background:var(--circuit);color:#fff}.fuse-attempts{align-items:center;gap:7px;min-height:28px;margin-top:14px;display:flex}.fuse-attempts>span{border:1px solid var(--line-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:13px;font-weight:900;display:inline-flex}.fuse-attempts>span.used{border-color:var(--deny);background:var(--deny)}.fuse-attempts small{color:var(--muted);overflow-wrap:anywhere;margin-left:5px}.parts-bin>strong,.parts-bin>span{display:block}.parts-bin>span{color:var(--muted);margin:3px 0 12px;font-size:12px}.parts-bin>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.parts-bin button{background:var(--yellow)}.circuit-result{text-align:center}.circuit-result h2{margin:4px 0 6px;font-size:40px}.circuit-result>p:not(.eyebrow){color:var(--muted);margin:0}.circuit-result-metrics{border:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin:22px 0;display:grid}.circuit-result-metrics span{border-right:1px solid var(--line);min-height:70px;color:var(--muted);text-transform:uppercase;flex-direction:column;justify-content:center;padding:12px;font-size:9px;font-weight:900;display:flex}.circuit-result-metrics span:last-child{border-right:0}.circuit-result-metrics strong{color:var(--ink);font-size:19px}.completed-relations{flex-wrap:wrap;justify-content:center;gap:7px;display:flex}.completed-relations span{border:1px solid var(--admit);background:var(--admit-soft);padding:6px 9px;font-size:12px;font-weight:800}.circuit-result .share-button{margin-top:22px}@keyframes circuit-flow{to{stroke-dashoffset:-23px}}@media (width<=850px){.game-main{width:min(100% - 24px,720px);margin-top:16px}.game-identity{grid-template-columns:1fr .95fr;min-height:185px}.identity-copy{padding:26px}.identity-copy h1{font-size:48px}.identity-copy>p:last-child{font-size:15px}.game-identity img{min-height:185px}.game-board{grid-template-columns:1fr}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.clue-board{border-right:0;border-bottom:1px solid var(--ink)}.rule-check-grid{grid-template-columns:1fr}.cypher-identity{grid-template-columns:minmax(0,1fr) 300px}.cypher-identity-art{padding-left:28px;padding-right:28px}.cipher-phrase{padding:22px}.circuit-identity{grid-template-columns:minmax(0,1fr) 340px}.circuit-workspace{padding:24px 18px}}@media (width<=580px){.word-circuit-shell{width:100vw;max-width:100vw;overflow-x:hidden}.site-header{height:58px;padding:0 12px}.brand{font-size:13px}.brand-mark{width:30px;height:30px}.header-actions{gap:5px}.icon-button{width:38px;height:38px}.game-main{width:100%;margin:0 auto 36px}.game-identity{border-radius:0;grid-template-columns:1fr 112px;min-height:174px}.identity-copy{padding:22px 16px}.identity-copy h1{margin-bottom:8px;font-size:42px}.identity-copy>p:last-child{font-size:14px;line-height:1.4}.game-identity img{object-position:74% center;min-height:174px}.puzzle-toolbar,.game-board{border-left:0;border-right:0;border-radius:0}.puzzle-toolbar{gap:6px;padding-left:8px;padding-right:8px}.puzzle-date{gap:6px;font-size:11px}.mode-tag{min-width:48px;padding-left:6px;padding-right:6px;font-size:8px}.clue-board,.play-console,.rule-check-prototype{padding:22px 16px}.rule-check-header{flex-direction:column;align-items:flex-start;gap:14px}.rule-check-start{width:100%}.rule-check-actions,.rule-check-footer-actions{flex-direction:column;align-items:stretch;width:100%}.rule-check-actions>button,.rule-check-footer-actions>button{width:100%}.rule-check-item{grid-template-columns:minmax(72px,1fr) 118px 38px;gap:7px}.rule-check-result{grid-template-columns:1fr auto}.rule-check-result>p{grid-column:1/-1}.hub-main{width:100%;margin:0 auto 44px;padding:28px 16px 0}.hub-date{font-size:10px}.hub-title-row h1{font-size:32px}.daily-progress{grid-template-columns:repeat(3,34px)}.game-grid{grid-template-columns:1fr}.game-card-body{min-height:174px;padding:20px}.cypher-identity{border-radius:0;grid-template-columns:minmax(0,1fr) 96px;min-height:174px}.circuit-identity{border-radius:0;grid-template-columns:minmax(0,1fr) 128px;width:100vw;max-width:100vw;min-height:174px}.circuit-identity .identity-copy{min-width:0;overflow:hidden}.circuit-identity .identity-copy h1{margin-bottom:8px;font-size:37px}.circuit-identity .identity-copy>p:last-child{font-size:14px;line-height:1.4}.circuit-identity img{object-fit:cover;object-position:50% center;min-height:174px}.circuit-board{border-left:0;border-right:0;border-radius:0;width:100vw;min-width:0;max-width:100vw}.circuit-board-header{grid-template-columns:repeat(3,minmax(0,1fr));min-height:60px;padding:10px 16px}.circuit-board-header strong{font-size:17px}.circuit-workspace{width:100%;min-width:0;max-width:100%;padding:18px 8px 26px}.circuit-stage{width:calc(100vw - 16px);min-width:0;max-width:calc(100vw - 16px)}.circuit-tile{min-height:49px;padding:5px;box-shadow:2px 2px #17171429}.circuit-tile strong{font-size:11px}.circuit-tile span{font-size:7px}.circuit-tile.fuse{min-height:54px}.circuit-tile.fuse svg{width:15px;height:15px}.circuit-tile.fuse small{font-size:14px}.circuit-core{width:98px;height:62px;box-shadow:3px 3px #17171424}.circuit-core svg{width:19px;height:19px}.circuit-core strong{font-size:10px}.circuit-core span{font-size:7px}.circuit-controls,.circuit-result{width:calc(100vw - 16px);min-width:0;max-width:calc(100vw - 16px);margin-top:20px;padding:20px 8px 0}.circuit-actions{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) 44px;width:100%}.circuit-actions button{min-width:0;min-height:46px;padding:8px;font-size:10px}.fuse-panel{min-width:0;padding:18px 14px}.fuse-panel>header{flex-direction:column;align-items:flex-start;gap:8px}.fuse-panel h2{font-size:21px}.fuse-panel form{grid-template-columns:minmax(0,1fr) 112px}.fuse-panel input{font-size:16px}.fuse-panel form button{padding:8px;font-size:10px}.parts-bin>div{grid-template-columns:repeat(2,minmax(0,1fr))}.circuit-result h2{font-size:34px}.circuit-result-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.circuit-result-metrics span:nth-child(2){border-right:0}.circuit-result-metrics span:nth-child(-n+2){border-bottom:1px solid var(--line)}.cypher-identity .identity-copy h1{margin-bottom:8px;font-size:38px}.cypher-identity .identity-copy>p:last-child{font-size:14px;line-height:1.4}.cypher-identity-art{grid-template-rows:repeat(3,1fr);grid-template-columns:1fr;gap:7px;min-height:174px;padding:20px 14px}.cypher-identity-art>div{grid-template-columns:24px 1fr 24px;height:34px}.cypher-identity-art span{font-size:11px}.cypher-identity-art>svg{display:none}.cypher-board{border-left:0;border-right:0;border-radius:0}.cypher-board-header{min-height:58px;padding:10px 16px}.cypher-workspace{padding:22px 12px 28px}.cypher-section-heading{align-items:flex-start;margin-bottom:17px}.cypher-section-heading>div{overflow:hidden}.cypher-section-heading h2{font-size:18px}.cypher-hint{width:44px;min-width:44px;height:44px;padding:0;font-size:0}.cipher-phrase{gap:10px 0;min-height:160px;padding:16px 10px}.cipher-space{width:9px}.cipher-word{gap:2px}.cipher-word>button{width:25px;min-width:25px;height:52px}.cipher-word>button>strong{font-size:18px}.cipher-punctuation{min-width:7px;font-size:20px}.selected-mapping{grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr) 38px;gap:7px;width:100%}.plaintext-keyboard{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.plaintext-keyboard button{height:42px;font-size:12px}.mapping-rack{gap:4px}.mapping-rack button{width:36px;height:36px}.cypher-assists>header{align-items:flex-start}.assist-actions{grid-template-columns:1fr}.assist-actions>button{min-height:56px}.result-assists{grid-template-columns:repeat(2,minmax(0,1fr))}.result-assists .result-time{border-left:0;padding-left:0}.give-up-actions{grid-template-columns:1fr}.cypher-result{padding:22px 18px}.cypher-result h2{font-size:36px}.section-heading{margin-bottom:16px}.section-heading h2{font-size:20px}.example-column li{padding:10px;font-size:12px}.example-column li small{display:none}.admission-progress>span{height:38px}.word-form{margin-top:28px}.input-row{grid-template-columns:minmax(0,1fr) 50px}.input-row input{height:52px;font-size:16px}.submit-button{width:50px;height:52px;padding:0;font-size:0}.submit-button svg{width:20px;height:20px}.result-panel{padding:22px 18px}.result-panel h2{font-size:36px}.site-footer{flex-direction:column;align-items:flex-start;gap:5px;min-height:68px;padding:18px 16px}.modal-backdrop{align-items:flex-end;padding:10px}.modal-panel{width:100%;max-height:calc(100vh - 20px);box-shadow:none;border-radius:6px 6px 0 0}.modal-body{padding:18px}.archive-list>button{grid-template-columns:12px minmax(105px,1fr) auto 16px;gap:8px}.archive-list>button>span:nth-child(3){font-size:10px}}@media (width<=350px){.brand span:last-child{display:none}.game-identity{grid-template-columns:1fr 88px}.circuit-identity{grid-template-columns:minmax(0,1fr) 94px}.circuit-identity .identity-copy h1{font-size:33px}.circuit-tile{width:72px}.circuit-tile.fuse{width:64px}.identity-copy h1{font-size:38px}.puzzle-date>span:nth-child(2){display:none}.example-column li{font-size:11px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
