:root{--theme-primary:#059669;--theme-secondary:#0369a1;--theme-background:#dcfce7;--theme-text:#165e3a;--theme-accent:#10b981;--theme-font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;--theme-custom-background:none;--theme-custom-background-size:cover;--theme-custom-background-position:center}html[data-has-custom-background=true]{background-image:var(--theme-custom-background);background-size:var(--theme-custom-background-size);background-position:var(--theme-custom-background-position);background-attachment:fixed}html[data-theme=girly]{--theme-primary:#ec4899;--theme-secondary:#d946ef;--theme-background:#fce7f3;--theme-text:#be123c;--theme-accent:#fbcfe8}html[data-theme=space]{--theme-primary:#0ea5e9;--theme-secondary:#8b5cf6;--theme-background:#0c1427;--theme-text:#e0f2fe;--theme-accent:#3b82f6;--theme-custom-background:radial-gradient(circle,rgba(139,92,246,0.1) 1px,transparent 0);--theme-custom-background-size:50px 50px;--color-text-primary:#e0f2fe;--color-text-secondary:#bae6fd;--color-surface:#1f2937;--color-surface-light:#111827;--color-border:#374151}html[data-theme=miner]{--theme-primary:#92400e;--theme-secondary:#7c2d12;--theme-background:#fef3c7;--theme-text:#451a03;--theme-accent:#d97706}html[data-theme=animals]{--theme-primary:#f59e0b;--theme-secondary:#ef4444;--theme-background:#fef3c7;--theme-text:#92400e;--theme-accent:#fbbf24}html[data-theme=football]{--theme-primary:#059669;--theme-secondary:#0369a1;--theme-background:#dcfce7;--theme-text:#165e3a;--theme-accent:#10b981}html[data-font-family=Inter]{--theme-font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html[data-font-family=Roboto]{--theme-font-family:"Roboto",sans-serif}html[data-font-family="Open Sans"]{--theme-font-family:"Open Sans",sans-serif}html[data-font-family=Lato]{--theme-font-family:"Lato",sans-serif}html[data-font-family=Poppins]{--theme-font-family:"Poppins",sans-serif}html[data-font-family=Montserrat]{--theme-font-family:"Montserrat",sans-serif}html[data-font-family="Source Sans Pro"]{--theme-font-family:"Source Sans Pro",sans-serif}[data-theme] body{background-color:var(--theme-background);color:var(--theme-text);font-family:var(--theme-font-family);transition:all .3s ease}.btn-primary{background-color:var(--theme-primary);color:#ffffff}.btn-primary:hover{opacity:.9}.btn-secondary{background-color:var(--theme-secondary);color:#ffffff}.accent{background-color:var(--theme-accent);color:var(--theme-text)}[data-theme] .link,[data-theme] a{color:var(--theme-primary)}[data-theme] .link:hover,[data-theme] a:hover{opacity:.8}[data-theme] .card{background-color:var(--theme-accent);border:2px solid var(--theme-primary);color:var(--theme-text)}[data-theme] h1,[data-theme] h2,[data-theme] h3,[data-theme] h4,[data-theme] h5,[data-theme] h6{color:var(--theme-primary);font-family:var(--theme-font-family)}[data-theme] ::selection{background-color:var(--theme-primary);color:#ffffff}[data-theme] ::-moz-selection{background-color:var(--theme-primary);color:#ffffff}html[data-theme=space]::-webkit-scrollbar{width:8px}html[data-theme=space]::-webkit-scrollbar-track{background:rgba(139,92,246,.1)}html[data-theme=space]::-webkit-scrollbar-thumb{background:var(--theme-primary);border-radius:4px}html[data-theme=space]::-webkit-scrollbar-thumb:hover{background:var(--theme-secondary)}[data-theme] a:focus-visible,[data-theme] button:focus-visible,[data-theme] input:focus-visible,[data-theme] select:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}@media (max-width:640px){[data-theme] body{font-size:.9rem}}@media (prefers-contrast:more){:root{--theme-primary:var(--theme-primary);--theme-text:var(--theme-text)}[data-theme] body{font-weight:500}}@media (prefers-reduced-motion:reduce){[data-theme] body{transition:none}[data-theme] *{animation:none!important;transition:none!important}}@media (prefers-color-scheme:dark){html[data-theme=animals],html[data-theme=football],html[data-theme=girly],html[data-theme=miner]{--color-surface:#1f2937;--color-surface-light:#111827;--color-border:#374151;--color-text-primary:#f3f4f6;--color-text-secondary:#d1d5db}html[data-theme=football]{--theme-background:#064e3b;--theme-text:#d1fae5}html[data-theme=girly]{--theme-background:#500724;--theme-text:#fbcfe8}html[data-theme=miner]{--theme-background:#292415;--theme-text:#fcd34d}html[data-theme=animals]{--theme-background:#422006;--theme-text:#fef08a}}