:root{--card-width:150px;--card-height:230px;--card-gap:16px;--tableau-overlap:185px;--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}#root{border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}*{box-sizing:border-box}body{background:#2b2b2b;height:100%;margin:0;font-family:sans-serif}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.game{flex-direction:column;flex:1;padding-block:20px;padding-inline:100px;display:flex}.top-row{justify-content:space-between;margin-bottom:40px;margin-left:100px;display:flex}.draw-pile-area{gap:16px;display:flex}.header-row{flex-direction:row;align-items:center;gap:30px;display:flex}.tableau{gap:var(--card-gap);flex:1;justify-content:flex-end;display:flex}.tableau-pile{min-height:300px;position:relative}.tableau-pile.drag-over{outline:2px dashed #fff}.card{width:var(--card-width);height:var(--card-height);-webkit-user-select:none;user-select:none;background:#e6e6e6;border:1px solid #333;border-radius:8px;margin-bottom:-185px;padding:8px;font-size:24px;font-weight:700;transition:transform .1s}.card:last-child{margin-bottom:0}.card.red{color:red}.card.black{color:#000}.card.facedown{color:#fff;background:repeating-linear-gradient(45deg,#1d4ed8,#1d4ed8 8px,#2563eb 8px 16px)}.card.dragging{visibility:hidden}.drag-preview{pointer-events:none;z-index:9999;position:fixed}.deck-pile{width:var(--card-width);height:var(--card-height);-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex}.deck-pile--full{background:repeating-linear-gradient(45deg,#1d4ed8,#1d4ed8 8px,#2563eb 8px 16px);border:1px solid #333}.deck-pile--empty{border:2px dashed #fff6}.drawn-pile{display:flex}.drawn-pile>*{margin-left:-92px}.drawn-pile>:first-child{margin-left:0}.foundation-area{gap:var(--card-gap);display:flex}.pile-placeholder{width:var(--card-width);height:var(--card-height);color:#fff;border:2px dashed #ffffff80;border-radius:8px;justify-content:center;align-items:center;display:flex}.button{cursor:pointer;color:#fff;border:2px solid #fff;border-radius:10px;padding-block:12px;padding-inline:18px;font-weight:700}.win-overlay{color:#fff;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;font-size:2rem;display:flex;position:fixed;inset:0}
