/* Shared material for the games entrance and projected catalogue only.
   Madder-red thread = action boundary, dark wool = surface, ivory = ink/focus.
   No gold fill or loose knot on controls. */
:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button){
 --wool-surface:#201919;--wool-ink:#fff0df;--wool-hover:#302020;
 --wool-thread:#aa7151;--wool-thread-light:#d1a06a;--wool-thread-mid:#8f5e45;--wool-thread-dark:#5d3b30;
 position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;
 min-height:54px;padding:13px 25px;gap:12px;line-height:1.45;text-align:center;
 background: url(assets/knit-stitch.svg?v=6) 0 0/12px 15px repeat var(--wool-surface);
 color:var(--wool-ink);border:0;border-radius:16px 21px 15px 20px;
 box-shadow:inset 0 2px 2px #dc9e9614,0 5px 9px #08060459;
 font-size:14px;font-weight:700;text-shadow:0 1px 1px #0006;text-decoration:none;
 transition:transform .22s ease,background-color .25s ease;backdrop-filter:none;
}
:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button):before{
 content:'';position:absolute;inset:0;border:3px double var(--wool-thread);
 pointer-events:none;border-radius:inherit;
}
:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button):after{
 content:none;
}
:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button):hover{
 background-color:var(--wool-hover);color:var(--wool-ink);transform:translateY(-2px);
}
:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button):active{transform:translateY(1px)}
:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button):focus-visible{outline:3px solid #fff2cb!important;outline-offset:6px}
:is(.knit-button.warm,.games-portal-content .button-primary){--wool-surface:#291b1b;--wool-hover:#382323}
@supports(mask-composite:exclude){
 :is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button):before{
  inset:-1px;border:0;padding:4px;
  background:repeating-linear-gradient(38deg,var(--wool-thread-light) 0 1.3px,var(--wool-thread) 1.3px 3.7px,var(--wool-thread-mid) 3.7px 5.8px,var(--wool-thread-dark) 5.8px 7px);
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;
 }
}
@media(max-width:640px){:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button){min-height:52px;font-size:12px;padding:13px 20px}}
@media(prefers-reduced-motion:reduce){:is(.knit-button,.games-portal-content .button,.games-portal-content .copy-button){transition:none;transform:none!important}}
