:root{--foreground-rgb:255,255,255;--background-glow:radial-gradient(circle at center,transparent 0,#ffffff10 80%,#ffffff18 100%);--pile-rgb:180,180,180;--pile-border-rgb:200,200,200;--pile-border-radius:4px;--cursor-border-radius:8px;--felt--basic-green:#336e4e;--felt--championship-green:#2b6431;--felt--dark-green:#1d422c;--felt--bottle-green:#283c21;--felt--caramel:#a5874d;--felt--euro-blue:#28297e;--felt--navy:#1e2531;--felt--burgundy:#7d332f;--felt--wine:#643231;--felt--black:#1e1e1e;--felt--red:#85231d;--felt--olive:#4f4a35;--felt--taupe:#6c5747;--felt--electric-blue:#3b42a6;--felt--golden:#b19945;--felt--khaki:#a0855f;--felt--achademy-blue:#626375;--felt--purple:#401668;--felt--brown:#2d0302;--felt--steel-gray:#7b7b84;--felt--titanium:#23252d;--felt--charcoal:#35343a;--felt--aztec:#834b24;--felt--brick:#6c322b;--felt--selected:var(--felt--basic-green)}@media (prefers-color-scheme:dark){:root{--foreground-rgb:212,212,212;--background-glow:radial-gradient(circle at center,transparent 0,#00000020 80%,#00000040 100%);--pile-rgb:130,130,130;--felt--selected:var(--felt--bottle-green)}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:var(--background-glow),var(--felt--selected);background-attachment:fixed;position:relative;min-width:100vw;min-height:100vh}body:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:repeat url(/freecell/i/noise.svg);background-size:200px 200px}body:has(dialog[open]) main{filter:blur(1.5px)}a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:rgba(var(--foreground-rgb),.2);text-decoration-color:rgba(var(--foreground-rgb),.2)}a:focus,a:focus-within,a:hover{-webkit-text-decoration-color:rgb(var(--foreground-rgb));text-decoration-color:rgb(var(--foreground-rgb))}@media (prefers-color-scheme:dark){html{color-scheme:dark}}