#root{width:100%;min-height:100vh}.app-shell{min-height:100vh;background:#111827}.app-shell__sider{background:#1f2937!important;border-right:1px solid rgba(75,85,99,.4);padding:0}.app-shell__brand{height:64px;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid rgba(75,85,99,.4)}.app-shell__brand-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;background:#10b9811f;color:#10b981;font-size:16px;font-weight:700;box-shadow:inset 0 0 0 1px #10b9813d}.app-shell__brand-title{font-size:18px;font-weight:700;color:#10b981}.app-shell__brand-subtitle{font-size:12px;color:#a7f3d0}.app-shell__account-block{padding:16px;border-bottom:1px solid rgba(75,85,99,.4)}.app-shell__account-label{margin-bottom:8px;font-size:12px;color:#bfdbfeb3}.app-shell__account-loading{height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#1f2937}.app-shell__account-manage{margin-top:10px;display:inline-flex;align-items:center;gap:6px;color:#10b981;font-size:13px}.app-shell__account-list{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.app-shell__account-empty{padding:12px;border-radius:12px;background:#1f2937;color:#9ca3af;font-size:13px}.app-shell__account-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#374151;border:1px solid rgba(75,85,99,.3);border-radius:12px;cursor:pointer;text-align:left;color:#f3f4f6;transition:all .18s ease}.app-shell__account-item:hover{border-color:#10b98138;background:#4b5563}.app-shell__account-item.is-active{border-color:#10b98147;background:#374151;box-shadow:inset 0 0 0 1px #10b9811a}.app-shell__account-item-text{min-width:0;flex:1;display:flex;flex-direction:column}.app-shell__account-item-text strong,.app-shell__account-item-text span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell__account-item-text span{font-size:12px;color:#9ca3af}.app-shell__menu{padding:12px;background:transparent!important;border-inline-end:none!important}.app-shell__menu .ant-menu-item{height:44px;margin:0 0 6px;border-radius:10px;color:#cbd5e1}.app-shell__menu .ant-menu-item-selected{background:#374151!important;color:#10b981!important;box-shadow:inset 0 0 0 1px #10b98129}.app-shell__menu .ant-menu-item:hover{color:#f9fafb!important;background:#374151!important}.app-shell__footer{margin-top:auto;padding:16px;display:flex;align-items:flex-start;gap:8px;border-top:1px solid rgba(75,85,99,.4);background:#0c131f47}.app-shell__status-dot{width:8px;height:8px;border-radius:999px;background:#10b981;margin-top:4px}.app-shell__status-dot.is-busy{background:#06b6d4}.app-shell__footer-text{min-width:0;display:flex;flex-direction:column;color:#9ca3af;font-size:12px}.app-shell__footer-text strong{color:#f9fafb;font-size:13px}.app-shell__main{background:linear-gradient(180deg,#111827,#111827)}.app-shell__content{height:100vh;overflow-y:auto;padding:24px}.page-shell{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.page-header__eyebrow{color:#10b981;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.page-title{margin:6px 0 0;color:#f9fafb;font-size:28px;font-weight:700}.page-description{margin:8px 0 0;max-width:760px;color:#9ca3af;font-size:14px;line-height:1.7}.page-header__actions{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 992px){.app-shell__content{padding:16px}}@media (max-width: 768px){.page-header{flex-direction:column}}:root{--primary-color: #10b981;--success-color: #22c55e;--warning-color: #f59e0b;--error-color: #f87171;--bg-dark: #111827;--bg-panel: #1f2937;--bg-card: #1f2937;--bg-card-soft: rgba(31, 41, 55, .86);--text-primary: rgba(248, 250, 252, .95);--text-secondary: rgba(203, 213, 225, .72);--border-color: rgba(148, 163, 184, .16);--shadow-soft: 0 18px 45px rgba(2, 6, 23, .32);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#111827;color:var(--text-primary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1118274d}::-webkit-scrollbar-thumb{background:#64748ba6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8c7}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.fade-in{animation:fadeIn .5s ease-out}.slide-in{animation:slideIn .3s ease-out}.glass-card{background:var(--bg-card-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:18px;box-shadow:var(--shadow-soft)}.gradient-bg{background:linear-gradient(135deg,#10b981,#059669)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.status-dot.idle{background:#52c41a}.status-dot.executing{background:#10b981;animation:pulse 2s infinite}.status-dot.error{background:#ff4d4f}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
