:root{--ink:#1f2937;--muted:#6b7280;--accent:#2563eb;--bg:#f7f7f5}*{box-sizing:border-box}body,html{margin:0;height:100%;font-family:-apple-system,system-ui,Helvetica Neue,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit}.game{position:fixed;inset:0}.game .map{position:absolute!important}.draw,.game .map{inset:0;width:100%;height:100%}.draw{position:absolute;z-index:2;touch-action:none;pointer-events:auto}.draw.active{cursor:crosshair}.hud{position:absolute;z-index:5;left:0;right:0;display:flex;align-items:center;gap:12px;padding:14px 18px;pointer-events:none}.hud>*{pointer-events:auto}.hud.top{top:0;justify-content:space-between}.hud.bottom{bottom:0;justify-content:center}.hud .right{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.country{font-size:34px;font-weight:700;line-height:1.1;text-shadow:0 1px 0 #fff,0 0 12px #fff}.subhint{display:inline-block;font-size:13px;font-weight:600;color:var(--accent);background:#fff;border:1px solid #dbe4f5;border-radius:999px;padding:5px 12px;margin-top:6px;box-shadow:0 1px 3px rgba(15,23,42,.12)}.hint{padding:8px 12px;font-size:14px}.hint,.toggle{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:var(--muted)}.toggle,.user{font-size:13px;padding:6px 10px}.user{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:inline-flex;gap:8px;align-items:center}.board td img,.user img{width:20px;height:20px;border-radius:50%;vertical-align:middle;margin-right:6px}.user a{color:var(--muted);font-size:12px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:1px solid transparent;border-radius:8px;height:40px;padding:0 16px;font-family:inherit;font-size:15px;line-height:1;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap}.btn.ghost{background:#fff;color:var(--ink);border-color:#e5e7eb;font-weight:500}.btn.x{background:#000;color:#fff;border-color:#000}.auth-form{display:contents}.linkish{background:none;border:0;padding:0;font:inherit;font-size:12px;color:var(--muted);cursor:pointer;text-decoration:underline}.linkish:hover{color:var(--ink)}.linkish:disabled{opacity:.4;cursor:default}.btn:hover{filter:brightness(.95)}.btn:disabled{cursor:default;filter:none;opacity:.55}.btn.ghost:disabled{opacity:1;color:#b4bac3;background:#fff;border-color:#e8eaee}.hud.bottom .btn{height:40px;font-size:15px;line-height:1;border-width:1px}.btn.x:hover{background:#262626;filter:none}.btn.google{background:#fff;color:#1f2937;border-color:#d0d5dd;font-weight:600}.btn.google:hover{background:#f6f7f9;filter:none}.signin{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap;background:#f4f5f7;border-radius:10px;padding:8px 10px}.icon-btn,.signin-prompt{font-size:13px;color:var(--ink)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #e0e2e6;border-radius:6px;background:#fff;font-family:inherit;line-height:1;cursor:pointer}.icon-btn svg{width:15px;height:15px}.icon-btn:hover{border-color:#b8bcc4;box-shadow:0 1px 2px rgba(0,0,0,.08)}.icon-btn:disabled{opacity:1;cursor:default}.nickname{margin-top:12px}.nickname label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.nickname-row{display:flex;align-items:center;gap:8px}.nickname-row .at{font-size:15px;color:var(--muted)}.nickname-row input{flex:1 1;min-width:0;height:40px;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;font-family:inherit;font-size:15px}.nickname-row input:focus{outline:2px solid var(--accent);outline-offset:-1px}.nickname-msg{margin:6px 0 0;font-size:12px;color:var(--muted)}.nickname-msg.bad{color:#b42318}.modal.narrow{max-width:380px}.score{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 18px;display:flex;gap:16px;align-items:baseline;flex-wrap:wrap}.score .pts{font-size:32px;font-weight:800}.score .pts span{font-size:14px;font-weight:500;color:var(--muted)}.score .detail{font-size:14px}.score .detail small{color:var(--muted)}.score .detail.small{width:100%}.madeby,.score .detail.small{font-size:12px;color:var(--muted)}.madeby{position:absolute;z-index:6;left:18px;bottom:16px;display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:5px 12px 5px 6px;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.05)}.madeby img{width:18px;height:18px;border-radius:50%;display:block}.madeby:hover{color:var(--ink);border-color:#d1d5db}.hud.restored{top:84px;justify-content:center}.note{font-size:13px;color:var(--muted);margin:10px 0}.modal-back{position:absolute;z-index:50;inset:0;background:rgba(17,24,39,.38);display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:#fff;border-radius:16px;padding:24px 26px;width:100%;max-width:420px;box-shadow:0 20px 50px rgba(0,0,0,.22);position:relative;max-height:100%;overflow-y:auto}.modal-x{position:absolute;top:10px;right:12px;border:0;background:none;font-size:24px;line-height:1;color:var(--muted);cursor:pointer;padding:4px 8px}.modal-x:hover{color:var(--ink)}.modal-pts{font-size:52px;font-weight:800;line-height:1.05;margin:2px 0 6px}.modal-pts span{font-size:16px;font-weight:500;color:var(--muted)}.modal .detail{font-size:14px}.modal .detail small{color:var(--muted)}.modal-board{border-top:1px solid #f1f1f1;margin-top:18px}.modal table.mini{width:100%;border-collapse:collapse;font-size:14px}.modal table.mini td{padding:7px 6px;border-bottom:1px solid #f6f6f6}.modal table.mini td:first-child{width:32px;color:var(--muted);font-size:12px}.modal table.mini td:last-child{text-align:right}.modal table.mini img{width:20px;height:20px;border-radius:50%;vertical-align:middle;margin-right:6px}.modal table.mini tr.you td{background:#eff6ff;color:var(--accent);font-weight:600}.modal-actions{display:grid;grid-gap:10px;gap:10px;margin-top:22px}.action-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.action-row .btn{padding:0 8px;font-size:14px}.modal-actions .btn{justify-content:center}.btn.wide{width:100%}.save-state{margin:0;text-align:center;min-height:18px}.diagnosis{margin:8px 0 0;font-size:14px;color:var(--muted)}.board{max-width:760px;margin:0 auto;padding:32px 20px}.board,.sidenote{position:relative}.sidenote{background:#fff;border:1px solid #e5e7eb;border-left:3px solid var(--accent);border-radius:10px;padding:12px 34px 12px 14px;margin:16px 0;font-size:13px;color:var(--muted)}.sidenote b{display:block;color:var(--ink);font-size:13px;margin-bottom:3px}.sidenote p,.sidenote-body{margin:0;line-height:1.5}.sidenote-body p+p{margin-top:8px}.sidenote-x{position:absolute;top:6px;right:8px;border:0;background:none;font-size:20px;line-height:1;color:#b6bac1;cursor:pointer;padding:2px 6px}.sidenote-x:hover{color:var(--ink)}@media (min-width:1180px){.sidenote{position:absolute;left:calc(50% + 400px);width:250px;margin:0}}.modes{display:flex;gap:8px;margin:16px 0 4px;flex-wrap:wrap}.mode-tab{flex:1 1;min-width:120px;display:block;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:9px 12px;font-size:14px;font-weight:600;text-decoration:none;color:var(--ink)}.mode-tab span{display:block;font-size:11px;font-weight:500;color:var(--muted);margin-top:2px}.mode-tab:hover{border-color:#d1d5db}.mode-tab.on{border-color:var(--accent);background:#eff6ff;color:var(--accent)}.mode-tab.on span{color:var(--accent);opacity:.8}.mode-tab.solid{border-color:var(--accent);background:var(--accent);color:#fff}.mode-tab.solid span{color:#fff;opacity:.85}@media (max-width:560px){.mode-tab{min-width:calc(50% - 4px);padding:8px 10px;font-size:13px}}.mode-select{padding-right:8px}.mp{position:relative}.mp-btn{display:inline-flex;align-items:center;gap:8px;height:36px;box-sizing:border-box;padding:0 12px;background:#fff;color:var(--ink);border:1px solid #e5e7eb;border-radius:8px;font:inherit;font-size:13px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer}.mp-btn:hover{border-color:#b8bcc4}.mp-btn[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 3px rgba(37,99,235,.15)}.mp-caret{color:var(--muted);font-size:11px}.mp-panel{position:absolute;z-index:30;top:calc(100% + 6px);right:0;width:288px;padding:6px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.14);text-align:left}.mp-group{padding:8px 10px 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.mp-group+.mp-row{margin-top:0}.mp-row{display:block;width:100%;background:none;border:0;border-radius:8px;padding:8px 10px;font:inherit;text-align:left;cursor:pointer}.mp-row:hover{background:#f6f7f9}.mp-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.mp-row.on{background:#eff6ff}.mp-row.on .mp-name{color:var(--accent)}.mp-row.on .mp-name:after{content:" ✓"}.mp-name{display:block;font-size:14px;font-weight:600}.mp-blurb{display:block;margin-top:2px;font-size:12px;line-height:1.35;color:var(--muted)}.hud.top{align-items:flex-start;padding-top:18px}.welcome-bar{padding:18px}.game:not(.daily) .hud.top .right>*,.welcome-bar>*{height:36px;box-sizing:border-box}.game:not(.daily) .hud.top .right .btn,.welcome-bar .btn{padding:0 12px;font-size:13px;font-weight:600}.game:not(.daily) .hud.top .right .user,.welcome-bar .user{padding:0 10px}.game:not(.daily) .hud.top .right .signin,.welcome-bar .signin{padding:0 8px;border-radius:8px}.played{margin:14px 0 0;font-size:14px;color:var(--muted);background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px}.played b{font-size:20px;font-weight:800;color:var(--ink);margin-right:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.board header{display:flex;gap:16px;align-items:baseline}.back.corner{position:fixed;top:14px;left:18px;z-index:10;margin:0}@media (max-width:880px){.board.corner-back{padding-top:58px}}.board h1{margin:0}.picker{display:flex;gap:8px;margin:20px 0}.picker2{position:relative;margin:16px 0 20px}.picker-btn{width:100%;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:11px 14px;font:inherit;font-size:15px;text-align:left;cursor:pointer}.picker-btn:hover{border-color:#9ca3af}.picker-btn>span:first-child{flex:1 1;font-weight:600}.picker-meta{font-size:13px;color:var(--muted)}.picker-caret{color:var(--muted);font-size:12px}.picker-panel{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.14);overflow:hidden}.picker-search{width:100%;border:0;border-bottom:1px solid #f1f1f1;padding:11px 14px;font:inherit;font-size:14px;outline:none}.picker-list{max-height:320px;overflow-y:auto}.picker-row{width:100%;display:flex;align-items:baseline;gap:10px;background:none;border:0;padding:9px 14px;font:inherit;font-size:14px;text-align:left;cursor:pointer}.picker-row:hover{background:#f6f7f9}.picker-row.on{background:#eff6ff;color:var(--accent);font-weight:600}.picker-row>span:first-child{flex:1 1}.picker-count{font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.picker-count.none{color:#c3c7ce}.picker-empty{margin:0;padding:14px;font-size:13px;color:var(--muted)}.picker select{flex:1 1;padding:8px;font-size:15px;border-radius:8px;border:1px solid #d1d5db}.board table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.board td,.board th{text-align:left;padding:10px 12px;border-bottom:1px solid #f1f1f1}.board th{font-size:12px;text-transform:uppercase;color:var(--muted)}.err{color:#b91c1c;font-size:14px}@media (max-width:640px){.board{padding:22px 14px}.board table{font-size:13px;table-layout:fixed;width:100%}.board td,.board th{padding:9px 5px}.board th{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-total,.of-min{display:none}.board td:first-child,.board th:first-child{width:22px}.board table.overall td:nth-child(3),.board table.overall th:nth-child(3){width:46px}.board table.overall td:nth-child(4),.board table.overall th:nth-child(4){width:74px}.board table.per-country td:nth-child(3),.board table.per-country th:nth-child(3){width:52px}.board table.per-country td:nth-child(4),.board table.per-country th:nth-child(4){width:80px}.board td:nth-child(3),.board td:nth-child(4){text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.board th:nth-child(3),.board th:nth-child(4){text-align:right}.board td:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board td img{width:18px;height:18px}.played{font-size:13px;padding:9px 12px}.played b{font-size:18px}.hud.top{flex-direction:column;gap:8px}.game:not(.daily) .hud.top,.hud.top{align-items:stretch;padding:10px 12px}.welcome-bar{padding:12px}.hud.top .right{justify-content:flex-start;gap:6px;flex-wrap:nowrap}.hud.top .right .btn,.hud.top .right .mode-select,.hud.top .right>*{flex-shrink:0}.game:not(.daily) .back{padding:4px 9px;font-size:0;line-height:1;margin-bottom:4px}.game:not(.daily) .back:before{content:"←";font-size:14px}.mp-panel{right:auto;left:0;width:min(288px,calc(100vw - 24px))}.user{min-width:0;flex-shrink:1}.user .handle{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country{font-size:22px}.label{font-size:10px}.subhint{font-size:12px;padding:4px 10px}.btn,.hud.bottom .btn{height:34px;padding:0 10px;font-size:13px}.hud.bottom{bottom:28px;gap:6px;padding:8px 10px}.hud.bottom .hint{display:none}.hud.bottom .btn{flex:1 1;min-width:0}.madeby{bottom:5px;left:10px;padding:4px;gap:0}.madeby span{display:none}.score{padding:8px 12px;gap:10px}.score .pts{font-size:24px}.score .detail{font-size:12px}.modal{padding:18px 16px;border-radius:14px}.modal-pts{font-size:40px}.modal-back{padding:12px}}.maplibregl-ctrl-top-right{top:auto!important;bottom:0}.maplibregl-ctrl-attrib{font-size:10px;opacity:.7}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right{z-index:3}.welcome{position:absolute;inset:0;z-index:40;background:rgba(248,249,251,.97);overflow-y:auto;display:flex;justify-content:center}.welcome-inner{width:100%;max-width:860px;padding:48px 24px 56px}.welcome-bar{position:absolute;top:0;right:0;z-index:1;display:flex;align-items:center;gap:10px;padding:14px 18px}.welcome-trophy{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 12px;font-size:17px;line-height:1;text-decoration:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.welcome-trophy:hover{border-color:#b8bcc4}.welcome-title{font-size:44px;font-weight:800;letter-spacing:-.02em;margin:0}.welcome-sub{font-size:17px;color:var(--muted);margin:8px 0 34px;max-width:44ch}.rules{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.rule{background:#fff;border:1px solid #e8eaee;border-radius:14px;padding:18px 18px 20px}.rule-art{display:block;width:100%;height:92px;margin-bottom:12px}.rule h2{font-size:16px;font-weight:700;margin:0 0 5px}.rule p{font-size:14px;color:var(--muted);margin:0;line-height:1.45}.rule{display:flex;flex-direction:column}.welcome-pick{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:36px 0 12px}.mode-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.mode-card{position:relative;display:block;text-align:left;background:#fff;border:1px solid #e8eaee;border-radius:12px;padding:16px 18px;font-family:inherit;cursor:pointer}.mode-card-count{position:absolute;right:16px;top:18px;font-size:12px;color:#9ca3af;white-space:nowrap}.mode-card:hover{border-color:var(--accent);box-shadow:0 2px 10px rgba(37,99,235,.12)}.mode-card-name{display:block;font-size:17px;font-weight:700;color:var(--ink);padding-right:132px}.mode-card-blurb{display:block;font-size:13px;color:var(--muted);margin-top:3px}.dots{display:inline-flex;gap:9px;padding:0 12px}.dots,.dots .dot{align-items:center}.dots .dot{display:flex;flex-direction:column;gap:3px;width:10px}.dots .dot i{font-style:normal;font-size:9px;line-height:1;color:#b6bcc5;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dots .dot:after{content:"";width:8px;height:8px;border-radius:50%;background:#dfe3e9}.dots .dot.done:after{background:var(--accent)}.dots .dot.done i{color:var(--accent)}.dots .dot.now:after{background:var(--ink);transform:scale(1.25)}.dots .dot.now i{color:var(--ink);font-weight:700}.hud .dots,.hud .hint,.hud .streak{height:38px;box-sizing:border-box;display:inline-flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.hud .hint.tot{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.subhint.square{border-radius:8px}.hud a.hint{text-decoration:none;padding:0 12px;font-size:17px}.hud a.hint:hover{border-color:#b8bcc4}.back{display:inline-block;margin-bottom:6px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:5px 10px;font-size:12px;font-weight:600;color:var(--muted);text-decoration:none}.back:hover{color:var(--ink);border-color:#b8bcc4}.daily-card{display:flex;flex-direction:column;gap:4px;text-align:left;text-decoration:none;color:var(--ink);background:var(--accent);border-radius:14px;padding:20px 22px;margin:26px 0 6px;box-shadow:0 2px 10px rgba(37,99,235,.22)}.daily-card-name{font-size:24px;font-weight:800;color:#fff;line-height:1.15}.daily-card-blurb{font-size:14px;color:hsla(0,0%,100%,.88)}.daily-card-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.daily-card-go{background:#fff;color:var(--accent);font-size:14px;font-weight:700;border-radius:8px;padding:9px 15px;text-decoration:none}.daily-card-go:hover{background:#f2f6ff}.daily-card-board{color:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.45);font-size:14px;font-weight:600;border-radius:8px;padding:8px 14px;text-decoration:none}.daily-card-board:hover{color:#fff;border-color:hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.1)}.tally{display:inline-flex;gap:10px;align-items:baseline;border-radius:8px}.hud .hint.tally{border-radius:8px;height:40px}.tally b{font-size:17px;color:var(--ink)}.tally span{font-size:13px;color:var(--muted)}.daily-table{width:100%;border-collapse:collapse;margin:10px 0 4px}.daily-table td{padding:8px 0;border-bottom:1px solid #f1f1f1;font-size:14px}.daily-table tr:last-child td{border-bottom:0}.daily-table .num{text-align:right;color:var(--muted)}.daily-table .num b{color:var(--ink);font-size:15px}.streak{display:inline-flex;gap:6px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:5px 12px;font-size:13px;color:var(--muted);white-space:nowrap}.streak b{font-size:15px;color:var(--ink)}.streak.lapsed{opacity:.55}.loc,.mini{display:block}.loc{flex:0 0 auto}.big-mini{display:flex;justify-content:center;margin:6px 0 10px}.daily-foot{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);margin-bottom:8px}.recap-modal{background:#fff;border:1px solid var(--ink);border-radius:4px;width:100%;max-width:880px;max-height:100%;overflow-y:auto;box-shadow:0 20px 50px rgba(0,0,0,.22)}.rc-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--ink)}.rc-title{font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.rc-head-right{display:flex;align-items:center;gap:14px}.rc-streak{display:inline-flex;align-items:center;gap:6px;font-size:11px;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:6px 12px;background:#f1f2f4;color:#6b7280;border:1px solid #e5e7eb}.rc-streak b{font-size:14px}.rc-streak.tier-1{background:#eef2ff;color:#4338ca;border-color:#dbe0fb}.rc-streak.tier-2{background:#fef6e7;color:#a15c07;border-color:#f7e4bf}.rc-streak.tier-3{background:#fff0e6;color:#b4460a;border-color:#fbd7bf}.rc-streak.tier-4{background:#ffe9e9;color:#b42318;border-color:#f9cfcf}.rc-close{background:none;border:0;padding:0 2px;font-size:22px;line-height:1;color:var(--ink);cursor:pointer;font-family:inherit}.rc-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.rc-body{display:grid;grid-template-columns:1.5fr 1fr 1fr;border-bottom:1px solid var(--ink)}.rc-score{padding:18px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #e5e7eb}.rc-big{font-size:62px;font-weight:800;line-height:1;letter-spacing:-.02em}.rc-big span{font-size:22px;font-weight:500;color:var(--muted)}.rc-bar-wrap{margin-top:22px}.rc-bar{position:relative;height:20px;border:1px solid var(--ink)}.rc-bar i{display:block;height:100%;background:var(--accent)}.rc-bar u{position:absolute;top:-4px;bottom:-4px;width:1px;background:var(--ink)}.rc-bar-foot{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-top:4px}.rc-stats{border-right:1px solid #e5e7eb}.rc-stats,.rc-time{display:grid;grid-template-rows:1fr 1fr}.rc-ach{display:block;width:100%;text-align:left;background:#fff;border:0;border-bottom:1px solid #e5e7eb;font-family:inherit;cursor:pointer}.rc-ach:hover{background:#fafbfc}.rc-link{display:block;text-decoration:none;color:inherit}.rc-link:hover{background:#fafbfc}.rc-badge-row{display:flex;align-items:center;gap:6px;font-size:22px;line-height:1}.rc-badge-row em{font-style:normal;font-size:12px;color:var(--muted);margin-left:2px}.rc-cell{padding:11px 16px;border-bottom:1px solid #e5e7eb}.rc-stats .rc-cell:last-child,.rc-time .rc-cell:last-child{border-bottom:0}.rc-num{font-size:30px;font-weight:800;line-height:1;letter-spacing:-.01em}.rc-num span{font-size:15px;font-weight:500;color:var(--muted)}.rc-num.small{font-size:21px}.rc-foot-note{margin-top:4px;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);font-weight:700}.rc-foot-note.warn{color:#b42318}.rc-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 18px;background:#f7f7f6;border-bottom:1px solid var(--ink);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.rc-legend{display:inline-flex;align-items:center;gap:7px;text-transform:none;letter-spacing:0;font-size:12px}.rc-legend i{display:inline-block;width:18px;height:3px;border-radius:2px}.rc-legend .k-you{background:var(--accent)}.rc-legend .k-real{background:#e11d48;margin-left:8px}.rc-grid{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--ink)}.rc-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:#fff;border:0;border-left:1px solid #e5e7eb;font-family:inherit;cursor:pointer}.rc-item:first-child{border-left:0}.rc-item:hover{background:#fafbfc}.rc-item-name{display:flex;align-items:center;gap:6px;max-width:100%}.rc-item-name span{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rc-item .loc{max-width:100%;height:auto}.rc-item-pts{font-size:26px;font-weight:800;line-height:1}.rc-star{display:flex;flex-direction:column;align-items:center;gap:1px;font-size:15px;line-height:1;color:transparent}.rc-star i{font-style:normal;font-size:9px;letter-spacing:.07em;text-transform:uppercase}.rc-star.on{color:#eab308}.rc-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 18px}.rc-foot>div{display:flex;flex-direction:column;gap:3px}.rc-foot b{font-size:17px}.rc-foot span{font-size:13px;color:var(--muted)}.rc-pad{padding:16px 18px 20px}.badges{display:grid;grid-template-columns:repeat(auto-fill,minmax(158px,1fr));grid-auto-rows:1fr;grid-gap:10px;gap:10px;margin-bottom:14px}.badge{display:flex;flex-direction:column;gap:3px;padding:12px 13px;border:1px solid #e5e7eb;border-radius:10px;background:#fbfbfc;opacity:.55}.badge.got{opacity:1;background:#fff}.badge.fresh{border-color:#eab308;box-shadow:0 0 0 2px #fdf3d0}.badge-emoji{display:flex;align-items:baseline;gap:5px;font-size:24px;line-height:1;filter:grayscale(1)}.badge-count{font-size:15px;font-weight:800;color:var(--ink)}.badge:not(.got) .badge-count,.daily-board-sub{color:var(--muted)}.daily-board-sub{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0 18px;font-size:14px}.daily-board-sub select{font-family:inherit;font-size:14px;height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:0 10px;color:var(--ink)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.daily-board th{text-align:left;padding:8px 14px;font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid #e5e7eb}.daily-board td.num,.daily-board th.num{text-align:right}.daily-board .streak-cell{color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:86px;white-space:nowrap}.daily-board .s-icon{display:inline-block;width:18px;font-size:13px;text-align:left}.daily-board .s-num{display:inline-block;width:30px;font-size:13px;text-align:right}.daily-board .dash{color:#c9ced6}.fake-tag{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#a16207;background:#fdf3d0;border-radius:999px;padding:4px 10px;font-weight:700}.daily-board{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.daily-board td{padding:11px 14px;border-bottom:1px solid #f1f1f1;font-size:15px}.daily-board tr:last-child td{border-bottom:0}.daily-board .place{width:56px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.daily-board .medal{display:inline-block;width:24px;font-size:19px;line-height:1;text-align:center}.daily-board .who i{color:#9aa3af}.daily-board .pts{text-align:right;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:78px}.daily-board tr.you td{background:#eef4ff}.you-tag{margin-left:8px;font-size:10px;letter-spacing:.07em;text-transform:uppercase;background:var(--accent);color:#fff;border-radius:999px;padding:2px 7px;vertical-align:1px}.result-place{display:flex;align-items:center;gap:12px;margin:6px 0 2px}.result-place span{font-size:44px;line-height:1}.result-place b{font-size:52px;font-weight:800;line-height:1;letter-spacing:-.02em}.result-place b i{font-style:normal;font-size:22px;font-weight:600;color:var(--muted);margin-left:2px}.result-line{margin:6px 0 10px;font-size:15px;color:var(--muted)}.result-won{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0 0 16px;font-size:13px;color:var(--muted)}.result-won span{font-size:20px}.badge.got .badge-emoji{filter:none}.badge-name{font-size:14px;font-weight:700}.badge-blurb{flex:1 1 auto;font-size:12px;color:var(--muted);line-height:1.35}.badge-when{display:flex;flex-direction:column;gap:1px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:2px}.badge-when em{font-style:normal;letter-spacing:0;text-transform:none;font-size:11px;color:#9aa3af}.badge.fresh .badge-when{color:#a16207;font-weight:700}.badge-pips{display:flex;gap:3px;margin-top:4px}.badge-pips i{width:100%;height:4px;border-radius:2px;background:#e2e5ea}.badge-pips i.on{background:var(--accent)}.ach-stats{display:flex;flex-wrap:wrap;gap:26px;margin:18px 0 22px;padding-bottom:18px;border-bottom:1px solid #e5e7eb}.ach-stats>div{display:flex;flex-direction:column}.ach-stats b{font-size:26px;line-height:1.1}.ach-stats b span{font-size:15px;font-weight:500;color:var(--muted)}.ach-stats>div>span{font-size:12px;color:var(--muted)}.ach-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:20px;padding-top:18px;border-top:1px solid #e5e7eb}.ach-foot>div{display:flex;flex-direction:column;gap:3px}.ach-foot b{font-size:15px}.ach-foot span{font-size:13px;color:var(--muted)}.rc-foot.nickname-foot{background:#fdf3d0;border-top-color:#eab308}.rc-foot.nickname-foot>div b{color:#a16207}.rc-foot.nickname-foot>div span{color:#8a6d1f}.nickname-foot .nickname-row input{border-color:#e7d9a8;background:#fff}.nickname-foot .nickname-msg{color:#8a6d1f}.signin-wide{display:inline-flex;gap:10px;flex-wrap:wrap}.btn.wide-auth{gap:8px;border-radius:4px;font-weight:600}.x-mark{font-size:15px}@media (max-width:860px){.rc-body{grid-template-columns:1fr 1fr}.rc-score{grid-column:1/3;border-right:0;border-bottom:1px solid #e5e7eb}.rc-stats{border-right:1px solid #e5e7eb}.rc-big{font-size:48px}.rc-grid{grid-template-columns:repeat(3,1fr)}.rc-item:nth-child(4){border-left:0}.rc-foot{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.modal-back{padding:10px}.recap-modal{border-radius:3px}.rc-head{padding:10px 12px}.rc-title{font-size:11px;letter-spacing:.06em}.rc-streak{font-size:10px;padding:4px 9px;gap:4px}.rc-streak b{font-size:13px}.rc-close{font-size:20px}.rc-label{font-size:10px;margin-bottom:4px}.rc-score{padding:12px}.rc-big{font-size:40px}.rc-big span{font-size:16px}.rc-bar-wrap{margin-top:12px}.rc-bar{height:14px}.rc-cell{padding:10px 12px}.rc-num{font-size:21px}.rc-num span{font-size:12px}.rc-badge-row{font-size:17px;gap:4px}.rc-badge-row em{font-size:11px}.rc-strip{padding:8px 12px;font-size:10px;gap:6px}.rc-legend{font-size:11px}.rc-grid{grid-template-columns:repeat(3,1fr)}.rc-item{padding:8px 4px;gap:3px}.rc-item .mini{width:72px;height:72px}.rc-item .loc{width:60px;height:40px}.rc-item-name span{font-size:11px}.rc-item-pts{font-size:19px}.rc-star{font-size:12px}.rc-star i{font-size:8px}.rc-foot{padding:12px;gap:10px}.rc-foot b{font-size:15px}.rc-foot span{font-size:12px}.signin-wide{width:100%}.btn.wide-auth{flex:1 1 auto;min-width:0;font-size:13px;padding:0 10px}.rc-pad{padding:12px}.badges{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:8px}.badge{padding:10px}.badge-emoji{font-size:20px}.badge-name{font-size:13px}.badge-blurb{font-size:11px}.big-mini svg{width:240px;height:240px}}@media (max-width:720px){.daily .hud.top{flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px}.daily .hud.top>div:first-child{display:flex;align-items:center;gap:8px;min-width:0}.daily .hud.top .right{flex-shrink:0;gap:6px;flex-wrap:nowrap}.daily .back{margin:0;padding:5px 9px;font-size:0;line-height:1}.daily .back:before{content:"←";font-size:15px}.daily .label{display:none}.daily .country{font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.daily .subhint{position:absolute;top:48px;left:10px;margin:0;font-size:12px;padding:4px 10px}.daily .hud .dots,.daily .hud .hint,.daily .hud .streak{height:30px;font-size:12px}.daily .hud a.hint{font-size:14px;padding:0 9px}.daily .dots{gap:7px;padding:0 9px}.daily .dots .dot{width:8px}.daily .dots .dot i{font-size:8px}.daily .dots .dot:after{width:7px;height:7px}.daily .streak{padding:0 9px}.daily .hud.bottom{padding:10px;gap:8px}.daily .hint.tally{font-size:12px;padding:0 10px}.daily .hint.tally b{font-size:15px}.welcome-inner{padding:62px 16px 40px}.welcome-bar{padding:12px 14px}.welcome-title{font-size:34px}.welcome-sub{font-size:15px;margin-bottom:24px}.rules{grid-template-columns:1fr;gap:10px}.rule{display:grid;grid-template-columns:76px 1fr;grid-column-gap:14px;column-gap:14px;align-items:center;padding:14px}.rule-art{height:58px;margin:0;grid-row:span 2}.mode-cards{grid-template-columns:1fr}}