:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#18211e;background:#ebe7dc;font-synthesis:none;text-rendering:optimizeLegibility;--green: #173f35;--green-2: #0e5a48;--red: #9e2d26;--gold: #d2a447;--paper: #fbfaf6;--line: #d9d4c7}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{letter-spacing:0}button:focus-visible,input:focus-visible{outline:3px solid rgba(210,164,71,.65);outline-offset:2px}.app-shell{min-height:100vh;background:linear-gradient(180deg,#f7f4ec 0,#ece8de)}.topbar{height:72px;padding:0 max(18px,env(safe-area-inset-left));display:flex;align-items:center;justify-content:space-between;background:#fbfaf6;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:11px;min-width:0}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#f8e0a7;border:2px solid #c99b43;font:700 24px serif;flex:0 0 auto}.brand h1{margin:0;font-size:19px;letter-spacing:0}.brand p{margin:3px 0 0;font-size:11px;color:#68716e}.top-actions{display:flex;gap:4px}.icon-button{width:40px;height:40px;display:grid;place-items:center;border:0;background:transparent;color:#39423f;cursor:pointer;border-radius:6px}.icon-button:hover{background:#eceae3}.icon-button:disabled{opacity:.28;cursor:default}.icon-button svg{width:20px;height:20px}main{max-width:1280px;margin:0 auto;padding:0 22px 34px}.status-band{min-height:76px;display:flex;align-items:center;gap:0;background:var(--green);color:#fff;margin:20px 0;border-radius:7px;overflow:hidden;box-shadow:0 8px 26px #173f3521}.stat{min-width:118px;padding:12px 24px;border-right:1px solid rgba(255,255,255,.13)}.stat small,.skill-state small{display:block;color:#ffffff9e;font-size:11px;margin-bottom:4px}.stat strong{font-size:20px}.skill-state{margin-left:auto;align-self:stretch;min-width:190px;border:0;padding:0 22px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:left;background:#ffffff14;color:#fff;cursor:pointer}.skill-state svg{width:22px}.skill-state span{font-weight:700}.skill-state.armed{background:#84631f}.skill-state.spent{opacity:.72}.workspace{display:grid;grid-template-columns:minmax(430px,650px) minmax(340px,1fr);gap:28px;align-items:start}.board-column,.decision-column{min-width:0}.phase-heading,.analysis-title,.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.phase-heading h2,.analysis-title h2,.modal h2{margin:2px 0 0;font-size:21px;letter-spacing:0}.eyebrow{color:#7b817e;font-size:11px;font-weight:700;text-transform:uppercase}.text-action{height:36px;border:0;background:transparent;color:var(--green-2);display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:700;border-radius:5px;padding:0 8px}.text-action:hover,.text-action.active{background:#dce9e4}.text-action svg{width:17px}.board-wrap{position:relative;padding:0 20px 6px 25px}.board-coordinates{display:grid;grid-template-columns:repeat(8,1fr);color:#786b56;font:600 10px ui-monospace,monospace;padding:0 0 5px}.board-coordinates span{text-align:center}.board{position:relative;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(9,1fr);width:100%;aspect-ratio:8 / 9;background:#d8b878;box-shadow:inset 0 0 0 3px #fff3,0 9px 25px #4d3a1e2e;overflow:visible}.board-lines{position:absolute;z-index:1;left:6.25%;top:calc(100% / 18);width:87.5%;height:calc(100% * 8 / 9);pointer-events:none;overflow:visible}.board-lines line{stroke:#493418d1;stroke-width:1.25;vector-effect:non-scaling-stroke}.cell{position:relative;padding:0;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;z-index:3}.cell:hover{background:#ffffff2e}.cell.origin{background:#0e5a4833}.cell.destination{background:#ffd34d80}.row-label{position:absolute;left:-23px;top:50%;transform:translateY(-50%);color:#786b56;font:600 10px ui-monospace,monospace;pointer-events:none}.piece{width:clamp(30px,72%,48px);aspect-ratio:1;display:grid;place-items:center;border-radius:50%;font:700 clamp(17px,3.3vw,25px) serif;box-shadow:0 3px 5px #2b1f0f40;transition:transform .12s ease;z-index:5}.piece.player{color:#fff9e9;background:var(--green);border:3px double #e6c678}.piece.enemy{color:var(--red);background:#f6dfb1;border:3px double var(--red)}.piece.selected{box-shadow:0 0 0 4px #ffcf52,0 4px 8px #2b1f0f47;transform:scale(1.08)}.river{position:absolute;z-index:2;top:calc(100% * 7 / 18);left:6.25%;width:87.5%;height:calc(100% / 9);display:flex;align-items:center;justify-content:space-around;color:#594625;font:700 clamp(13px,2.3vw,22px) serif;pointer-events:none}.move-arrow{position:absolute;inset:0;width:100%;height:100%;z-index:7;pointer-events:none;overflow:visible}.move-arrow line{stroke:var(--green-2);stroke-width:1.2;vector-effect:non-scaling-stroke;stroke-linecap:round}.palette{display:flex;align-items:center;gap:7px;margin:14px 0 10px;padding:10px;border:1px solid var(--line);background:#ffffff8c;overflow-x:auto}.tool-button{height:46px;min-width:52px;border:1px solid transparent;background:transparent;color:#4d5653;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer}.tool-button svg{width:17px}.tool-button span{font-size:10px}.tool-button.active{background:#dce9e4;color:var(--green);border-color:#9dbeb4}.palette-piece{width:40px;height:40px;flex:0 0 40px;border-radius:50%;cursor:pointer;font:700 19px serif}.palette-piece.player{background:var(--green);color:#fff;border:2px solid #cda34c}.palette-piece.enemy{background:#f7e2bb;color:var(--red);border:2px solid var(--red)}.palette-piece.active{box-shadow:0 0 0 3px #efc34d;transform:translateY(-1px)}.notice{min-height:38px;display:flex;align-items:center;gap:8px;color:#5a625f;font-size:12px}.notice svg{width:16px;color:var(--green-2);flex:0 0 auto}.decision-column{position:sticky;top:92px}.workflow{background:var(--paper);border:1px solid var(--line);padding:18px}.workflow-head{display:flex;align-items:flex-start;gap:11px}.workflow-head strong{font-size:16px}.workflow-head p{margin:5px 0 15px;color:#6c7471;font-size:12px;line-height:1.55}.phase-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;background:var(--gold);flex:0 0 auto}.phase-dot.enemy{background:#b14439}.phase-dot.spawn{background:#246d9a}.phase-dot.game_over{background:#282e2c}.primary-button,.secondary-button{width:100%;min-height:46px;border-radius:5px;border:1px solid var(--green);padding:9px 14px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.primary-button{background:var(--green);color:#fff}.primary-button:hover{background:#0f332b}.primary-button:disabled{opacity:.7;cursor:wait}.secondary-button{background:#fff;color:var(--green)}.primary-button svg{width:18px}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analysis-panel{margin-top:18px}.analysis-title{padding:0 2px}.depth{font-size:11px;color:#707976}.candidate-list{display:grid;gap:9px}.candidate{width:100%;display:grid;grid-template-columns:30px 1fr 20px;gap:10px;align-items:center;text-align:left;padding:14px 10px;border:1px solid var(--line);background:#ffffffa6;cursor:pointer;border-radius:5px;color:inherit}.candidate:hover{border-color:#9fb9b1;background:#fff}.candidate.selected{border:2px solid var(--green-2);padding:13px 9px;background:#f7fbf9}.rank{width:27px;height:27px;display:grid;place-items:center;background:#e7e5dd;color:#505956;font-weight:800;font-size:12px;border-radius:50%}.candidate.selected .rank{background:var(--green);color:#fff}.candidate-main{min-width:0}.candidate-top{display:flex;align-items:center;gap:8px;justify-content:space-between}.candidate-top strong{font-size:15px}.candidate-main p{margin:5px 0 9px;color:#616a67;font-size:12px;line-height:1.45}.safety{display:flex;align-items:center;gap:3px;white-space:nowrap;font-size:10px;font-weight:700}.safety svg{width:14px;height:14px}.safety.safe{color:var(--green-2)}.safety.warning{color:#c2750f}.safety.risky{color:#ad342c}.candidate-meta{display:flex;flex-wrap:wrap;gap:5px 13px;color:#747c79;font-size:10px}.candidate-meta b{color:#8c5b00}.candidate-chevron{width:17px;color:#8b928f}.empty-analysis{margin-top:18px;min-height:210px;border:1px dashed #b8b6ad;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;color:#727976}.empty-analysis svg{width:34px;height:34px;color:var(--green-2)}.empty-analysis h3{margin:13px 0 5px;color:#303936;font-size:16px}.empty-analysis p{margin:0;max-width:310px;font-size:12px;line-height:1.65}footer{text-align:center;border-top:1px solid var(--line);color:#7b817f;font-size:11px;padding:20px}.modal-backdrop{position:fixed;inset:0;z-index:50;background:#0d181594;display:grid;place-items:center;padding:18px}.modal{width:min(520px,100%);max-height:92vh;overflow:auto;background:var(--paper);border-radius:7px;padding:22px;box-shadow:0 26px 80px #00000040}.score-grid{display:grid;gap:8px;margin:18px 0}.score-grid label{display:grid;grid-template-columns:34px 1fr 100px;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #e2dfd7;font-size:13px}.score-grid input{width:100%;height:38px;border:1px solid #c7c5bd;border-radius:4px;padding:0 9px;text-align:right;background:#fff}.mini-piece{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--red);color:var(--red);background:#f7e2bb;font:700 16px serif}@media(max-width:900px){main{padding-inline:12px}.status-band{margin:12px 0 16px;min-height:68px;overflow-x:auto}.stat{min-width:92px;padding:10px 15px}.stat strong{font-size:17px}.skill-state{min-width:165px;padding:0 14px}.workspace{grid-template-columns:1fr;gap:14px}.decision-column{position:static}.board-column{max-width:680px;width:100%;margin:0 auto}}@media(max-width:560px){.topbar{height:62px;padding-inline:10px}.brand-mark{width:36px;height:36px;font-size:21px}.brand h1{font-size:16px}.brand p{display:none}.top-actions{gap:0}.icon-button{width:34px;height:38px}.status-band{border-radius:0;margin-inline:-12px;box-shadow:none}.stat{min-width:79px;padding-inline:11px}.stat:nth-of-type(4){display:none}.skill-state{min-width:146px;font-size:12px}.board-wrap{padding-inline:19px 5px}.row-label{left:-18px}.piece{width:76%;font-size:clamp(15px,5.2vw,22px);border-width:2px}.phase-heading h2,.analysis-title h2{font-size:18px}.palette{margin-inline:-2px;padding:8px 6px;gap:5px}.palette-piece{width:37px;height:37px;flex-basis:37px}.candidate-top{align-items:flex-start;flex-direction:column;gap:4px}.candidate{grid-template-columns:28px 1fr 15px}.workflow{padding:15px}}
