: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:rgb(51,110,78);--felt--championship-green:rgb(43,100,49);--felt--dark-green:rgb(29,66,44);--felt--bottle-green:rgb(40,60,33);--felt--caramel:rgb(165,135,77);--felt--euro-blue:rgb(40,41,126);--felt--navy:rgb(30,37,49);--felt--burgundy:rgb(125,51,47);--felt--wine:rgb(100,50,49);--felt--black:rgb(30,30,30);--felt--red:rgb(133,35,29);--felt--olive:rgb(79,74,53);--felt--taupe:rgb(108,87,71);--felt--electric-blue:rgb(59,66,166);--felt--golden:rgb(177,153,69);--felt--khaki:rgb(160,133,95);--felt--achademy-blue:rgb(98,99,117);--felt--purple:rgb(64,22,104);--felt--brown:rgb(45,3,2);--felt--steel-gray:rgb(123,123,132);--felt--titanium:rgb(35,37,45);--felt--charcoal:rgb(53,52,58);--felt--aztec:rgb(131,75,36);--felt--brick:rgb(108,50,43);--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}}