*{box-sizing:border-box}:root{--game-aspect: calc(844 / 390)}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#050b14}body{font-family:Inter,system-ui,sans-serif;display:grid;place-items:center}#app{display:grid;place-items:center}canvas{display:block;margin:auto;width:min(100vw,calc(100vh * var(--game-aspect)));height:min(100vh,calc(100vw / var(--game-aspect)));aspect-ratio:var(--game-aspect);border-radius:clamp(10px,1.7vw,18px);touch-action:none;box-shadow:0 0 60px #000000a6}.spellwords-auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:24px;color:#f8ead0;background:#01060eb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.spellwords-auth-panel{position:relative;width:min(430px,calc(100vw - 36px));padding:26px;border:1px solid rgba(236,191,112,.74);border-radius:22px;background:radial-gradient(circle at 20% 0%,rgba(68,128,190,.22),transparent 32%),linear-gradient(180deg,#0f233afa,#07121ffa);box-shadow:0 28px 90px #0000009e,inset 0 0 0 1px #ffffff0f}.spellwords-auth-panel h1{margin:4px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:30px;color:#fff0c9}.spellwords-auth-eyebrow{margin:0;color:#e6bd73;font-size:11px;letter-spacing:.22em}.spellwords-auth-copy{min-height:36px;margin:0 0 16px;color:#bfd5e7;font-size:13px;line-height:1.55}.spellwords-auth-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:1px solid rgba(236,191,112,.48);border-radius:50%;color:#f8e7bb;background:#091422d1;font-size:24px;line-height:1}.spellwords-auth-google,.spellwords-auth-actions button{width:100%;min-height:42px;border:1px solid rgba(236,191,112,.72);border-radius:13px;color:#fff4db;background:linear-gradient(180deg,#346182f5,#1c3954f5);font:700 14px/1 Inter,system-ui,sans-serif;letter-spacing:.04em}.spellwords-auth-google{margin-bottom:14px;background:linear-gradient(180deg,#2f5d72fa,#19405bfa)}.spellwords-auth-divider{display:flex;align-items:center;gap:10px;margin:2px 0 14px;color:#89abc3;font-size:12px}.spellwords-auth-divider:before,.spellwords-auth-divider:after{content:"";flex:1;height:1px;background:#89abc342}.spellwords-auth-panel label{display:grid;gap:6px;margin-bottom:12px;color:#d9e8f7;font-size:12px}.spellwords-auth-panel input{width:100%;height:42px;border:1px solid rgba(137,171,195,.42);border-radius:12px;padding:0 13px;color:#fff;background:#020911c7;font:15px/1.2 Inter,system-ui,sans-serif;outline:none}.spellwords-auth-panel input:focus{border-color:#ecbf70eb;box-shadow:0 0 0 3px #ecbf7024}.spellwords-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.spellwords-auth-actions button[data-auth-action=email-register]{background:linear-gradient(180deg,#765523fa,#4e3718fa)}.spellwords-auth-error{min-height:32px;margin:14px 0 0;color:#ffb3a8;font-size:12px;line-height:1.35}.spellwords-auth-panel button{cursor:pointer}.spellwords-auth-panel button:disabled,.spellwords-auth-panel input:disabled{cursor:not-allowed;opacity:.58}.spellwords-auth-panel.is-busy{cursor:progress}#app.battle-layout-editor-host{display:block;overflow:auto}body:has(#app.battle-layout-editor-host){display:block;overflow:auto}.battle-layout-editor{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;padding:16px;color:#d9e8f7;background:radial-gradient(circle at 18% 18%,rgba(54,118,180,.28),transparent 32%),radial-gradient(circle at 76% 12%,rgba(126,76,180,.18),transparent 30%),#06101c}.battle-layout-editor__workspace,.battle-layout-editor__panel{border:1px solid rgba(128,184,224,.28);border-radius:18px;background:#07121fd1;box-shadow:0 18px 50px #00000059}.battle-layout-editor__workspace{padding:18px}.battle-layout-editor__panel{display:flex;flex-direction:column;gap:12px;padding:16px;overflow:hidden}.battle-layout-editor__header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.battle-layout-editor__eyebrow{margin:0 0 4px;color:#89b6d9;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.battle-layout-editor h1,.battle-layout-editor h2{margin:0;color:#f2d99c;font-family:Georgia,Times New Roman,serif}.battle-layout-editor h1{font-size:26px}.battle-layout-editor h2{font-size:17px}.battle-layout-editor__actions{display:flex;gap:10px}.battle-layout-editor button{color:#f9e7bb;border:1px solid rgba(236,191,112,.72);border-radius:10px;background:linear-gradient(180deg,#304e69eb,#192a3ef0);font:inherit}.battle-layout-editor__actions button,.battle-layout-editor__inspector button{min-height:36px;padding:0 14px}.battle-layout-editor button:hover{border-color:#ffe096f5;filter:brightness(1.08)}.battle-layout-editor__canvas-shell{width:100%;overflow:auto;padding:12px;border-radius:16px;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),#020810c2;background-size:20px 20px}.battle-layout-editor__canvas{position:relative;width:844px;height:390px;max-width:none;border:1px solid rgba(131,190,235,.36);border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#10263feb,#060e1af5),radial-gradient(circle at 32% 52%,rgba(65,114,172,.35),transparent 36%);box-shadow:inset 0 0 0 1px #ffffff0d;touch-action:none}.battle-layout-editor__canvas:before{content:"844 × 390";position:absolute;right:10px;top:8px;color:#dcebff70;font:12px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.battle-layout-editor__canvas:after{content:"手机横版安全区";position:absolute;top:8px;right:8px;bottom:8px;left:8px;display:grid;place-items:center;pointer-events:none;color:#ffe6a56b;border:2px solid rgba(255,222,139,.62);border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff24}.battle-layout-editor__help{margin:12px 0 0;color:#9cb7cc;font-size:13px}.layout-editor-box{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:4px;cursor:move;color:#06101c;border:2px solid rgba(255,255,255,.74);border-radius:8px;background:var(--box-color);box-shadow:0 0 0 1px #00000061,0 8px 24px #00000042;font-weight:800;line-height:1.1;text-align:center;-webkit-user-select:none;user-select:none}.layout-editor-box.is-selected{z-index:20;outline:3px solid rgba(255,225,120,.92);outline-offset:2px}.layout-editor-box__label{max-width:100%;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.layout-editor-box__meta{opacity:.7;font:10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.layout-editor-box__handle{position:absolute;right:-4px;bottom:-4px;width:14px;height:14px;cursor:nwse-resize;border:1px solid rgba(4,15,26,.75);border-radius:4px;background:#ffe38d}.battle-layout-editor__list{display:grid;gap:8px;max-height:190px;overflow:auto;padding-right:4px}.layout-editor-list-item{display:grid;grid-template-columns:14px 1fr;gap:8px;align-items:center;min-height:32px;padding:0 10px;text-align:left}.layout-editor-list-item span{width:14px;height:14px;border:1px solid rgba(255,255,255,.7);border-radius:4px}.layout-editor-list-item.is-selected{background:linear-gradient(180deg,#7b5520f2,#483016f2)}.battle-layout-editor__inspector{display:grid;gap:10px;padding-top:4px}.battle-layout-editor__inspector label{display:grid;grid-template-columns:42px 1fr;gap:8px;align-items:center;color:#a9c1d3;font-size:13px}.battle-layout-editor__inspector input{width:100%;min-height:32px;color:#f4e6bf;border:1px solid rgba(128,184,224,.34);border-radius:8px;background:#02080fb8;padding:0 8px}.battle-layout-editor__inspector .danger{color:#ffe1dc;border-color:#ff7060bf;background:linear-gradient(180deg,#802e2df2,#461a1ff2)}.battle-layout-editor__export{flex:1;min-height:180px;resize:none;color:#d8edf9;border:1px solid rgba(128,184,224,.32);border-radius:12px;background:#02080fd1;padding:12px;font:11px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace}@media(max-width:980px){.battle-layout-editor{grid-template-columns:1fr}.battle-layout-editor__panel{min-height:480px}}
