:root{--app-background:#f5f5f5;--app-foreground:#1f1f1f}html[data-theme=light]{--app-background:#f5f5f5;--app-foreground:#1f1f1f;--cookie-banner-bg:#fffffff0;--cookie-banner-border:#0a5bd759;--cookie-banner-shadow:0 20px 55px #0003;--cookie-banner-accent:#0a5bd7;--cookie-banner-secondary-bg:#0a5bd71a}html[data-theme=dark]{--app-background:#333;--app-foreground:#fff;--cookie-banner-bg:#171a21f5;--cookie-banner-border:#78abff6b;--cookie-banner-shadow:0 22px 60px #0009;--cookie-banner-accent:#78abff;--cookie-banner-secondary-bg:#78abff29}html,body{flex-direction:column;max-width:100vw;height:fit-content;min-height:100dvh;display:flex}body{color:var(--app-foreground);background:var(--app-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),.08);--gray-alpha-100:rgba(var(--gray-rgb),.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.mainContent{flex:1;width:100vw;max-width:100vw;position:relative;overflow-x:hidden}.cookieBanner{z-index:1200;border:1px solid var(--cookie-banner-border);background:var(--cookie-banner-bg);width:min(92vw,680px);max-width:680px;color:var(--app-foreground);box-shadow:var(--cookie-banner-shadow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:1rem;flex-direction:column;gap:.9rem;padding:1.1rem 1.15rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.cookieBanner p{font-size:.98rem;line-height:1.45}.cookieBannerActions{flex-wrap:wrap;gap:.6rem;display:flex}.cookieBannerButton{cursor:pointer;border:1px solid #0000;border-radius:.55rem;padding:.62rem .85rem;font-size:.9rem;transition:filter .2s}.cookieBannerButton:hover{filter:brightness(.95)}.cookieBannerButtonPrimary{background:var(--cookie-banner-accent);color:#fff;border-color:#0000}.cookieBannerButtonSecondary{background:var(--cookie-banner-secondary-bg);border-color:var(--cookie-banner-border);color:inherit}@media (max-width:640px){.cookieBanner{width:calc(100vw - 2rem);max-width:none}.cookieBannerButton{width:100%}}
