:root{color-scheme:light;--bg: #f4f5f7;--panel: #ffffff;--panel-muted: #eef0f4;--text: #141822;--muted: #5c6578;--accent: #2563eb;--accent-border: #1d4ed8;--border: #d8dde6;--danger: #b91c1c;--success: #15803d;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}a{color:var(--accent)}a:hover{color:var(--accent-border)}body{margin:0;min-height:100vh}h1,h2,h3{font-weight:600}button{background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;cursor:pointer;font:inherit}button.primary{background:var(--accent);color:#fff;border-color:var(--accent-border)}button.primary:hover:not(:disabled){background:#1d4ed8}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{background:var(--panel);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:.4rem .6rem;font:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.app-shell{max-width:1200px;margin:0 auto;padding:1rem}.play-shell{max-width:1400px;margin:0 auto;padding:.75rem 1rem;min-height:100vh}.play-shell__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.play-shell__brand{display:flex;align-items:center;gap:.75rem}.play-shell__brand a{text-decoration:none;color:inherit;font-weight:700}.play-shell__title{color:var(--muted)}.play-shell__user{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.play-shell__coach-link{margin-left:.25rem}.play-shell__main{padding-bottom:1.5rem}.coach-shell{display:flex;min-height:100vh;align-items:stretch;background:var(--bg)}.coach-shell__sidebar{width:220px;flex-shrink:0;border-right:1px solid var(--border);background:var(--panel);padding:.75rem .75rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.coach-shell__logo a{text-decoration:none;color:inherit;font-weight:700;font-size:.95rem}.coach-shell__kicker{margin:0;text-transform:uppercase;letter-spacing:.04em}.coach-shell__nav{display:flex;flex-direction:column;gap:.2rem;margin-top:.5rem}.coach-shell__nav-a{text-decoration:none;color:var(--text);padding:.35rem .5rem;border-radius:6px}.coach-shell__nav-a:hover{background:#0000000d}.coach-shell__nav-a--active{background:#2563eb1a;color:var(--accent);font-weight:600}.coach-shell__body{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--bg)}.coach-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.75rem 1rem .5rem;border-bottom:1px solid var(--border);flex-wrap:wrap;background:var(--panel)}.coach-shell__h1{margin:0;font-size:1.35rem;font-weight:600}.coach-shell__user{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.coach-shell__content{padding:1rem;flex:1;min-height:0;overflow:visible}.panels{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:900px){.split{display:grid;grid-template-columns:280px 1fr;gap:1rem}}.tiny{font-size:.8rem;color:var(--muted)}.danger{color:var(--danger)}.success{color:var(--success)}.board-wrap{max-width:480px;margin:0 auto}.badge{display:inline-block;padding:.1rem .45rem;border-radius:4px;background:var(--panel-muted);border:1px solid var(--border);color:var(--text);font-size:.75rem}.thumb{width:100%;max-width:200px}.auth-layout{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem 2rem;background:linear-gradient(165deg,#e8ecf4 0%,var(--bg) 50%,#dce3ee 100%)}.auth-card{width:100%;max-width:26rem;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:2rem 1.75rem 1.5rem;box-shadow:0 12px 40px #0f172a14,0 0 0 1px #00000005 inset}.auth-brand{text-align:center;margin-bottom:1.5rem}.auth-brand__mark{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem}.auth-brand__h1{font-size:1.4rem;font-weight:600;margin:0 0 .35rem;line-height:1.3;color:var(--text)}.auth-brand__sub{margin:0;font-size:.9rem;color:var(--muted);line-height:1.45}.auth-segment{display:flex;padding:3px;background:var(--panel-muted);border-radius:8px;border:1px solid var(--border);margin-bottom:1.5rem;gap:2px}.auth-segment__btn{flex:1;border:none;background:transparent;padding:.5rem .6rem;border-radius:6px;color:var(--muted);font:inherit;font-weight:500;font-size:.9rem;cursor:pointer;transition:color .12s,background .12s,box-shadow .12s}.auth-segment__btn:hover{color:var(--text)}.auth-segment__btn--active{background:var(--panel);color:var(--text);box-shadow:0 1px 2px #0000000f}.auth-form{display:flex;flex-direction:column;gap:0}.auth-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.auth-field label{font-size:.8rem;font-weight:500;color:var(--muted)}.auth-field input,.auth-field select{width:100%;padding:.55rem .7rem;font-size:.95rem;background:var(--panel)}.auth-field input:focus,.auth-field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.auth-error{font-size:.85rem;color:var(--danger);margin:0 0 .75rem}.auth-submit{width:100%;margin-top:.25rem;padding:.65rem 1rem;font-weight:600;font-size:.95rem;border-radius:8px}.auth-footer{text-align:center;margin-top:1.5rem;margin-bottom:0}.auth-footer__link{font-size:.85rem;color:var(--muted);text-decoration:none}.auth-footer__link:hover{color:var(--text)}.muted{color:var(--muted)}.puzzle-library{max-width:40rem;padding-bottom:2.5rem}.puzzle-library__head{margin-bottom:1.5rem}.puzzle-library__h{margin:0 0 .4rem;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.puzzle-library__lede{margin:0 0 1.1rem;font-size:.9rem;line-height:1.55;color:var(--muted);max-width:36rem}.puzzle-library__filter{display:flex;flex-direction:column;gap:.4rem}.puzzle-library__label{font-size:.8rem;font-weight:600;color:var(--text)}.puzzle-library__input{width:100%;max-width:22rem;padding:.55rem .7rem;font-size:.95rem}.puzzle-library__empty{margin:0 0 1rem}.puzzle-library__stack{display:flex;flex-direction:column;gap:.75rem}.puzzle-library__cat{border:1px solid var(--border);border-radius:10px;background:var(--panel);box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.puzzle-library__summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1.1rem;min-height:3rem;background:var(--panel-muted);border-bottom:1px solid transparent;font-size:1rem;line-height:1.4;transition:background .12s ease}.puzzle-library__summary::-webkit-details-marker{display:none}.puzzle-library__cat[open] .puzzle-library__summary{background:var(--panel);border-bottom-color:var(--border)}.puzzle-library__summary:hover{background:#e8ebf2}.puzzle-library__cat[open] .puzzle-library__summary:hover{background:#f6f7fa}.puzzle-library__summary:after{content:"";flex-shrink:0;width:.4rem;height:.4rem;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);margin-top:-.15em;transition:transform .18s ease}.puzzle-library__cat[open] .puzzle-library__summary:after{transform:rotate(-135deg);margin-top:.1em}.puzzle-library__cat-title{font-weight:600;color:var(--text);padding-right:.5rem}.puzzle-library__list{margin:0;padding:.5rem .6rem .65rem;list-style:none;display:flex;flex-direction:column;gap:.3rem}.puzzle-library__item{margin:0}.puzzle-library__link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .9rem .7rem 1rem;border-radius:8px;line-height:1.45;font-size:.95rem;font-weight:500;color:var(--accent);text-decoration:none;border:1px solid rgba(37,99,235,.12);background:#2563eb0a;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.puzzle-library__link:hover{background:#2563eb1a;border-color:#2563eb47;box-shadow:0 1px 3px #0f172a0f}.puzzle-library__link:active{background:#2563eb24}.puzzle-library__link-hint{flex-shrink:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);opacity:.85}.puzzle-detail__h{font-size:1.35rem;font-weight:600;letter-spacing:-.02em;margin:.5rem 0 1rem;line-height:1.25;color:var(--text)}.puzzle-detail__back{margin:0 0 .5rem}.puzzle-detail__board-wrap{max-width:480px;margin:.75rem 0 1.25rem}.puzzle-detail__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:.5rem 0 .25rem}.classes-page{max-width:40rem;padding-bottom:1.5rem}.classes-page__kicker{margin:0 0 1.25rem;line-height:1.55;color:var(--muted);font-size:.95rem;max-width:36rem}.classes-page__cta{margin:0 0 1.75rem}.classes-page__h2{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;letter-spacing:-.02em}.classes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.class-card{border:1px solid var(--border);border-radius:10px;padding:1rem 1.15rem;background:var(--panel);box-shadow:0 1px 2px #0f172a0a}.class-card--empty{border-style:dashed;color:var(--muted);padding:1.1rem 1.15rem}.class-card__title{font-weight:600;color:var(--text);text-decoration:none;font-size:1.05rem;line-height:1.35;display:inline-block}.class-card__title:hover{color:var(--accent)}.class-card__code{margin:.5rem 0 0;line-height:1.4;word-break:break-all}dialog.ic-dialog{display:none;border:none;padding:0;margin:0;max-width:none;background:none;box-sizing:border-box}dialog.ic-dialog[open]{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;min-height:100dvh;min-height:100vh;max-height:none;z-index:1000}.ic-dialog::backdrop{background:#0f172a73}.ic-dialog__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;cursor:default}.ic-dialog__panel{position:relative;z-index:1;width:min(100% - 1.5rem,24rem);max-height:min(100dvh - 2rem,90vh);overflow:auto;background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 50px #0f172a2e;box-sizing:border-box;margin:0 .75rem}.ic-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.1rem 1.15rem .9rem;border-bottom:1px solid var(--border)}.ic-dialog__title{margin:0;font-size:1.2rem;font-weight:600;letter-spacing:-.02em;color:var(--text);line-height:1.3;flex:1;min-width:0}.ic-dialog__close{flex-shrink:0;margin:0;margin-top:-.1rem;width:2rem;height:2rem;padding:0;line-height:1;font-size:1.4rem;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--muted);background:var(--panel);border:1px solid transparent;cursor:pointer;font:inherit;box-sizing:border-box}.ic-dialog__close:hover{color:var(--text);background:var(--panel-muted);border-color:var(--border)}.ic-dialog__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ic-dialog__form{display:flex;flex-direction:column;gap:0;padding:0}.ic-dialog__form>.ic-dialog__field:first-of-type{padding:1.15rem 1.15rem 1.05rem}.ic-dialog__form>.ic-dialog__field+.ic-dialog__field{border-top:1px solid var(--border);padding:1.05rem 1.15rem 1.1rem}.ic-dialog__field{display:flex;flex-direction:column;gap:.5rem;margin:0}.ic-dialog__label{font-size:.9rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.ic-dialog__label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin:0}.ic-dialog__label-row .ic-dialog__label{font-size:.9rem;font-weight:600;margin:0}.ic-dialog__optional{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:.15rem .4rem;border-radius:4px;background:var(--panel-muted);border:1px solid var(--border)}.ic-dialog__input{width:100%;font-size:.95rem;line-height:1.4;padding:.6rem .75rem;border-radius:8px}.ic-dialog__input--code{max-width:100%;font-family:ui-monospace,Cascadia Code,system-ui,monospace;letter-spacing:.14em;font-size:1rem;padding:.6rem .8rem}.ic-dialog__help{margin:.15rem 0 0;line-height:1.45;color:var(--muted);font-size:.8rem;max-width:100%}.ic-dialog__err{margin:0 1.15rem .75rem;font-size:.86rem;padding:0 .1rem}.ic-dialog__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;margin:0;padding:1.05rem 1.15rem 1.15rem;background:var(--panel-muted);border-radius:0 0 11px 11px}.ic-dialog__actions .primary{min-width:6.5rem;font-weight:600;padding:.5rem 1.1rem;border-color:var(--accent-border)}.ic-dialog__btn{min-width:4.75rem;padding:.45rem .9rem;font-weight:500}.gh-root{--gh-bg: #faf6ec;--gh-ink: #1b1410;--gh-paper: #fffdf8;--gh-ivory: #f9f3e8;--gh-cream: #f2ead9;--gh-cream-2: #ede4cf;--gh-accent: #6b4a2a;--gh-accent-deep: #3a2a1e;--gh-warm: #d4a574;--gh-line: rgba(60, 50, 40, .08);--gh-line-2: rgba(60, 50, 40, .1);--gh-line-3: rgba(60, 50, 40, .06);--gh-mute: rgba(40, 30, 20, .7);--gh-mute-2: rgba(40, 30, 20, .6);--gh-mute-3: rgba(40, 30, 20, .55);--gh-mute-4: rgba(40, 30, 20, .45);--gh-mute-5: rgba(40, 30, 20, .5);--gh-emerald: #2a6a4a;--gh-amber: #e0a020;--gh-red: #b84030;--gh-board-border: #2b1810;--gh-font-display: "Fraunces", Georgia, serif;--gh-font-ui: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--gh-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;background:var(--gh-bg);color:var(--gh-ink);font-family:var(--gh-font-ui);font-size:14px;line-height:1.5;min-height:100vh}.gh-root *,.gh-root *:before,.gh-root *:after{box-sizing:border-box}.gh-root button{font:inherit}.gh-shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh;background:var(--gh-bg)}.gh-shell__sidebar{background:var(--gh-cream);border-right:1px solid var(--gh-line);padding:22px 14px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.gh-shell__brand{display:flex;align-items:center;gap:10px;padding:0 6px 20px}.gh-shell__brand-mark{width:28px;height:28px;border-radius:4px;background:var(--gh-ink);color:var(--gh-bg);display:flex;align-items:center;justify-content:center;font-family:var(--gh-font-display);font-weight:500;font-size:17px}.gh-shell__brand-name{font-family:var(--gh-font-display);font-size:17px;font-weight:500;letter-spacing:-.01em}.gh-shell__nav{display:flex;flex-direction:column;gap:1px;margin-top:8px}.gh-shell__nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:4px;color:var(--gh-mute);font-size:13px;text-decoration:none;cursor:pointer;border:0;background:transparent;width:100%;text-align:left;font:inherit}.gh-shell__nav-item:hover{background:#3c32280a}.gh-shell__nav-item--active{background:var(--gh-bg);color:var(--gh-ink);font-weight:500}.gh-shell__nav-item-icon{opacity:.7;display:inline-flex}.gh-shell__spacer{flex:1}.gh-shell__mascot,.gh-shell__user{display:flex;align-items:center;gap:10px;padding:14px 10px;border-top:1px solid var(--gh-line)}.gh-shell__mascot-text{font-size:12px;font-weight:500}.gh-shell__mascot-sub{font-size:11px;color:var(--gh-mute-2);line-height:1.3}.gh-shell__user-name{font-size:12px;font-weight:500}.gh-shell__user-rating{font-size:11px;color:var(--gh-mute-2)}.gh-shell__main{overflow:hidden;min-width:0}.gh-shell__menu-toggle{display:none}@media(max-width:800px){.gh-shell{grid-template-columns:1fr}.gh-shell__sidebar{position:static;height:auto;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 14px}.gh-shell__brand{padding:0}.gh-shell__nav{flex:1 1 100%;flex-direction:row;overflow-x:auto;gap:2px;margin-top:6px;padding-bottom:4px;-webkit-overflow-scrolling:touch}.gh-shell__nav-item{flex:0 0 auto;padding:6px 10px;font-size:12px}.gh-shell__spacer{display:none}.gh-shell__mascot,.gh-shell__user{border-top:0;padding:0 8px}.gh-shell__mascot{display:none}}.gh-page{padding:28px 36px;height:100%;overflow:auto}.gh-page--split{display:grid;grid-template-columns:1fr 360px;height:100%}.gh-page--split-narrow{display:grid;grid-template-columns:1fr 320px;gap:28px;padding:24px 36px;height:100%;overflow:hidden}.gh-page--split-wide{display:grid;grid-template-columns:1fr 340px;gap:28px;padding:24px 36px;height:100%;overflow:hidden}@media(max-width:1100px){.gh-page--split,.gh-page--split-narrow,.gh-page--split-wide{grid-template-columns:1fr;height:auto;overflow:visible}}@media(max-width:600px){.gh-page,.gh-page--split-narrow,.gh-page--split-wide{padding:20px 18px}}.gh-overline{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-mute-3);font-weight:600}.gh-overline--small{font-size:10px}.gh-display{font-family:var(--gh-font-display);letter-spacing:-.02em;font-weight:400;margin:0}.gh-display em{font-style:italic;color:var(--gh-accent)}.gh-h1{font-size:clamp(26px,4vw,36px)}.gh-h2{font-size:clamp(22px,3vw,26px);font-weight:500;letter-spacing:-.01em}.gh-h3{font-family:var(--gh-font-display);font-size:22px;font-weight:500;letter-spacing:-.01em;color:var(--gh-ink);margin:0}.gh-card{background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:6px;padding:20px;color:var(--gh-ink)}.gh-card--ivory{background:var(--gh-ivory)}.gh-card--ink{background:var(--gh-ink);color:var(--gh-cream);border-color:transparent}.gh-card--walnut{background:var(--gh-accent-deep);color:var(--gh-cream);border-color:transparent}.gh-card--flush{padding:0;overflow:hidden}.gh-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#3c322814;color:#3c2e22;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.01em;white-space:nowrap}.gh-pill--sm{padding:2px 8px;font-size:11px}.gh-pill--walnut{background:#784b281f;color:var(--gh-accent)}.gh-pill--emerald{background:#2878501f;color:var(--gh-emerald)}.gh-pill--ivory{background:var(--gh-ivory);color:#5a4a2a}.gh-pill--danger{background:#aa281e1a;color:#8a2a20}.gh-pill--ink{background:var(--gh-ink);color:var(--gh-ivory)}.gh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:500;font-family:var(--gh-font-ui);border:1px solid;border-radius:4px;cursor:pointer;letter-spacing:.005em;transition:background .12s,transform .08s;text-decoration:none}.gh-btn--full{width:100%}.gh-btn--sm{padding:6px 12px;font-size:12px}.gh-btn--lg{padding:12px 22px;font-size:14px}.gh-btn--primary{background:var(--gh-ink);color:var(--gh-bg);border-color:var(--gh-ink)}.gh-btn--primary:hover{background:#2a1f18}.gh-btn--secondary{background:var(--gh-bg);color:var(--gh-ink);border-color:#3c322833}.gh-btn--secondary:hover{background:#f0e8d8}.gh-btn--ghost{background:transparent;color:var(--gh-ink);border-color:transparent}.gh-btn--ghost:hover{background:#3c32280f}.gh-btn--walnut{background:var(--gh-accent);color:var(--gh-bg);border-color:var(--gh-accent)}.gh-btn--walnut:hover{background:#5a3f24}.gh-btn--emerald{background:var(--gh-emerald);color:var(--gh-bg);border-color:var(--gh-emerald)}.gh-btn--emerald:hover{background:#225a3e}.gh-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--gh-font-ui);font-weight:600;flex-shrink:0}.gh-yeti{border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#f3f6fb,#b9c9d9 70%,#7a8ea3);box-shadow:inset 0 -2px 4px #2832462e,0 1px 2px #00000014;font-family:var(--gh-font-display);font-weight:600;color:#3b4a5c;letter-spacing:-.02em;flex-shrink:0;position:relative}.gh-yeti__dot{position:absolute;bottom:-2px;right:-2px;border-radius:50%;background:#9ac5e8;border:2px solid #fff}.gh-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.gh-section-title__overline{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-mute-3);margin-bottom:4px;font-weight:600}.gh-stat__label{font-size:10.5px;color:var(--gh-mute-3);margin-bottom:3px;letter-spacing:.02em}.gh-stat__row{display:flex;align-items:baseline;gap:6px}.gh-stat__value{font-family:var(--gh-font-display);font-size:22px;font-weight:500;letter-spacing:-.01em}.gh-stat__delta{font-size:11px;color:var(--gh-emerald);font-weight:500}.gh-board{display:inline-block;width:100%;background:var(--gh-board-border);border-radius:2px;padding:14px;box-shadow:0 4px 24px #281c1226,0 1px 2px #00000014;position:relative}.gh-board__inner{position:relative;aspect-ratio:1 / 1}.gh-dash__heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:22px;flex-wrap:wrap}.gh-dash__heading-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gh-dash__hero{display:grid;grid-template-columns:1.4fr 1fr;gap:18px;margin-bottom:22px}.gh-dash__hero-card{display:grid;grid-template-columns:1fr 260px}.gh-dash__hero-text{padding:26px 28px}.gh-dash__hero-board{background:var(--gh-cream-2);padding:18px;display:flex;align-items:center;justify-content:center}.gh-dash__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}@media(max-width:1100px){.gh-dash__hero,.gh-dash__hero-card{grid-template-columns:1fr}.gh-dash__hero-board{padding:12px}.gh-dash__grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.gh-dash__grid{grid-template-columns:1fr}}.gh-progress-bar{height:3px;background:#3c32281a;border-radius:2px;overflow:hidden;margin-bottom:14px}.gh-progress-bar__fill{height:100%;background:var(--gh-accent)}.gh-bar{height:6px;background:#3c322814;border-radius:3px;overflow:hidden}.gh-bar__fill{height:100%}.gh-move{padding:4px 10px;border-radius:2px;font-family:var(--gh-font-mono);font-size:13px}.gh-move--accent{background:var(--gh-accent);color:var(--gh-bg);font-weight:500}.gh-move--alt{background:var(--gh-cream)}.gh-move--current{background:var(--gh-accent);color:var(--gh-bg);font-weight:600}.gh-move--clickable{cursor:pointer}.gh-move--clickable:hover{background:var(--gh-cream-2)}.gh-move--current.gh-move--clickable:hover{background:var(--gh-accent-deep)}.gh-notation{font-family:var(--gh-font-mono);font-size:13px;line-height:1.9}.gh-notation__movenum{color:var(--gh-mute-3);margin-right:2px}.gh-notation__empty{font-family:var(--gh-font-ui);font-size:12.5px;color:var(--gh-mute-3)}.gh-variation{margin:2px 0 2px 10px;padding-left:8px;border-left:2px solid var(--gh-line);font-size:12px;color:var(--gh-mute-2)}.gh-nav-bar{display:flex;gap:6px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:12px}.gh-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:30px;border-radius:4px;border:1px solid var(--gh-line);background:var(--gh-paper);color:var(--gh-ink);cursor:pointer;transition:background .12s,border-color .12s,opacity .12s}.gh-nav-btn:hover:not(:disabled){background:var(--gh-cream);border-color:var(--gh-accent)}.gh-nav-btn:disabled{opacity:.4;cursor:default}.gh-nav-btn--play{background:var(--gh-accent);border-color:var(--gh-accent);color:var(--gh-bg)}.gh-nav-btn--play:hover:not(:disabled){background:var(--gh-accent-deep);border-color:var(--gh-accent-deep)}.gh-lesson__sidebar{background:var(--gh-ivory);border-left:1px solid var(--gh-line);padding:22px;overflow:auto}@media(max-width:1100px){.gh-lesson__sidebar{border-left:0;border-top:1px solid var(--gh-line)}}.gh-puzzle-track{display:flex;gap:3px}.gh-puzzle-track__cell{flex:1;height:24px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--gh-bg)}.gh-puzzle-track__cell--ok{background:var(--gh-emerald)}.gh-puzzle-track__cell--miss{background:var(--gh-red)}.gh-puzzle-track__cell--pending{background:var(--gh-cream);color:#3c322859}.gh-play__player{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.gh-play__player-id{display:flex;align-items:center;gap:12px}.gh-play__clock{font-family:var(--gh-font-mono);font-size:28px;font-weight:500;letter-spacing:.04em}.gh-play__clock--active{color:var(--gh-accent);font-weight:600}.gh-play__board-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:14px 0}.gh-evalbar{width:24px;background:var(--gh-paper);border-radius:2px;overflow:hidden;position:relative;border:1px solid var(--gh-line-2);align-self:stretch;min-height:200px}.gh-evalbar__dark{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gh-ink)}.gh-evalbar__light{position:absolute;left:0;right:0;bottom:0;background:var(--gh-bg)}.gh-evalbar__line{position:absolute;left:0;right:0;height:1px;background:var(--gh-accent)}.gh-evalbar__num{position:absolute;left:50%;top:4px;transform:translate(-50%);font-size:9px;font-family:var(--gh-font-mono);color:var(--gh-bg);writing-mode:vertical-rl}.gh-eval-graph{background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:4px;padding:10px 14px;height:70px}.gh-parent{width:100%;min-height:100vh;background:var(--gh-bg);color:var(--gh-ink)}.gh-parent__header{padding:28px 40px;border-bottom:1px solid var(--gh-line);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.gh-parent__body{padding:28px 40px;max-width:1280px;margin:0 auto}.gh-parent__kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.gh-parent__row-2{display:grid;grid-template-columns:1.4fr 1fr;gap:18px}.gh-parent__row-2--even{grid-template-columns:1fr 1fr;margin-top:18px}@media(max-width:900px){.gh-parent__header,.gh-parent__body{padding:22px 20px}.gh-parent__kpis{grid-template-columns:1fr 1fr}.gh-parent__row-2,.gh-parent__row-2--even{grid-template-columns:1fr}}@media(max-width:480px){.gh-parent__kpis{grid-template-columns:1fr}}.gh-flex{display:flex}.gh-flex--col{flex-direction:column}.gh-flex--center{align-items:center;justify-content:center}.gh-mt-auto{margin-top:auto}.gh-w-full{width:100%}.gh-link-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:12.5px;cursor:pointer}.gh-link-row__chev{color:#3c322866;display:inline-flex}.gh-tag-row{display:flex;gap:6px;flex-wrap:wrap}.gh-moves-list{font-family:var(--gh-font-mono);font-size:12.5px;line-height:1.7;display:grid;grid-template-columns:24px 1fr 1fr;gap:0 10px;max-height:220px;overflow:auto}.gh-moves-list__num{color:#3c322880}.gh-moves-list__white--last,.gh-moves-list__black--last{font-weight:600}.gh-moves-list__row{grid-column:1 / -1;display:grid;grid-template-columns:24px 1fr 1fr;gap:0 10px;width:100%;margin:0;padding:1px 2px;background:none;border:none;border-radius:4px;font:inherit;color:inherit;text-align:left;cursor:pointer}.gh-moves-list__row:focus-visible{outline:none;box-shadow:0 0 0 3px #6b4a2a2e}.gh-moves-list__row--current>span:not(.gh-moves-list__num){font-weight:600}.gh-coach-page{padding:32px 36px;max-width:1100px;margin:0 auto}.gh-coach-page--narrow{max-width:760px}.gh-coach-page__head{margin-bottom:24px}.gh-coach-page__head .gh-overline{margin-bottom:6px}.gh-coach-page__lede{font-family:var(--gh-font-display);font-size:14px;color:var(--gh-mute-2);margin:6px 0 0;max-width:640px;line-height:1.55}@media(max-width:600px){.gh-coach-page{padding:22px 18px}}.gh-shell__role{display:inline-block;margin-top:2px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-mute-3);font-weight:600}.gh-shell__logout{background:transparent;border:0;color:var(--gh-mute-3);font-size:11px;cursor:pointer;padding:0;font-family:var(--gh-font-ui);text-align:left}.gh-shell__logout:hover{color:var(--gh-ink);text-decoration:underline}.gh-shell__user-block{display:flex;flex-direction:column;min-width:0}.gh-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--gh-bg);position:relative}.gh-auth__card{width:100%;max-width:440px;background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:8px;padding:32px;box-shadow:0 8px 32px #281c120f}.gh-auth__brand{display:flex;align-items:center;gap:10px;margin-bottom:22px}.gh-auth__brand-mark{width:32px;height:32px;border-radius:4px;background:var(--gh-ink);color:var(--gh-bg);display:flex;align-items:center;justify-content:center;font-family:var(--gh-font-display);font-size:19px}.gh-auth__brand-name{font-family:var(--gh-font-display);font-size:17px;font-weight:500}.gh-auth__title{margin:0 0 6px;font-size:clamp(24px,4vw,30px)}.gh-auth__sub{margin:0 0 22px;color:var(--gh-mute-2);font-size:13.5px;line-height:1.5;font-family:var(--gh-font-display)}.gh-auth__footer{margin:18px 0 0;text-align:center;font-size:12px;color:var(--gh-mute-3)}.gh-auth__footer a{color:var(--gh-accent);text-decoration:none}.gh-auth__footer a:hover{text-decoration:underline}.gh-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.gh-field--inline{display:flex;flex-direction:row;align-items:center;gap:12px}.gh-field__label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gh-mute-3);font-weight:600}.gh-field__hint{font-size:11.5px;color:var(--gh-mute-3);margin:4px 0 0;line-height:1.4}.gh-field__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.gh-input,.gh-textarea{width:100%;padding:10px 12px;border:1px solid rgba(60,50,40,.18);border-radius:4px;background:var(--gh-paper);color:var(--gh-ink);font-family:var(--gh-font-ui);font-size:14px;transition:border-color .12s,box-shadow .12s}.gh-input--mono,.gh-textarea--mono{font-family:var(--gh-font-mono);letter-spacing:.04em}.gh-input:focus,.gh-textarea:focus{outline:none;border-color:var(--gh-accent);box-shadow:0 0 0 3px #6b4a2a2e}.gh-input:disabled,.gh-textarea:disabled{opacity:.55;cursor:not-allowed;background:var(--gh-cream)}.gh-textarea{min-height:320px;resize:vertical;line-height:1.5}.gh-dropdown{position:relative;width:100%}.gh-dropdown__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid rgba(60,50,40,.18);border-radius:4px;background:var(--gh-paper);color:var(--gh-ink);font-family:var(--gh-font-ui);font-size:14px;text-align:left;cursor:pointer;transition:border-color .12s,box-shadow .12s}.gh-dropdown__trigger:focus-visible{outline:none;border-color:var(--gh-accent);box-shadow:0 0 0 3px #6b4a2a2e}.gh-dropdown__trigger:disabled{opacity:.55;cursor:not-allowed}.gh-dropdown__native{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;opacity:0;pointer-events:none}.gh-dropdown__value{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-dropdown__chev{flex:0 0 auto;display:inline-flex;color:var(--gh-mute-3);transform:rotate(90deg);transition:transform .12s}.gh-dropdown__trigger[aria-expanded=true] .gh-dropdown__chev{transform:rotate(-90deg)}.gh-dropdown__panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;margin:0;padding:4px;list-style:none;max-height:280px;overflow-y:auto;background:var(--gh-paper);border:1px solid var(--gh-line-2);border-radius:6px;box-shadow:0 16px 48px #140f0a40;font-family:var(--gh-font-ui)}.gh-dropdown__panel--above{top:auto;bottom:calc(100% + 4px)}.gh-dropdown__option{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 10px;border-radius:4px;font-size:14px;color:var(--gh-ink);cursor:pointer}.gh-dropdown__option.is-active{background:var(--gh-accent);color:var(--gh-paper)}.gh-dropdown__option.is-active .gh-dropdown__check{color:var(--gh-paper)}.gh-dropdown__option[aria-disabled=true]{opacity:.5;cursor:default}.gh-dropdown__check{flex:0 0 12px;width:12px;display:inline-flex;color:var(--gh-accent)}.gh-dropdown__label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-segment{display:inline-flex;padding:3px;background:var(--gh-cream);border-radius:6px;gap:2px;margin-bottom:18px}.gh-segment__btn{padding:6px 16px;border:0;background:transparent;border-radius:4px;font-size:13px;cursor:pointer;color:var(--gh-mute);font-family:var(--gh-font-ui);font-weight:500}.gh-segment__btn--active{background:var(--gh-paper);color:var(--gh-ink);box-shadow:0 1px 2px #0000000f}.gh-error{color:#8a2a20;font-size:12.5px;margin:6px 0 0}.gh-success{color:var(--gh-emerald);font-size:12.5px;margin:6px 0 0}.gh-modal{border:0;padding:0;background:transparent;max-width:none;max-height:none}.gh-modal::backdrop{background:#140f0a73}.gh-modal__panel{background:var(--gh-paper);border-radius:8px;width:min(440px,calc(100vw - 32px));box-shadow:0 16px 48px #140f0a40;font-family:var(--gh-font-ui);color:var(--gh-ink)}.gh-modal__head{padding:20px 24px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.gh-modal__close{background:transparent;border:0;font-size:22px;line-height:1;color:var(--gh-mute-3);cursor:pointer;padding:4px 8px;border-radius:4px}.gh-modal__close:hover{color:var(--gh-ink);background:var(--gh-cream)}.gh-modal__body{padding:0 24px 12px}.gh-modal__actions{padding:14px 24px 20px;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.gh-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:6px;text-decoration:none;color:var(--gh-ink);transition:border-color .12s,transform .08s}.gh-row+.gh-row{margin-top:8px}.gh-row:hover{border-color:var(--gh-accent)}.gh-row__title{font-size:14px;font-weight:500;color:var(--gh-ink);text-decoration:none}.gh-row__title:hover{color:var(--gh-accent)}.gh-row__meta{font-size:11.5px;color:var(--gh-mute-3);font-family:var(--gh-font-mono);letter-spacing:.04em}.gh-row__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.gh-empty{padding:32px 24px;text-align:center;color:var(--gh-mute-3);font-family:var(--gh-font-display);font-style:italic;font-size:14px;border:1px dashed var(--gh-line-2);border-radius:6px}.gh-puzzle-cat{border:1px solid var(--gh-line);border-radius:6px;background:var(--gh-paper);margin-bottom:8px;overflow:hidden}.gh-puzzle-cat[open]{border-color:var(--gh-line-2)}.gh-puzzle-cat__summary{padding:14px 18px;cursor:pointer;list-style:none;display:flex;align-items:center;gap:10px;font-weight:500;color:var(--gh-ink)}.gh-puzzle-cat__summary::-webkit-details-marker{display:none}.gh-puzzle-cat__chev{transition:transform .15s;color:var(--gh-mute-3);display:inline-flex}.gh-puzzle-cat[open] .gh-puzzle-cat__chev{transform:rotate(90deg)}.gh-puzzle-cat__list{list-style:none;margin:0;padding:0 0 8px}.gh-puzzle-cat__link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 18px 10px 32px;color:var(--gh-mute);text-decoration:none;font-size:13.5px;border-top:1px solid var(--gh-line-3)}.gh-puzzle-cat__link:hover{background:var(--gh-cream);color:var(--gh-accent)}.gh-puzzle-cat__link-hint{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gh-mute-3);font-weight:600}.gh-puzzle-board{background:var(--gh-cream);border-radius:6px 6px 0 0;padding:18px;display:flex;align-items:center;justify-content:center}.gh-class-detail{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:900px){.gh-class-detail{grid-template-columns:1fr}}.gh-live-root{height:100vh;height:100dvh;min-height:0;overflow:hidden;display:flex;flex-direction:column}.gh-live-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-bottom:1px solid var(--gh-line);background:var(--gh-cream);flex-wrap:wrap;position:sticky;top:0;z-index:10}.gh-live-header__left,.gh-live-header__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.gh-live-header__brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.gh-live-header__brand-mark{width:28px;height:28px;border-radius:4px;background:var(--gh-ink);color:var(--gh-bg);display:flex;align-items:center;justify-content:center;font-family:var(--gh-font-display);font-weight:500;font-size:17px}.gh-live-header__name{font-family:var(--gh-font-display);font-size:16px;font-weight:500}.gh-live-share{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:4px;font-family:var(--gh-font-mono);font-size:12px;max-width:320px}.gh-live-share__url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gh-mute-2)}.gh-live-body{padding:24px 32px;max-width:1280px;width:100%;margin:0 auto;flex:1}@media(max-width:600px){.gh-live-body{padding:18px 14px}}.gh-live-stack>*+*{margin-top:18px}.gh-live-toolbar{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.gh-live-toolbar .gh-field{flex:1 1 200px;margin-bottom:0}.gh-board-frame{display:flex;align-items:center;justify-content:center;padding:18px;background:var(--gh-cream);border-radius:6px}.gh-board-frame--inset{padding:12px}.gh-roster-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:var(--gh-paper);border:1px solid rgba(60,50,40,.18);font-size:12.5px;cursor:grab;color:var(--gh-ink);-webkit-user-select:none;user-select:none;font-weight:500}.gh-roster-pill:active{cursor:grabbing}.gh-roster-pill--dragging{background:var(--gh-cream);border-color:var(--gh-accent);box-shadow:0 4px 12px #281c1226}.gh-roster-row{display:flex;flex-wrap:wrap;gap:8px;min-height:40px;padding:8px;background:var(--gh-cream);border-radius:4px}.gh-roster-row--over{outline:1.5px dashed var(--gh-accent);outline-offset:1px;background:var(--gh-paper)}.gh-pairing-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.gh-breakout-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;width:100%;margin-bottom:12px}.gh-seat{min-height:30px;border-radius:4px;border:1.5px dashed rgba(60,50,40,.22);padding:6px 10px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gh-mute-3);font-weight:600;transition:border-color .12s,color .12s,background .12s}.gh-seat--over{border-color:var(--gh-accent);color:var(--gh-accent);background:var(--gh-cream)}.gh-seat--occupied{border-style:solid;border-color:var(--gh-line);color:var(--gh-ink);letter-spacing:0;text-transform:none;font-weight:500}.gh-seat--occupied.gh-seat--over{border-color:var(--gh-accent);background:var(--gh-cream)}.gh-seat__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.gh-seat__name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-seat .gh-roster-pill{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.gh-seat__unassign{background:transparent;border:0;cursor:pointer;font-size:14px;line-height:1;padding:2px 6px;color:var(--gh-mute-3);border-radius:3px}.gh-seat__unassign:hover,.gh-seat__unassign:focus-visible{color:var(--gh-accent);background:var(--gh-paper);outline:none}.gh-board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;width:100%}.gh-board-card{background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:6px;padding:12px;display:flex;flex-direction:column;gap:8px}.gh-board-card__head{display:flex;justify-content:space-between;align-items:center;gap:8px}.gh-board-card__head-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.gh-board-card__title{font-family:var(--gh-font-display);font-size:14px;font-weight:500}.gh-board-card__pair{font-size:11.5px;color:var(--gh-mute-3);text-align:center}.gh-student-board{display:flex;flex-direction:column;align-items:center;gap:12px}.gh-turn-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:6px;max-width:100%;box-sizing:border-box}.gh-turn-strip__main{display:flex;align-items:center;gap:8px;font-family:var(--gh-font-display);font-size:15px;font-weight:500;color:var(--gh-ink);min-width:0}.gh-turn-strip__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-turn-strip__meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.gh-turn-strip__dot{width:8px;height:8px;border-radius:50%;background:var(--gh-mute-4);flex-shrink:0}.gh-turn-strip__dot--active{background:var(--gh-emerald);animation:gh-turn-pulse 1.6s ease-in-out infinite}@keyframes gh-turn-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.45)}}.gh-vote-list{display:flex;flex-direction:column;gap:6px}.gh-vote{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px;background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:4px;overflow:hidden}.gh-vote__bar{position:absolute;inset:0 auto 0 0;background:var(--gh-warm);opacity:.22;pointer-events:none}.gh-vote__main{position:relative;flex:1 1 auto;display:flex;align-items:baseline;gap:10px;min-width:0;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;font-family:var(--gh-font-ui)}.gh-vote__san{font-family:var(--gh-font-mono);font-weight:600;font-size:14px;color:var(--gh-accent)}.gh-vote__count{font-weight:700;font-size:13px;color:var(--gh-ink)}.gh-vote__pct{font-size:11.5px;color:var(--gh-mute-3)}.gh-vote__actions{position:relative;display:flex;gap:6px;flex:0 0 auto}.gh-vote__voters{position:relative;flex-basis:100%;font-size:11.5px;color:var(--gh-mute-3);line-height:1.5}.gh-live-body--room{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;max-width:1480px;padding:20px 28px;flex:1;min-height:0;overflow:hidden}.gh-live-stage{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;min-height:0;overflow:hidden}.gh-live-stage--scroll{overflow:auto}.gh-live-rail{display:flex;flex-direction:column;gap:14px;min-height:0;overflow:hidden}.gh-rail-tabs{display:flex;flex-direction:column;flex:1;min-height:0}.gh-rail-tabs__list{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:2px;padding:3px;margin-bottom:12px;background:var(--gh-cream);border-radius:6px}.gh-rail-tabs__tab{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:0;background:transparent;border-radius:4px;font-size:12.5px;font-weight:500;font-family:var(--gh-font-ui);color:var(--gh-mute);cursor:pointer}.gh-rail-tabs__tab:hover{color:var(--gh-ink)}.gh-rail-tabs__tab--active{background:var(--gh-paper);color:var(--gh-ink);box-shadow:0 1px 2px #0000000f}.gh-rail-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--gh-warm);color:var(--gh-accent-deep);font-size:10.5px;font-weight:700;line-height:1}.gh-rail-tabs__panel{flex:1;min-height:0;overflow:auto;padding-bottom:8px}.gh-live-body--solo{grid-template-columns:1fr;max-width:900px}.gh-live-body--solo .gh-live-stage{justify-content:center}@media(max-width:1100px){.gh-live-root{height:auto;min-height:100vh;overflow:visible}.gh-live-body--room{grid-template-columns:1fr;height:auto;overflow:visible}.gh-live-stage,.gh-live-stage--scroll,.gh-live-rail{overflow:visible;min-height:0}.gh-rail-tabs__panel{overflow:visible;max-height:none}}@media(max-width:600px){.gh-live-body--room{padding:14px 12px;gap:14px}}.gh-board-setup{border-top:1px solid var(--gh-line-3);margin-top:2px;padding-top:6px}.gh-board-setup__summary{cursor:pointer;list-style:none;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--gh-mute-3);-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:6px}.gh-board-setup__summary::-webkit-details-marker{display:none}.gh-board-setup__summary:before{content:"▸";font-size:10px;transition:transform .12s}.gh-board-setup[open]>.gh-board-setup__summary:before{transform:rotate(90deg)}.gh-board-setup__summary:hover{color:var(--gh-accent)}.gh-board-setup__body{display:flex;flex-direction:column;gap:8px;margin-top:10px}.gh-back{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--gh-mute-2);text-decoration:none;margin-bottom:12px}.gh-back:hover{color:var(--gh-accent)}.gh-root .gh-lobby-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--gh-line-3)}.gh-root .gh-lobby-row:last-child{border-bottom:none}.gh-root .gh-lobby-row__id{display:flex;align-items:center;gap:11px;min-width:0}.gh-root .gh-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--gh-mute-5, #b8ad99);margin-right:5px;vertical-align:middle}.gh-root .gh-dot--on{background:var(--gh-emerald);box-shadow:0 0 0 3px #2a6a4a29}.gh-root .gh-tc-chip{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:7px 12px;border:1px solid var(--gh-line-2, #e4dcc9);border-radius:8px;background:var(--gh-paper);cursor:pointer;font-family:var(--gh-font-ui);transition:border-color .12s,background .12s}.gh-root .gh-tc-chip:hover{border-color:var(--gh-warm)}.gh-root .gh-tc-chip:disabled{opacity:.55;cursor:not-allowed}.gh-root .gh-tc-chip:disabled:hover{border-color:var(--gh-line-2, #e4dcc9)}.gh-root .gh-tc-chip--on{border-color:var(--gh-accent);background:var(--gh-cream);box-shadow:inset 0 0 0 1px var(--gh-accent)}.gh-root .gh-tc-chip__label{font-size:13px;font-weight:600;color:var(--gh-ink)}.gh-root .gh-tc-chip__cat{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--gh-mute-3)}.gh-root .gh-tc-num{width:64px;margin-left:6px;padding:5px 8px;border:1px solid var(--gh-line-2, #e4dcc9);border-radius:6px;font-family:var(--gh-font-mono);font-size:13px}.gh-root .gh-chat-log{display:flex;flex-direction:column;gap:5px;max-height:220px;overflow-y:auto;padding:4px 2px}.gh-root .gh-chat-log--review{max-height:320px}.gh-root .gh-chat-empty{font-size:12px;color:var(--gh-mute-3);padding:8px 0}.gh-root .gh-chat-msg{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:13px;line-height:1.4}.gh-root .gh-chat-msg__name{font-weight:600;color:var(--gh-accent);font-size:11.5px}.gh-root .gh-chat-msg--me .gh-chat-msg__name{color:var(--gh-emerald)}.gh-root .gh-chat-msg__body{color:var(--gh-ink);word-break:break-word}.gh-root .gh-chat-msg__time{font-size:10.5px;color:var(--gh-mute-5, #b8ad99);font-family:var(--gh-font-mono)}.gh-root .gh-chat-flag{color:var(--gh-amber)}.gh-root .gh-chat-blocked{margin-top:6px;font-size:11.5px;color:var(--gh-red);background:#b8403014;border-radius:6px;padding:5px 8px}.gh-root .gh-chat-input{flex:1;min-width:0;padding:6px 10px;border:1px solid var(--gh-line-2, #e4dcc9);border-radius:7px;font-family:var(--gh-font-ui);font-size:13px}.gh-root .gh-safechat{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.gh-root .gh-safechat__btn{padding:5px 10px;border:1px solid var(--gh-line-2, #e4dcc9);border-radius:14px;background:var(--gh-paper);font-size:12px;cursor:pointer}.gh-root .gh-safechat__btn:hover{border-color:var(--gh-accent);background:var(--gh-cream)}.gh-root .gh-game-row,.gh-root .gh-mod-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;text-decoration:none;color:inherit}.gh-root .gh-game-row:hover{background:var(--gh-cream)}.gh-reconnect{position:fixed;bottom:18px;left:50%;transform:translate(-50%);z-index:300;display:flex;align-items:center;gap:8px;background:var(--gh-ink);color:var(--gh-cream);border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;box-shadow:0 6px 18px #00000047}.gh-reconnect__dot{width:8px;height:8px;border-radius:50%;background:#e0b252;animation:gh-reconnect-pulse 1.1s ease-in-out infinite}@keyframes gh-reconnect-pulse{0%,to{opacity:1}50%{opacity:.35}}.gh-deck{display:grid;grid-template-columns:minmax(300px,380px) 1fr;gap:18px;align-items:start;margin-top:18px}.gh-deck__bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gh-deck__bar .gh-error,.gh-deck__bar .gh-success{margin:0}.gh-deck__slug{font-family:var(--gh-font-mono);font-size:12px;color:var(--gh-mute-3)}.gh-deck__publish{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--gh-mute-3);margin-bottom:14px;cursor:pointer}.gh-deck__danger{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;padding-top:12px;border-top:1px solid var(--gh-line)}.gh-deck__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid var(--gh-line)}.gh-deck__actions .gh-error,.gh-deck__actions .gh-success{margin:0}.gh-deck__list{display:flex;flex-direction:column;gap:6px}.gh-deck__split{display:grid;grid-template-columns:1fr minmax(260px,340px);gap:20px;align-items:start}.gh-deck__editor .gh-field:last-of-type{margin-bottom:0}.gh-deck-item{display:flex;align-items:center;gap:4px;background:var(--gh-paper);border:1px solid var(--gh-line);border-left:2px solid transparent;border-radius:6px;transition:border-color .12s,background .12s}.gh-deck-item:hover{border-color:var(--gh-line-2)}.gh-deck-item--active{border-color:var(--gh-accent);background:var(--gh-cream)}.gh-deck-item--dragging{opacity:.6;box-shadow:0 6px 18px #281e1424}.gh-deck-item--invalid{border-left-color:var(--gh-red)}.gh-deck-item__handle{flex:0 0 auto;width:22px;align-self:stretch;border:0;background:none;color:var(--gh-mute-4);font-size:13px;cursor:grab;border-radius:6px 0 0 6px}.gh-deck-item__handle:hover{color:var(--gh-ink);background:var(--gh-cream-2)}.gh-deck-item__handle:active{cursor:grabbing}.gh-deck-item__main{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px;padding:8px 4px 8px 0;border:0;background:none;text-align:left;cursor:pointer;color:inherit}.gh-deck-item__thumb .gh-board,.gh-deck-run__thumb .gh-board{padding:0;box-shadow:none;border-radius:2px}.gh-deck-item__thumb,.gh-deck-run__thumb{box-shadow:inset 0 0 0 1px var(--gh-line)}.gh-deck-item__thumb{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:3px;background:var(--gh-cream)}.gh-deck-item__thumb-note{font-size:16px;color:var(--gh-mute-4)}.gh-deck-item__text{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:2px}.gh-deck-item__name{font-size:13.5px;font-weight:500;color:var(--gh-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-deck-item__meta{font-size:11px;color:var(--gh-mute-3);font-family:var(--gh-font-mono);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-deck-item__actions{flex:0 0 auto;display:flex;gap:2px;padding-right:6px;opacity:0;transition:opacity .12s}.gh-deck-item:hover .gh-deck-item__actions,.gh-deck-item:focus-within .gh-deck-item__actions{opacity:1}.gh-deck-item__actions button{border:0;background:none;color:var(--gh-mute-3);cursor:pointer;font-size:14px;line-height:1;padding:5px 6px;border-radius:3px}.gh-deck-item__actions button:hover{background:var(--gh-cream-2);color:var(--gh-ink)}.gh-deck-add{margin-top:12px;padding:14px;border:1px dashed var(--gh-line-2);border-radius:6px;transition:border-color .12s,background .12s}.gh-deck-add--over{border-color:var(--gh-accent);background:var(--gh-cream)}.gh-deck-add__lede{font-size:11.5px;color:var(--gh-mute-3);line-height:1.5;margin-bottom:10px}.gh-deck-add__lede code{font-family:var(--gh-font-mono);font-size:11px}.gh-deck-add .gh-textarea,.gh-deck__editor .gh-textarea{min-height:0}.gh-deck-add__row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px}.gh-deck-add__sep{width:1px;align-self:stretch;background:var(--gh-line-2);margin:2px 4px}.gh-deck-add__library{margin-top:12px;display:flex;flex-direction:column;gap:10px}.gh-deck-preview{display:flex;flex-direction:column;gap:10px}.gh-deck-status{font-size:12px;font-family:var(--gh-font-mono);line-height:1.5;margin:0}.gh-deck-status--ok{color:var(--gh-emerald)}.gh-deck-status--err{color:#8a2a20}.gh-deck-stepper{display:flex;align-items:center;gap:4px}.gh-deck-stepper__count{font-size:11.5px;font-family:var(--gh-font-mono);color:var(--gh-mute-3);padding:0 6px}.gh-deck-moves{max-height:180px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:2px}.gh-deck-moves .gh-move{border:0;cursor:pointer;background:none}.gh-deck-moves .gh-move:hover{background:var(--gh-cream-2)}.gh-deck-moves .gh-move--current{background:var(--gh-accent);color:var(--gh-bg)}.gh-deck-moves .gh-move__no{color:var(--gh-mute-4);margin-right:2px}.gh-deck-moves .gh-move--current .gh-move__no{color:inherit;opacity:.7}.gh-deck-run{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.gh-deck-run__item{width:100%;display:flex;align-items:center;gap:9px;padding:7px 9px;background:var(--gh-paper);border:1px solid var(--gh-line);border-radius:5px;cursor:pointer;text-align:left;color:inherit}.gh-deck-run__item:hover{border-color:var(--gh-accent)}.gh-deck-run__item.is-active{border-color:var(--gh-accent);background:var(--gh-cream)}.gh-deck-run__num{font-size:11px;font-family:var(--gh-font-mono);color:var(--gh-mute-4);width:16px;flex:0 0 auto}.gh-deck-run__thumb{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:3px;background:var(--gh-cream)}.gh-deck-run__name{flex:1 1 auto;min-width:0;font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-deck-run__actions{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.gh-deck-run__note{margin:12px 0 0;padding:10px 12px;background:var(--gh-cream);border-left:2px solid var(--gh-accent);border-radius:0 4px 4px 0;font-size:12.5px;line-height:1.55;white-space:pre-wrap}@media(max-width:1100px){.gh-deck,.gh-deck__split{grid-template-columns:1fr}}
