:root{color-scheme:light;--text:#171717;--muted:#5a5a5a;--line:#dedede;--font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font:14px/1.55 var(--font)}
a{color:inherit;text-decoration:none}
a:hover,.text-button:hover{text-decoration:underline;text-underline-offset:3px}
button,input{font:inherit}
button{cursor:pointer}
button:disabled{opacity:.45;cursor:not-allowed}
:focus-visible{outline:2px solid var(--text);outline-offset:3px}
.page{width:min(680px,calc(100% - 40px));margin:0 auto}
.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.wordmark{display:inline-flex;align-items:center;gap:10px;font:600 16px var(--mono);letter-spacing:0}
.wordmark img{display:block}
.wordmark:hover{text-decoration:none}
nav{display:flex;gap:24px;font-size:13px}
nav a[aria-current="page"]{font-weight:600;text-decoration:underline;text-underline-offset:5px}
h1{font-size:36px;line-height:1.15;letter-spacing:-.055em;font-weight:500;margin:0 0 17px}
h2{font-size:17px;line-height:1.3;font-weight:550;letter-spacing:-.025em;margin:0}
h3{font-size:12px;font-weight:500;color:var(--muted);margin:28px 0 8px}
.quiet,.note{color:var(--muted);font-size:12px}
.number,.table-head,.rank{font-family:var(--mono);font-variant-numeric:tabular-nums}
main>section{padding:40px 0 47px}
main>section.first-section{padding-top:60px}
.intro-copy{color:#454545;margin:0 0 28px;max-width:540px;line-height:1.65}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:21px}
.section-caption{margin:-10px 0 20px}
.small-link{font-size:12px;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.note{margin:15px 0 0;line-height:1.65}
.rules-list{padding:0;margin:26px 0 0;list-style:none;counter-reset:rule}
.rules-list li{counter-increment:rule;display:grid;grid-template-columns:35px 1fr;gap:4px;padding:11px 0;font-size:13px;line-height:1.55}
.rules-list li:before{content:counter(rule,decimal-leading-zero);font:12px/1.8 var(--mono);color:var(--muted)}
.table-head,.player-row{display:grid;grid-template-columns:64px minmax(0,1fr) 82px;gap:8px;align-items:center}
.table-head{border-bottom:1px solid var(--line);padding:0 0 10px;color:var(--muted);font-size:11px}
.table-head span:last-child,.player-row span:last-child{text-align:right}
.player-row{min-height:43px;border-bottom:1px solid #eee;font-size:13px}
.player-row .rank{color:var(--muted);font-size:12px}
.player-row .number{font-size:12px}
.player-row .name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.player-row.is-me .name{font-weight:600}
.flag{color:var(--muted);font-size:11px;font-weight:400;margin-left:8px}
#nearby-block{margin-top:30px}
#play .section-head{margin-bottom:14px}
.identity-line{margin:0 0 18px}
.identity-line strong{font-weight:600}
.account-balance{color:var(--muted);font-size:12px;margin:0 0 24px}
.account-balance strong{color:var(--text);font-weight:500}
.move-title{color:var(--text);font-weight:550;margin:23px 0 13px}
.pending{margin:0 0 8px}
.notice{font-size:13px;margin:0 0 18px}
.form-error{color:#a12d25;font-size:12px;margin:0 0 18px}
.field-row{display:flex;gap:10px;align-items:end}
.field{flex:1;min-width:0}
.field.amount-field{flex:0 0 120px}
.field label,.search-form label{display:block;color:var(--muted);font-size:12px;margin:0 0 7px}
.field input,.search-form input{width:100%;height:38px;border:1px solid #8f8f8f;border-radius:0;background:#fff;padding:0 9px;color:var(--text);outline:none}
.field input:focus,.search-form input:focus{border-color:var(--text)}
.action{height:38px;border:1px solid var(--text);background:var(--text);color:#fff;padding:0 14px;white-space:nowrap;font-size:13px}
.action:hover:not(:disabled){background:#fff;color:var(--text)}
.search-block{margin-top:28px}
.search-controls{display:flex;align-items:center;gap:16px}
.search-controls input{max-width:330px}
.matches{margin-top:12px;display:flex;flex-direction:column;align-items:flex-start}
.matches a{padding:6px 0;font-size:12px;text-decoration:underline;text-underline-offset:3px}
.access-link{border-top:1px solid var(--line);margin-top:32px;padding-top:18px;font-size:12px}
.access-link summary{cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.access-link p{color:var(--muted);line-height:1.6}
.access-link input{display:block;width:100%;height:38px;border:1px solid #8f8f8f;border-radius:0;background:#fff;padding:0 9px;color:var(--text);font:12px var(--mono)}
.exit-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #eee;padding:10px 0;font-size:13px}
.exit-row:first-of-type{border-top:1px solid #eee}
.text-button{padding:0;border:0;background:none;color:var(--text);font-size:12px;text-decoration:underline;text-underline-offset:3px}
.round-link{border:0;border-top:1px solid #eee;padding:15px 0;width:100%;display:flex;justify-content:space-between;gap:12px;align-items:baseline;text-align:left;color:var(--text);font-size:13px}
.round-link:last-of-type{border-bottom:1px solid #eee}
.round-link:hover span:first-child{text-decoration:underline;text-underline-offset:3px}
.pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px}
.disabled{color:#6e6e6e;font-size:12px}
.detail{margin-top:52px;padding-top:25px;border-top:1px solid var(--line)}
.detail .section-head{margin-bottom:5px}
.detail .table-head{margin-top:24px}
@media(max-width:560px){.page{width:calc(100% - 36px)}.site-header{height:64px}nav{gap:12px;font-size:12px}h1{font-size:31px}main>section{padding:24px 0 38px}main>section.first-section{padding-top:42px}.table-head,.player-row{grid-template-columns:42px minmax(0,1fr) 75px}.field-row{flex-wrap:wrap}.field.recipient-field{flex-basis:100%}.field.amount-field{flex:1}.action{flex:1}.flag{margin-left:5px}.player-row{font-size:12px}.pagination{gap:6px}.round-link .quiet{white-space:nowrap}}
.faq h2{margin:34px 0 10px}
.faq p{margin:0;line-height:1.7;max-width:600px}
.faq a{text-decoration:underline;text-underline-offset:3px}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link{position:absolute;left:8px;top:-48px;background:var(--text);color:#fff;padding:10px 16px;font-size:13px;z-index:10;transition:top .15s}
.skip-link:focus{top:8px}
