:root{--bg: #f4f5f6;--surface: #ffffff;--surface-2: #fafafa;--surface-3: #f0f1f2;--border: #e6e7e8;--border-strong: #d6d7d9;--text: #2b2c2d;--text-muted: #6b6d6f;--text-faint: #9a9c9f;--ink: #1a1a1a;--accent: #2f6fed;--accent-hover: #1e5fdb;--danger: #b3261e;--danger-bg: #fbeae8;--warn: #9a6b00;--warn-bg: #fdf3e0;--ok: #1f7a3d;--ok-bg: #e8f4ec;--info: #2f6fed;--info-bg: #e8f0fe;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 4px 20px rgba(0, 0, 0, .05);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .12);--sidebar-w: 248px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;color:var(--ink);font-weight:650;letter-spacing:-.01em}h1{font-size:20px}h2{font-size:16px}h3{font-size:14px}.app-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:#fff;color:var(--text);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;border-right:1px solid var(--border)}.sidebar__brand{padding:20px;border-bottom:1px solid var(--border)}.sidebar__brand-name{font-size:15px;font-weight:700;letter-spacing:.02em;color:var(--accent)}.sidebar__brand-sub{font-size:11px;color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.sidebar__nav{padding:12px 10px;display:flex;flex-direction:column;gap:2px;flex:1}.sidebar__link{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;color:#5f6368;font-size:13.5px;font-weight:500;transition:background .12s,color .12s}.sidebar__link:hover{background:#f1f3f4;color:var(--ink)}.sidebar__link.active{background:#e8f0fe;color:var(--accent);font-weight:600}.sidebar__footer{padding:16px 20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.sidebar__user{color:var(--ink);font-size:13px;font-weight:600}.sidebar__role{color:var(--text-faint);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:56px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:5}.content{padding:28px;max-width:1440px;width:100%;margin:0 auto}.center-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card__header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.card__body{padding:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--radius-sm);padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s,opacity .12s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--accent-hover)}.btn--ghost{background:var(--surface);border-color:var(--border-strong);color:var(--ink)}.btn--ghost:hover:not(:disabled){background:var(--surface-2)}.btn--danger{background:var(--danger);color:#fff}.btn--sm{padding:5px 10px;font-size:12px}.btn--block{width:100%}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.input,.select,.textarea{width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:8px 11px;font-size:13.5px;font-family:inherit;color:var(--text);background:var(--surface);transition:border-color .12s,box-shadow .12s}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px #1a1a1a14}.textarea{resize:vertical;min-height:80px}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;padding:10px 14px;border-bottom:1px solid var(--border);white-space:nowrap}.table td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr:hover{background:var(--surface-2)}.table tbody tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.01em;white-space:nowrap}.badge--neutral{background:var(--surface-3);color:var(--text-muted)}.badge--info{background:var(--info-bg);color:var(--info)}.badge--warn{background:var(--warn-bg);color:var(--warn)}.badge--ok{background:var(--ok-bg);color:var(--ok)}.badge--danger{background:var(--danger-bg);color:var(--danger)}.badge--ink{background:var(--ink);color:#fff}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.toolbar .input,.toolbar .select{width:auto;min-width:150px}.search-input{min-width:280px;flex:1}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1a1a1a,#000);padding:24px}.login-card{width:100%;max-width:400px;background:var(--surface);border-radius:14px;padding:36px 34px;box-shadow:var(--shadow-lg)}.login-card__brand{font-size:20px;font-weight:700;letter-spacing:.04em;color:var(--ink)}.login-card__sub{color:var(--text-muted);font-size:13px;margin:6px 0 26px}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--border);overflow-x:auto}.tab{padding:10px 16px;font-size:13px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap}.tab:hover{color:var(--ink)}.tab.active{color:var(--ink);border-bottom-color:var(--ink)}.timeline{display:flex;flex-direction:column;gap:14px}.timeline__item{display:flex;gap:12px}.timeline__marker{flex:0 0 9px;width:9px;height:9px;border-radius:50%;background:var(--ink);margin-top:6px}.timeline__body{flex:1;min-width:0}.timeline__meta{font-size:12px;color:var(--text-faint)}.tl-graph{width:100%;margin:4px 0 12px;overflow-x:auto}.tl-graph svg{display:block}.tl-legend{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--border)}.tl-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-faint)}.tl-legend__dot{width:9px;height:9px;border-radius:50%;display:inline-block}.tl-steps{display:flex;flex-direction:column}.tl-step{display:flex;gap:14px}.tl-step__rail{position:relative;flex:0 0 16px;display:flex;flex-direction:column;align-items:center}.tl-step__rail:before{content:"";position:absolute;top:18px;bottom:-6px;left:50%;width:2px;margin-left:-1px;background:var(--border)}.tl-step--last .tl-step__rail:before{display:none}.tl-step__dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--border);position:relative;z-index:1;margin-top:4px}.tl-step__content{flex:1;min-width:0;padding-bottom:18px}.tl-step--last .tl-step__content{padding-bottom:0}.tl-step__title{font-weight:600;font-size:13px;color:var(--ink)}.tl-step__text{font-size:13px;margin:2px 0;word-break:break-word}.tl-step__meta{font-size:12px;color:var(--text-faint)}.wf{display:flex;flex-direction:column}.wf-step{display:flex;gap:14px}.wf-rail{position:relative;flex:0 0 26px;display:flex;flex-direction:column;align-items:center}.wf-rail:before{content:"";position:absolute;top:28px;bottom:-4px;left:50%;width:2px;margin-left:-1px;background:var(--border)}.wf-step.is-last .wf-rail:before{display:none}.wf-dot{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-faint);background:var(--surface-3);border:2px solid var(--border);position:relative;z-index:1;flex:0 0 auto}.wf-step.is-done .wf-dot{background:var(--ok);color:#fff;border-color:var(--ok)}.wf-step.is-current .wf-dot{background:var(--info);color:#fff;border-color:var(--info)}.wf-content{flex:1;min-width:0;padding-bottom:20px}.wf-step.is-last .wf-content{padding-bottom:0}.wf-title{font-weight:600;font-size:14px;color:var(--ink)}.wf-step.is-done .wf-title{color:var(--text-muted)}.wf-desc{font-size:13px;color:var(--text-faint);margin-top:2px}.wf-meta{font-size:12px;color:var(--ok);margin-top:4px;font-weight:600}.cb{display:flex;margin:4px 0 24px}.cb-step{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.cb-step:not(:last-child):before{content:"";position:absolute;top:11px;left:calc(50% + 16px);width:calc(100% - 32px);height:2px;background:var(--border)}.cb-step.is-done:not(:last-child):before{background:var(--ok)}.cb-dot{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-faint);background:var(--surface-3);border:2px solid var(--border);position:relative;z-index:1}.cb-step.is-done .cb-dot{background:var(--ok);color:#fff;border-color:var(--ok)}.cb-step.is-current .cb-dot{background:var(--info);color:#fff;border-color:var(--info)}.cb-label{margin-top:6px;font-size:11px;color:var(--text-faint);text-align:center;line-height:1.2}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.kv{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid var(--border);font-size:13px}.kv:last-child{border-bottom:none}.kv__key{color:var(--text-muted)}.kv__value{font-weight:500;color:var(--ink);text-align:right}.muted{color:var(--text-muted)}.small{font-size:12px}.faint{color:var(--text-faint)}.bold{font-weight:650;color:var(--ink)}.mt{margin-top:12px}.mb{margin-bottom:12px}.flex{display:flex}.flex-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.gap{gap:10px}.wrap{flex-wrap:wrap}.flex-1{flex:1;min-width:0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.thumb{width:42px;height:42px;border-radius:6px;object-fit:cover;background:var(--surface-3)}.empty{text-align:center;color:var(--text-faint);padding:40px 20px}.alert{padding:10px 14px;border-radius:var(--radius-sm);font-size:13px}.alert--danger{background:var(--danger-bg);color:var(--danger)}.alert--ok{background:var(--ok-bg);color:var(--ok)}.alert--info{background:var(--info-bg);color:var(--info)}@media (max-width: 900px){.detail-grid{grid-template-columns:1fr}.sidebar{display:none}}.chat-shell{display:grid;grid-template-columns:320px 1fr;gap:16px;min-height:480px;align-items:start}.chat-list{border:1px solid var(--border);border-radius:10px;overflow:hidden;max-height:70vh;overflow-y:auto}.chat-row{display:block;width:100%;text-align:left;padding:12px 14px;background:var(--surface-1, #fff);border:0;border-bottom:1px solid var(--border);cursor:pointer;font-size:13px}.chat-row:hover,.chat-row.active{background:var(--surface-2, #f5f7fa)}.chat-row>div{margin-bottom:3px}.chat-thread{border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;max-height:72vh;overflow:hidden}.chat-thread__header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border)}.chat-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px}.chat-bubble{max-width:72%;padding:8px 12px;border-radius:12px;font-size:13px;white-space:pre-wrap;word-break:break-word}.chat-bubble.in{align-self:flex-start;background:var(--surface-3, #eef1f5);color:var(--ink);border-bottom-left-radius:4px}.chat-bubble.out{align-self:flex-end;background:var(--info, #2f6fed);color:#fff;border-bottom-right-radius:4px}.chat-bubble__meta{font-size:10px;opacity:.7;margin-top:3px}.chat-compose{border-top:1px solid var(--border);padding:12px 14px;display:flex;gap:10px;align-items:flex-end}.chat-compose textarea{flex:1}
