:root{--navy:#17233d;--blue:#2e5ee5;--sky:#eef3ff;--line:#dfe4ec;--muted:#687386;--bg:#f5f7fa;--green:#16845b;--red:#c93e47;--amber:#d58718}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#1d2638;font-family:"Microsoft JhengHei","Noto Sans TC",Arial,sans-serif}.topbar{height:64px;padding:0 28px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px #14203a44}.topbar>div{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff;color:var(--blue);font-weight:900}.environment{font-size:12px;padding:4px 9px;border-radius:99px;background:#ffffff1c;color:#dce5ff}.user-box{font-size:13px}.user-box label{display:flex;align-items:center;gap:8px}.user-box input{width:120px;border:1px solid #ffffff44;border-radius:7px;background:#ffffff14;color:#fff;padding:7px 9px;outline:none}.sync{font-size:12px;color:#b7f3d8}.sync.saving{color:#ffe0a8}main{max-width:1500px;margin:auto;padding:24px}.summary{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.summary p{margin:0 0 5px;color:var(--blue);font-weight:700}.summary h1{font-size:25px;margin:0 0 5px}.summary span{color:var(--muted);font-size:14px}.metrics{display:flex;gap:10px}.metric{min-width:94px;padding:12px 16px;background:#fff;border:1px solid var(--line);border-radius:12px}.metric b{display:block;font-size:23px}.metric small{color:var(--muted)}.workspace{height:calc(100vh - 186px);min-height:560px;display:grid;grid-template-columns:370px 1fr;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 28px #22304c12}.sidebar{border-right:1px solid var(--line);display:flex;flex-direction:column;min-width:0}.filters{padding:16px;border-bottom:1px solid var(--line)}.filters input{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:8px;font-size:14px}.filters>div{display:flex;gap:7px;margin-top:10px}.filter{border:0;border-radius:7px;padding:7px 15px;background:#eef1f5;color:#465166;cursor:pointer}.filter.active{background:var(--navy);color:#fff}.record-list{overflow:auto}.record{display:grid;grid-template-columns:47px 1fr auto;gap:10px;padding:15px 16px;border-bottom:1px solid #edf0f4;cursor:pointer}.record:hover{background:#f8faff}.record.active{background:var(--sky);box-shadow:inset 3px 0 var(--blue)}.record .item{font-weight:800;color:var(--blue)}.record strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record small{display:block;color:var(--muted);margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge{align-self:start;padding:4px 8px;border-radius:99px;font-size:11px;font-weight:700;background:#f0f2f5;color:#687386}.badge.good{background:#e2f6ed;color:var(--green)}.badge.bad{background:#fde8e9;color:var(--red)}.badge.wait{background:#fff1d9;color:#9a5d00}.editor{overflow:auto;padding:0 26px 36px}.empty{height:100%;display:grid;place-items:center;color:#8b94a5}.editor-head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:20px 0 16px}.editor-head h2{margin:0 0 4px;font-size:20px}.editor-head p{margin:0;color:var(--muted);font-size:13px}.version{font-size:12px;color:var(--muted)}.section{margin-top:22px}.section-title{display:flex;align-items:center;gap:9px;margin-bottom:12px;font-weight:800}.section-title::before{content:"";width:4px;height:18px;border-radius:2px;background:var(--blue)}.grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:13px}.field{display:flex;flex-direction:column;gap:6px}.field.wide{grid-column:span 2}.field.full{grid-column:1/-1}.field label{font-size:12px;color:#657084;font-weight:700}.field input,.field select,.field textarea{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#263147;font:inherit;font-size:14px;outline:none;transition:.15s}.field textarea{min-height:82px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2e5ee51a}.history{margin-top:26px;border-top:1px solid var(--line);padding-top:18px}.history-row{font-size:13px;padding:10px 0;border-bottom:1px dashed var(--line);color:#4f5a6e}.history-row b{color:#253149}.history-row time{float:right;color:#8b94a5}#toast{position:fixed;right:24px;bottom:24px;max-width:360px;padding:12px 16px;background:var(--navy);color:#fff;border-radius:9px;box-shadow:0 10px 30px #17233d44;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:none}@media(max-width:900px){main{padding:14px}.summary{align-items:start;gap:15px}.metrics{display:none}.workspace{grid-template-columns:300px 1fr;height:calc(100vh - 150px)}.grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.topbar{padding:0 14px}.environment,.sync{display:none}}@media(max-width:650px){.workspace{display:block;height:auto}.sidebar{height:340px;border-right:0;border-bottom:1px solid var(--line)}.editor{min-height:600px}.user-box label{font-size:0}.summary h1{font-size:20px}.grid{grid-template-columns:1fr}.field.wide{grid-column:span 1}}
