:root{--background:transparent;--accent:#0074cc;--accent-light:#e0f7ff;--cta-green:#28a745;--cta-green-dark:#1e7e34;--font-main:"Mulish",Arial,Helvetica,sans-serif;--radius:8px;--transition:all 0.3s ease-in-out;--foreground:white}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--accent-light:#1a1a1a}}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-main);background:url(/Fluffy_Clouds_Background.png) no-repeat 50% fixed;background-size:cover;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;scroll-behavior:smooth;min-height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box;padding:0;margin:0}.summary{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background-color:#f9f9f9}.summary ul{display:inline-block;text-align:left;margin:1rem auto 0;padding-left:1.5rem}a{color:inherit;text-decoration:none;transition:var(--transition)}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;transition:var(--transition)}section{padding:3rem 2rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--foreground)}ul{margin-left:1.5rem;list-style:disc}iframe,img{max-width:100%;height:auto;display:block;border-radius:var(--radius)}.modal-open{overflow:hidden}@media (prefers-color-scheme:dark){html{color-scheme:dark;background:#0a0a0a;background-image:none}}