:root{--primary-color: #e50914;--secondary-color: #221f1f;--background-color: #141414;--text-color: #ffffff;--card-bg: #1f1f1f;--grid-gap: 1rem;--font-family: "Inter", sans-serif;--transition-speed: .3s;--bg-main: #141414;--bg-panel: #181818;--bg-modal: #181818;--bg-overlay: rgba(0, 0, 0, .7);--bg-button: #333333;--bg-button-hover: #444444;--bg-cell-empty: #1f1f1f;--bg-cell-hover: rgba(255, 255, 255, .05);--text-main: #ffffff;--text-muted: #dddddd;--text-subtle: #aaaaaa;--border-main: #333333;--border-subtle: #444444}[data-theme=light]{--primary-color: #d84b4b;--secondary-color: #e5e5e5;--background-color: #fcf9f2;--text-color: #2b2b2b;--card-bg: #ffffff;--bg-main: #fcf9f2;--bg-panel: #fffcf5;--bg-modal: #fffcf5;--bg-overlay: rgba(0, 0, 0, .5);--bg-button: #f2ebd9;--bg-button-hover: #e5dac1;--bg-cell-empty: #f7f3ea;--bg-cell-hover: rgba(0, 0, 0, .05);--text-main: #2b2b2b;--text-muted: #4f4f4f;--text-subtle: #737373;--border-main: #e5dac1;--border-subtle: #f2ebd9}[data-theme=ocean]{--primary-color: #59a5d8;--secondary-color: #7d9ebf;--background-color: #1c3144;--text-color: #e0eaf5;--card-bg: #243f56;--bg-main: #1c3144;--bg-panel: #243f56;--bg-modal: #243f56;--bg-overlay: rgba(28, 49, 68, .7);--bg-button: #32526e;--bg-button-hover: #486e8e;--bg-cell-empty: #243f56;--bg-cell-hover: rgba(89, 165, 216, .15);--text-main: #e0eaf5;--text-muted: #a4bdd3;--text-subtle: #7d9ebf;--border-main: #486e8e;--border-subtle: #32526e}body{margin:0;font-family:var(--font-family);background-color:var(--background-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}a{text-decoration:none;color:inherit;transition:color var(--transition-speed)}button{cursor:pointer;border:none;outline:none;font-family:inherit}.logo{font-size:2rem;margin-bottom:2rem;font-family:Inter,sans-serif}.red{color:var(--primary-color)}
