:root{--font-mono:"Roboto Mono", monospace;--gh-bg:#0a131f;--gh-bg-2:#0e1c2c;--gh-surface:#14263b;--gh-surface-2:#1b314a;--gh-border:#25405c;--gh-ink:#eaf1f8;--gh-ink-dim:#9fb3c8;--gh-ink-faint:#6b8199;--gh-amber:#f6c453;--gh-amber-deep:#e0a92e;--gh-correct:#2fbf71;--gh-incorrect:#e5484d;--gh-radius:14px;--gh-radius-sm:10px;--gh-shadow:0 10px 40px -12px #0009;--gh-maxw:920px}*{box-sizing:border-box}html{background-color:var(--gh-bg);-webkit-font-smoothing:antialiased;background-image:radial-gradient(1200px 700px at 80% -10%,#f6c45312,#0000 60%),radial-gradient(900px 600px at -10% 110%,#2fbf710f,#0000 55%);background-repeat:no-repeat;background-attachment:fixed;font-size:18px;line-height:32px}html,body,#app{min-height:100%}body{color:var(--gh-ink);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;line-height:32px}@media (max-width:1024px){body{font-size:16px;line-height:26px}}img{max-width:100%;height:auto;display:block}h1{margin:40px 0;font-size:64px;font-weight:700;line-height:70px}@media (max-width:1024px){h1{margin:24px 0;font-size:42px;line-height:42px}}@media (max-width:768px){h1{font-size:38px;line-height:38px}}@media (max-width:400px){h1{font-size:32px;line-height:32px}}p{margin:24px 0}@media (max-width:1024px){p{margin:calc(var(--base) * .75) 0}}a{color:currentColor}a:focus{opacity:.8;outline:none}a:active{opacity:.7;outline:none}svg{vertical-align:middle}.home{flex-direction:column;justify-content:space-between;align-items:center;max-width:1024px;height:100vh;margin:0 auto;padding:45px;display:flex;overflow:hidden}@media (max-width:400px){.home{padding:24px}}.home .content{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;display:flex}.home .content h1{text-align:center}.home .links{align-items:center;gap:12px;display:flex}.home .links a{border-radius:4px;padding:.25rem .5rem;text-decoration:none}.home .links .admin{color:#000;background:#fff;border:1px solid #000}.home .links .docs{color:#fff;background:#000;border:1px solid #fff}.home .footer{align-items:center;gap:8px;display:flex}@media (max-width:1024px){.home .footer{flex-direction:column;gap:6px}}.home .footer p{margin:0}.home .footer .codeLink{background:#3c3c3c;border-radius:4px;padding:0 .5rem;text-decoration:none}.gh-shell{width:100%;max-width:var(--gh-maxw);margin:0 auto;padding:clamp(20px,5vw,48px) clamp(16px,4vw,32px) 64px}.gh-topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.gh-brand{letter-spacing:-.02em;color:var(--gh-ink);align-items:center;gap:10px;font-size:1.25rem;font-weight:800;text-decoration:none;display:inline-flex}.gh-brand__mark{object-fit:contain;width:auto;height:35px}.gh-h1{letter-spacing:-.03em;margin:0 0 12px;font-size:clamp(2rem,6vw,3.2rem);font-weight:800;line-height:1.05}.gh-h1 .accent{color:var(--gh-amber)}.gh-lede{color:var(--gh-ink-dim);max-width:46ch;margin:0 0 28px;font-size:1.1rem}.gh-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gh-ink-faint);margin:0 0 14px;font-size:.72rem;font-weight:700}.gh-btn{font:inherit;border-radius:var(--gh-radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:.85rem 1.4rem;font-weight:700;line-height:1;text-decoration:none;transition:transform 80ms,background .12s,border-color .12s,opacity .12s;display:inline-flex}.gh-btn:active{transform:translateY(1px)}.gh-btn:focus-visible{outline:2px solid var(--gh-amber);outline-offset:2px}.gh-btn--primary{background:linear-gradient(135deg, var(--gh-amber), var(--gh-amber-deep));color:#2a1c00}.gh-btn--primary:hover{filter:brightness(1.05)}.gh-btn--ghost{background:var(--gh-surface);border-color:var(--gh-border);color:var(--gh-ink)}.gh-btn--ghost:hover{background:var(--gh-surface-2)}.gh-btn--google{color:#1f1f1f;background:#fff}.gh-btn--google:hover{filter:brightness(.97)}.gh-btn--block{width:100%}.gh-btn[disabled]{opacity:.5;cursor:not-allowed}.gh-cta-row{flex-wrap:wrap;gap:12px;display:flex}.gh-card{background:var(--gh-surface);border:1px solid var(--gh-border);border-radius:var(--gh-radius);box-shadow:var(--gh-shadow)}.gh-card--pad{padding:clamp(18px,4vw,28px)}.gh-mastery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin:12px 0 36px;display:grid}.gh-mastery__item{flex-direction:column;gap:8px;padding:16px 18px;display:flex}.gh-mastery__top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.gh-mastery__name{font-weight:700}.gh-mastery__pct{color:var(--gh-amber);font-variant-numeric:tabular-nums;font-weight:700}.gh-stars{letter-spacing:2px;font-size:.95rem}.gh-stars .on{color:var(--gh-amber)}.gh-stars .off{color:var(--gh-border)}.gh-meter{background:var(--gh-bg-2);border-radius:99px;height:7px;overflow:hidden}.gh-meter__fill{background:linear-gradient(90deg, var(--gh-amber-deep), var(--gh-amber));border-radius:99px;height:100%}.gh-mastery__sub{color:var(--gh-ink-faint);font-size:.8rem}.gh-state{text-align:center;color:var(--gh-ink-dim);padding:40px 20px}.gh-spinner{border:3px solid var(--gh-border);border-top-color:var(--gh-amber);border-radius:50%;width:30px;height:30px;margin:0 auto 14px;animation:.8s linear infinite gh-spin}@keyframes gh-spin{to{transform:rotate(360deg)}}.gh-section{margin-bottom:32px}.gh-section__title{margin:0 0 4px;font-size:1.05rem;font-weight:800}.gh-section__hint{color:var(--gh-ink-faint);margin:0 0 16px;font-size:.85rem}.gh-mode-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.gh-choice{text-align:left;border-radius:var(--gh-radius-sm);border:1px solid var(--gh-border);background:var(--gh-surface);color:var(--gh-ink);cursor:pointer;font:inherit;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 18px;transition:border-color .12s,background .12s,transform 80ms;display:flex}.gh-choice:hover{background:var(--gh-surface-2)}.gh-choice:focus-visible{outline:2px solid var(--gh-amber);outline-offset:2px}.gh-choice.is-selected{border-color:var(--gh-amber);background:#f6c4531a}.gh-choice__icon{font-size:1.4rem}.gh-choice__label{font-weight:700}.gh-choice__desc{color:var(--gh-ink-faint);font-size:.8rem}.gh-scope-tabs{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.gh-pill{font:inherit;border:1px solid var(--gh-border);color:var(--gh-ink-dim);cursor:pointer;background:0 0;border-radius:99px;padding:.4rem .9rem;font-size:.85rem;font-weight:600}.gh-pill.is-active{background:var(--gh-amber);border-color:var(--gh-amber);color:#2a1c00}.gh-scope-list{flex-wrap:wrap;gap:8px;display:flex}.gh-sticky-cta{background:linear-gradient(to top, var(--gh-bg) 60%, transparent);padding:16px 0 0;position:sticky;bottom:0}.gh-game{flex-direction:column;gap:18px;display:flex}.gh-game__hud{justify-content:space-between;align-items:center;gap:12px;display:flex}.gh-progress{background:var(--gh-surface);border-radius:99px;flex:1;height:8px;overflow:hidden}.gh-progress__fill{background:linear-gradient(90deg, var(--gh-amber-deep), var(--gh-amber));height:100%;transition:width .24s}.gh-hud__meta{font-variant-numeric:tabular-nums;white-space:nowrap;gap:16px;font-weight:700;display:flex}.gh-hud__meta .dim{color:var(--gh-ink-faint);font-weight:500}.gh-prompt{text-align:center}.gh-prompt__kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--gh-ink-faint);margin:0 0 4px;font-size:.72rem}.gh-prompt__main{letter-spacing:-.02em;margin:0;font-size:clamp(1.4rem,4vw,2rem);font-weight:800}.gh-map-wrap{border-radius:var(--gh-radius);overflow:hidden}.gh-answers{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.gh-answer{font:inherit;border-radius:var(--gh-radius-sm);border:1px solid var(--gh-border);background:var(--gh-surface);color:var(--gh-ink);cursor:pointer;padding:.95rem 1rem;font-weight:600;transition:background .12s,border-color .12s,transform 80ms}.gh-answer:hover:not([disabled]){background:var(--gh-surface-2)}.gh-answer:focus-visible{outline:2px solid var(--gh-amber);outline-offset:2px}.gh-answer[disabled]{cursor:default}.gh-answer.is-correct{border-color:var(--gh-correct);color:#d6ffe8;background:#2fbf712e}.gh-answer.is-wrong{border-color:var(--gh-incorrect);color:#ffd9da;background:#e5484d29}.gh-feedback{border-radius:var(--gh-radius-sm);border:1px solid var(--gh-border);background:var(--gh-surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.gh-feedback.is-correct{border-color:var(--gh-correct)}.gh-feedback.is-wrong{border-color:var(--gh-incorrect)}.gh-feedback__text strong{color:var(--gh-amber)}.gh-feedback__verdict{font-weight:800}.gh-feedback.is-correct .gh-feedback__verdict{color:var(--gh-correct)}.gh-feedback.is-wrong .gh-feedback__verdict{color:var(--gh-incorrect)}.gh-score-hero{text-align:center;padding:28px}.gh-score-big{letter-spacing:-.03em;font-size:clamp(2.6rem,9vw,4rem);font-weight:800;line-height:1}.gh-score-big .sep{color:var(--gh-ink-faint)}.gh-score-sub{color:var(--gh-ink-dim);margin-top:8px}.gh-review{flex-direction:column;gap:8px;margin:24px 0;display:flex}.gh-review__row{border-radius:var(--gh-radius-sm);background:var(--gh-surface);border:1px solid var(--gh-border);align-items:center;gap:12px;padding:12px 16px;display:flex}.gh-review__mark{border-radius:50%;flex:none;place-items:center;width:26px;height:26px;font-size:.85rem;font-weight:800;display:grid}.gh-review__mark.ok{color:var(--gh-correct);background:#2fbf7133}.gh-review__mark.no{color:var(--gh-incorrect);background:#e5484d33}.gh-review__name{font-weight:600}.gh-review__idx{color:var(--gh-ink-faint);font-variant-numeric:tabular-nums;margin-left:auto;font-size:.85rem}.gh-table{border-radius:var(--gh-radius);border:1px solid var(--gh-border);flex-direction:column;display:flex;overflow:hidden}.gh-row{background:var(--gh-surface);border-bottom:1px solid var(--gh-border);grid-template-columns:44px 1fr auto auto;align-items:center;gap:12px;padding:12px 18px;display:grid}.gh-row--history{grid-template-columns:auto 1fr auto auto}.gh-row__region{color:var(--gh-ink-faint);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.gh-row:last-child{border-bottom:none}.gh-row--head{background:var(--gh-bg-2);color:var(--gh-ink-faint);text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:700}.gh-rank{font-variant-numeric:tabular-nums;color:var(--gh-ink-dim);text-align:center;font-weight:800}.gh-row--top .gh-rank{color:var(--gh-amber)}.gh-row__name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.gh-row__mode{color:var(--gh-ink-faint);font-size:.85rem}.gh-row__score{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:800}.gh-link{color:var(--gh-amber);font-weight:600;text-decoration:none}.gh-link:hover{text-decoration:underline}.gh-divider{background:var(--gh-border);border:none;height:1px;margin:28px 0}@media (max-width:560px){.gh-row{grid-template-columns:32px 1fr auto}.gh-row--history{grid-template-columns:auto 1fr auto}.gh-row__mode,.gh-row__region{display:none}}
