:root{--ink:#17221d;--muted:#718078;--paper:#f5f1e8;--card:#fffdf8;--jade:#153d32;--jade-2:#235b4a;--gold:#c99a45;--line:#e4ded1;--shadow:0 22px 60px rgba(18,35,28,.14)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 50% -10%,#fffdf7 0,#f5f1e8 55%,#ece6d9 100%);color:var(--ink);font-family:'DM Sans',sans-serif}button{font:inherit}button:disabled{cursor:not-allowed;opacity:.45;transform:none!important;box-shadow:none!important}button:focus-visible{outline:3px solid var(--gold);outline-offset:3px}body{min-height:100vh}.app-shell{max-width:1440px;margin:auto;padding:28px 42px 22px}.topbar{height:58px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;border:1px solid #d9cda9;border-radius:12px;display:grid;place-items:center;color:var(--gold);font-family:serif;font-size:23px;background:#fbf6e9;box-shadow:0 4px 14px #d9cfba55}.brand-name{font-size:14px;letter-spacing:.24em;font-weight:700}.brand-sub{font-family:'Playfair Display',serif;font-size:12px;color:var(--muted);margin-top:-1px}.stats{display:flex;gap:36px;margin-left:auto;margin-right:24px}.stats div{min-width:72px}.stats span,.modal-stats span{display:block;font-size:9px;letter-spacing:.18em;color:var(--muted);font-weight:700}.stats strong,.modal-stats strong{display:block;font-size:15px;margin-top:3px}.icon-btn{border:1px solid var(--line);background:#fffaf1;border-radius:12px;width:40px;height:40px;cursor:pointer;transition:.2s}.icon-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #243b2b18}.hero{display:flex;align-items:end;justify-content:space-between;padding:54px 5px 30px}.eyebrow{margin:0 0 9px;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:700;color:#9a7650}.hero h1{font:700 clamp(34px,4.5vw,60px)/.98 'Playfair Display',serif;letter-spacing:-.035em;margin:0}.hero h1 em{color:var(--jade-2);font-style:normal}.actions{display:flex;gap:10px}.btn{border:0;border-radius:12px;padding:12px 17px;font-weight:700;font-size:13px;cursor:pointer;transition:.2s;min-height:44px}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--jade);color:#fff;box-shadow:0 8px 18px #153d3233}.btn.secondary{background:#fffaf2;color:var(--ink);border:1px solid var(--line)}kbd{font-size:10px;margin-left:7px;padding:2px 5px;border-radius:4px;background:#ffffff20;color:#d8e6df}.game-card{background:rgba(255,253,248,.78);border:1px solid #e1dbcf;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;backdrop-filter:blur(8px)}.board-wrap{position:relative;min-height:650px;display:flex;align-items:center;justify-content:center;overflow:auto;padding:28px}.board{position:relative;width:1000px;height:590px;flex:0 0 auto;transform-origin:center}.tile{position:absolute;width:52px;height:68px;border-radius:7px;border:1px solid #cfc8b9;background:linear-gradient(145deg,#fffefb,#eee9dd);box-shadow:4px 5px 0 #d4cec1,5px 8px 12px #2a382d1d;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;touch-action:manipulation;transition:transform .13s,filter .13s,box-shadow .13s}.tile::after{content:'';position:absolute;inset:4px;border:1px solid #e5dfd4;border-radius:4px;pointer-events:none}.tile .glyph{font-family:serif;font-size:28px;line-height:1;position:relative;z-index:1}.tile .small{font:700 8px/1 'DM Sans';position:absolute;bottom:5px;right:6px;color:#b4aa9a}.tile.free:hover{transform:translateY(-7px);filter:brightness(1.02);box-shadow:4px 8px 0 #d4cec1,7px 14px 18px #2a382d2a}.tile.selected{transform:translateY(-8px);outline:3px solid #c99a4588;box-shadow:4px 8px 0 #d4cec1,0 12px 24px #c99a4533}.tile.blocked{filter:saturate(.55) brightness(.9);cursor:not-allowed}.tile.removing{transform:translateY(-16px) scale(.82);opacity:0}.bottom-bar{min-height:60px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.tip{font-size:11px;color:var(--muted);display:flex;gap:9px;align-items:center}.tip-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px #c99a4515}.text-btn{border:0;background:transparent;color:var(--jade-2);font-size:11px;font-weight:700;cursor:pointer;min-height:44px;padding:8px}.text-btn span{font-size:16px;margin-left:5px}.message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#153d32ee;color:#fff;padding:12px 18px;border-radius:10px;font-size:12px;font-weight:600;box-shadow:0 10px 30px #102b222e;z-index:100;max-width:min(90%,360px);text-align:center}.hidden{display:none!important}footer{display:flex;justify-content:space-between;padding:17px 5px 0;color:#92988f;font-size:10px;letter-spacing:.03em}.modal{position:fixed;inset:0;background:#13251dcc;backdrop-filter:blur(8px);display:grid;place-items:center;padding:20px;z-index:999}.modal-card{width:min(390px,100%);background:var(--card);border:1px solid #e1d9c9;border-radius:24px;padding:34px;text-align:center;box-shadow:0 30px 80px #09140f55}.modal-icon{margin:0 auto 18px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#f6ead2;color:var(--gold);font-size:25px}.modal-card h2{font:700 34px/1.1 'Playfair Display',serif;margin:4px 0 10px}.modal-card p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.6}.modal-stats{display:flex;justify-content:center;gap:42px;margin:22px 0}.full{width:100%}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:800px){.app-shell{padding:18px 14px}.topbar{height:48px}.stats{gap:12px;margin-right:8px}.stats div{min-width:auto}.hero{padding:34px 2px 22px;align-items:start;gap:18px;flex-direction:column}.hero h1{font-size:42px}.actions{width:100%;flex-wrap:wrap}.actions .btn{flex:1;min-width:110px}.board-wrap{min-height:520px;padding:10px;justify-content:flex-start}.board{transform:scale(.7);margin-left:calc(50% - 350px);margin-right:calc(50% - 350px)}.bottom-bar{padding:10px 14px;gap:12px;align-items:flex-start}.tip{max-width:65%;line-height:1.35}footer{display:none}}