@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Noto+Sans+SC:wght@400;500;700&display=swap";:root{font-family:Noto Sans SC,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}body{margin:0;min-width:320px;min-height:100vh;background:#f8fafc}h1{font-size:3.2em;line-height:1.1}button{font-family:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafce6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand{display:flex;flex-direction:column;gap:2px}.title{font-size:16px;font-weight:700;letter-spacing:.3px}.subtitle{font-size:12px;color:#64748b}.stats{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.stat{padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;min-width:92px}.statLabel{font-size:11px;color:#64748b}.statValue{font-size:14px;font-weight:700}.controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.seg{display:inline-flex;gap:8px}.btn{border-radius:10px;border:1px solid #e2e8f0;padding:10px 12px;font-size:13px;font-weight:600;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.btnOption{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%;flex-wrap:wrap}.btnOptionLabel{text-align:left;min-width:0}.btnOptionEffect{flex:0 0 auto;font-size:12px;font-weight:500;color:#64748b;text-align:right;white-space:normal}.btn:hover{border-color:#93c5fd;background:#f8fafc;box-shadow:0 1px 2px #0f172a0f}.btn:active{transform:translateY(.5px)}.btnActive{border-color:#60a5fa;background:#3b82f61f}.content{flex:1;display:grid;grid-template-columns:1.25fr .9fr;gap:16px;padding:16px;width:100%;max-width:1200px;margin:0 auto;align-items:start}.main{display:flex;flex-direction:column;gap:16px}.panel,.log{border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0f;overflow:hidden;min-height:340px}.panelHeader{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.panelBody{padding:14px}.panelTitle{font-size:14px;font-weight:700}.panelHint{font-size:12px;color:#64748b}.grid{padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.cardGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cardButton{text-align:left;border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:14px;cursor:pointer}.cardButton:hover{border-color:#93c5fd;box-shadow:0 1px 2px #0f172a0f}.cardButtonDisabled{opacity:.55;cursor:not-allowed}.cardButtonTitle{font-size:14px;font-weight:800;margin-bottom:8px}.cardButtonMeta{font-size:12px;color:#64748b}.chipRow{margin-top:10px}.chip{display:inline-block;padding:4px 8px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:12px;color:#475569}.chipDone{border-color:#22c55e66;background:#22c55e1f}.eventDesc{font-size:14px;color:#0f172a;margin-bottom:12px}.kv{display:grid;gap:10px;margin-bottom:12px}.kvRow{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.kvKey{font-size:12px;color:#64748b}.kvVal{font-size:13px;font-weight:800}.meter{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:6px}.meterFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2563eb)}.card{border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:14px}.cardTitle{font-size:13px;font-weight:700;margin-bottom:10px}.actions{display:flex;flex-wrap:wrap;gap:10px}.smallNote{margin-top:10px;font-size:12px;color:#64748b}.logList{height:100%;max-height:calc(100vh - 120px);overflow:auto;padding:10px 12px}.logLine{padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.35}.logLine+.logLine{margin-top:8px}@media(max-width:900px){.content,.grid,.cardGrid{grid-template-columns:1fr}.logList{max-height:45vh}}
