@import "https://fonts.googleapis.com/css2?family=Fraunces:wght@500;700&family=Sora:wght@400;500;600&display=swap";html,body,#root{min-height:100%;margin:0;padding:0}body{min-width:320px}:root{--ink:#2f251f;--warm:#f6ecdd;--panel:#f7f0e3c7;--panel-border:#4b382a2e;--accent:#ca7a4c;--radius:18px}*{box-sizing:border-box}.lobby-shell{min-height:100dvh;color:var(--ink);place-items:center;padding:1rem;font-family:Sora,sans-serif;display:grid;position:relative}.lobby-panel{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:min(920px,100%);padding:1.2rem;box-shadow:0 18px 40px #2719101f}.lobby-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.lobby-header h1{margin:0;font-family:Fraunces,serif;font-size:1.55rem}.lobby-header p{opacity:.78;margin:.4rem 0 0}.lobby-actions{gap:.5rem;display:flex}.lobby-error{color:#8c3434;margin:.75rem 0;font-size:.9rem}.lobby-empty{opacity:.82;margin:.75rem 0}.lobby-list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.lobby-row{background:#fff9eebd;border:1px solid #422f252e;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:.72rem .86rem;display:flex}.lobby-meta h2{margin:0;font-size:1rem}.lobby-meta p{opacity:.8;margin:.25rem 0 0;font-size:.86rem}.lobby-chip{text-transform:uppercase;letter-spacing:.06em;background:#c9794b33;border-radius:999px;margin-top:.4rem;padding:.16rem .42rem;font-size:.72rem;display:inline-block}.app-shell{min-height:100dvh;color:var(--ink);grid-template-columns:minmax(280px,360px) 1fr;gap:1rem;padding:1rem;font-family:Sora,sans-serif;display:grid;position:relative}.backdrop-gradient{z-index:-1;background:radial-gradient(1200px 480px at 12% 12%,#f5cea08f,#0000 60%),radial-gradient(900px 420px at 90% 18%,#94b6c16b,#0000 58%),linear-gradient(160deg,#ebe3d1 0%,#d9d2c4 60%,#e7dfd0 100%);position:fixed;inset:0}.controls-shell{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;overflow:auto;box-shadow:0 18px 40px #2719101f}.controls-shell h1{margin:0;font-family:Fraunces,serif;font-size:1.45rem}.controls-shell p{opacity:.78;margin-top:.4rem;margin-bottom:1rem}.controls-shell section{margin-bottom:1rem}.controls-shell h2{text-transform:uppercase;letter-spacing:.08em;opacity:.78;margin:0 0 .5rem;font-size:.88rem}.shape-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.pill-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.rotation-display{text-align:center;font-variant-numeric:tabular-nums;color:#422f25bf;min-width:3rem;font-size:.86rem}button{color:inherit;cursor:pointer;background:#fff9eed1;border:1px solid #422f2547;border-radius:999px;padding:.5rem .82rem;font-family:inherit;font-size:.86rem;transition:transform .12s,background .18s,border-color .18s}button:hover{transform:translateY(-1px)}button.active{background:linear-gradient(120deg,#ffd7b0 0%,#f3b78c 100%);border-color:#5f391e80}button:disabled{opacity:.45;cursor:not-allowed}.color-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem;display:grid}.swatch{border:2px solid #291b131f;border-radius:12px;min-height:36px}.swatch.active{outline-offset:2px;outline:2px solid #2a1f19}.canvas-shell{border-radius:var(--radius);background:#dfd7c8;border:1px solid #44342738;min-height:74dvh;position:relative;overflow:hidden;box-shadow:0 20px 44px #2e1d1233}.canvas-shell canvas{width:100%!important;height:100%!important}.status-strip{z-index:10;text-transform:uppercase;letter-spacing:.06em;background:#f8f3ead6;border:1px solid #3b2d2426;border-radius:999px;justify-content:space-between;align-items:center;padding:.42rem .68rem;font-size:.82rem;display:flex;position:absolute;top:.8rem;left:.8rem;right:.8rem}.status-strip[data-state=valid]{box-shadow:inset 0 0 0 1px #59916a57}.status-strip[data-state=near-valid]{box-shadow:inset 0 0 0 1px #a3824e61}.status-strip[data-state=invalid]{box-shadow:inset 0 0 0 1px #aa535361}.invalid-pulse .status-strip{animation:.18s pulse}.hint-list p{opacity:.8;margin:0;font-size:.8rem}@keyframes pulse{0%{transform:scale(1)}40%{transform:scale(1.02)}to{transform:scale(1)}}@media (width<=960px){.lobby-header{flex-direction:column;align-items:stretch}.lobby-actions{width:100%}.lobby-actions button{flex:1}.lobby-row{flex-direction:column;align-items:flex-start}.lobby-row button{width:100%}.app-shell{grid-template-rows:auto minmax(62dvh,1fr);grid-template-columns:1fr}.controls-shell{max-height:34dvh}}.debug-overlay{color:#e8e8e8;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;border-radius:6px;min-width:240px;padding:8px 10px;font-family:Courier New,monospace;font-size:11px;line-height:1.5;position:absolute;bottom:10px;right:10px}.debug-row{gap:8px;display:flex}.debug-label{color:#888;flex-shrink:0;width:50px}.debug-value{color:#e8e8e8;word-break:break-all}.debug-state-valid{color:#5ddb7a}.debug-state-near-valid{color:#f0c040}.debug-state-invalid{color:#e05555}
