:root{color-scheme:light;font-family:Inter,Segoe UI,Noto Sans TC,Arial,sans-serif;background:#f4f6f3;color:#1d2520;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:wait;opacity:.7}.loginShell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(120deg,rgba(25,117,90,.18),transparent 42%),linear-gradient(310deg,rgba(200,76,47,.12),transparent 45%),#f4f6f3}.loginPanel{width:min(440px,100%);background:#fff;border:1px solid #dfe6df;border-radius:8px;padding:28px;box-shadow:0 18px 55px #232c261f}.loginTop,.topBar,.toolbar,.panelTitle,.editorActions,.copyField{display:flex;align-items:center}.loginTop,.topBar,.panelTitle,.editorActions{justify-content:space-between;gap:16px}.brandMark{width:52px;height:52px;border-radius:8px;display:grid;place-items:center;color:#fff;background:#1f7a5a}h1,h2,h3,p{margin:0}.loginPanel h1{margin:28px 0 20px;font-size:30px;line-height:1.12}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;margin-bottom:18px;border-radius:8px;background:#eef2ee}.segmented button,.iconText,.iconOnly,.primary,.status,.navItem{min-height:38px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#22312a;background:transparent}.segmented button.active,.iconText,.iconOnly{background:#fff;border:1px solid #dce4dc}label{display:grid;gap:7px;margin-top:14px;font-size:13px;font-weight:700;color:#516057}input,select,textarea{width:100%;border:1px solid #d5ddd5;border-radius:7px;background:#fff;color:#1d2520;outline:none}input,select{height:42px;padding:0 12px}textarea{min-height:240px;resize:vertical;padding:12px;line-height:1.5}input:focus,select:focus,textarea:focus{border-color:#1f7a5a;box-shadow:0 0 0 3px #1f7a5a24}.primary{width:100%;margin-top:18px;min-height:44px;color:#fff;background:#1f7a5a;font-weight:800}.error{margin-top:12px;color:#b53325;font-size:13px;font-weight:700}.banner{padding:10px 12px;border:1px solid #f0c7c0;border-radius:7px;background:#fff5f3}.loading{min-height:100vh;display:grid;place-items:center;font-weight:800}.appShell{min-height:100vh;padding:22px}.topBar{min-height:78px;padding:0 4px 18px}.topBar h1{font-size:26px;line-height:1.2}.eyebrow{margin-bottom:4px;color:#65736a;font-size:12px;font-weight:800;text-transform:uppercase}.toolbar{gap:10px;flex-wrap:wrap;justify-content:flex-end}.iconText{padding:0 12px;font-weight:800}.iconOnly{width:38px;flex:0 0 38px}.danger{color:#b53325}.workspaceLayout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px}.sidebar,.panel,.templateList,.editor{background:#fff;border:1px solid #dfe6df;border-radius:8px;box-shadow:0 12px 32px #232c2612}.sidebar{min-height:calc(100vh - 122px);padding:16px}.panelTitle{min-height:40px;margin-bottom:12px}.panelTitle h2{font-size:17px}.navItem{width:100%;justify-content:flex-start;padding:0 11px;margin:3px 0;font-weight:800}.navItem.active{color:#14533d;background:#dceee6}.quickCreate{padding:10px;margin-bottom:10px;border:1px solid #e3e9e3;border-radius:8px;background:#fbfcfb}.quickCreate label{margin:0}.quickCreateRow{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:8px}.quickCreateRow input{min-width:0}.navItem.compact{min-height:34px;padding-left:16px;font-size:13px}.navItem.add{color:#496057;border:1px dashed #c9d4cc}.subNav{margin:0 0 8px 24px}.content{min-width:0}.searchBar{height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;margin-bottom:14px;background:#fff;border:1px solid #dfe6df;border-radius:8px}.searchBar input{border:0;height:44px;padding:0}.searchBar input:focus{box-shadow:none}.toast{position:fixed;top:18px;left:50%;transform:translate(-50%);z-index:5;padding:9px 14px;color:#fff;background:#1f7a5a;border-radius:7px;font-weight:800}.mainGrid{display:grid;grid-template-columns:minmax(290px,.85fr) minmax(360px,1.15fr);gap:18px;align-items:start}.templateList,.editor,.panel{padding:16px}.templateCard{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:13px;margin-bottom:10px;border:1px solid #dfe6df;border-radius:8px;cursor:pointer;background:#fbfcfb}.templateCard.active{border-color:#1f7a5a;background:#eef8f3}.templateCard h3,.templateCard p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templateCard h3{font-size:15px}.templateCard p{margin-top:4px;color:#66736a;font-size:13px}.templateCard span{align-self:start;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 8px;color:#14533d;background:#dceee6;border-radius:7px;font-size:12px;font-weight:800}.empty{padding:26px 0;color:#66736a;text-align:center}.copyField{gap:8px}.editorActions{margin-top:16px}.editorActions .primary{width:auto;min-width:140px;margin:0;padding:0 18px}.adminGrid{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:18px}.workspaceRow{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid #dfe6df;border-radius:8px;margin-bottom:10px}.workspaceRow div{display:grid;gap:3px}.workspaceRow span{color:#66736a;font-size:13px}.status{min-width:82px;padding:0 12px;color:#7d3128;background:#ffe7e2;font-weight:800}.status.on{color:#14533d;background:#dceee6}@media(max-width:980px){.workspaceLayout,.mainGrid,.adminGrid{grid-template-columns:1fr}.sidebar{min-height:auto}}@media(max-width:620px){.appShell{padding:14px}.topBar{align-items:flex-start;flex-direction:column}.toolbar,.editorActions{width:100%}.toolbar .iconText,.editorActions .iconText,.editorActions .primary{flex:1}.templateCard{grid-template-columns:1fr}.templateCard span{max-width:100%}.loginPanel{padding:22px}}
