html{--bg-1: hsl(0, 0%, 10%);--bg-2: hsl(142, 0%, 40%);--bg-3: hsl(142, 40%, 40%);--fg-1: hsl(0, 0%, 100%);--fg-2: hsl(0, 0%, 85%);--fg-3: hsl(0, 0%, 70%);--link: hsl(142, 96%, 42%);--link-hover: hsl(142, 96%, 50%);--link-active: hsl(142, 96%, 40%);--logo: hsl(32, 100%, 50%)}body{--border-radius: 4px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;background-color:var(--bg-1);background-image:linear-gradient(45deg,#000,#fff3),url(../../../mrsunshine.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--fg-1);font-family:var(--font);font-size:1.2rem;line-height:1.5;margin:0;height:100vh;width:100vw;display:grid;grid-template-rows:auto 1fr;overflow:hidden}@media(prefers-color-scheme:light){html{--bg-1: hsl(0, 0%, 100%);--bg-2: hsl(142, 40%, 75%);--bg-3: hsl(142, 40%, 60%);--fg-1: hsl(0, 0%, 13%);--fg-2: hsl(0, 0%, 20%);--fg-3: hsl(0, 0%, 25%);--link: hsl(142, 77%, 47%);--link-hover: hsl(142, 77%, 50%);--link-active: hsl(142, 60%, 25%);--logo: hsl(39, 100%, 50%)}body{background-image:linear-gradient(45deg,#fff9,#ffffff1a),url(../../../mrsunshine.jpg)}}h1,h2,h3,h4,h5,h6{font-weight:400;font-variant-numeric:tabular-nums;line-height:1.1}h1{font-size:3rem;text-align:right;color:#fff;font-weight:bolder;-webkit-user-select:none;user-select:none;padding:1rem 3rem;text-shadow:14px 14px 0px var(--logo),-14px -14px 0px var(--logo),14px -14px 0px var(--logo),-14px 14px 0px var(--logo)}@media(max-width:1000px){h1{font-size:2rem}}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}a:active{color:var(--link-active)}button,input,select{font-family:inherit;font-size:inherit}button{background:var(--link);color:var(--bg-1);padding:.5rem 1rem;border:none;border-radius:var(--border-radius)}button:hover{background:var(--link-hover)}button:active{background:var(--link-active)}:is(button,button:hover,button:active):disabled{background:var(--link);filter:grayscale(1);opacity:.4}
