:root{--color-bg: #F7F9FC;--color-surface: #FFFFFF;--color-surface-2: #F1F5F9;--color-text: #111827;--color-text-muted: #4B5563;--color-border: #E5E7EB;--color-primary: #0B1F3B;--color-primary-contrast: #FFFFFF;--color-info: #14B8A6;--color-insight: #4F46E5;--color-success: #16A34A;--color-warning: #F59E0B;--color-danger: #DC2626;--radius: 12px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .08);--shadow-md: 0 8px 20px rgba(15, 23, 42, .1)}.ui-page{padding:24px;color:var(--color-text)}.ui-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.ui-page-header__titles{min-width:0}.ui-page-header__title{margin:0;font-size:32px;font-weight:700;line-height:1.15}.ui-page-header__subtitle{margin:8px 0 0;color:var(--color-text-muted);font-size:14px}.ui-page-header__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ui-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ui-card__header{padding:16px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:12px}.ui-card__title{margin:0;font-size:20px;font-weight:600;line-height:1.2}.ui-card__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ui-card__content{padding:16px}.ui-section{margin-bottom:16px}.ui-button{appearance:none;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:var(--radius);padding:8px 12px;font-size:14px;line-height:1;cursor:pointer;box-shadow:var(--shadow-sm)}.ui-button:hover{background:var(--color-surface-2)}.ui-button:disabled{opacity:.6;cursor:not-allowed}.ui-button--primary{background:var(--color-primary);color:var(--color-primary-contrast);border-color:var(--color-primary)}.ui-button--primary:hover{filter:brightness(1.05)}.ui-button--secondary{background:var(--color-surface)}.ui-button--ghost{background:transparent;box-shadow:none}.ui-button--ghost:hover{background:var(--color-surface-2)}.ui-field{display:flex;flex-direction:column;gap:6px}.ui-field__label,.ui-field__hint{font-size:12px;color:var(--color-text-muted)}.ui-field__error{font-size:12px;color:var(--color-danger)}.ui-input,.ui-select{border:1px solid var(--color-border);border-radius:var(--radius);padding:8px 12px;font-size:14px;color:var(--color-text);background:var(--color-surface)}.ui-input:focus,.ui-select:focus{outline:2px solid var(--color-info);outline-offset:1px;border-color:var(--color-info)}.ui-input[aria-invalid=true],.ui-select[aria-invalid=true]{border-color:var(--color-danger)}.ui-banner{border:1px solid var(--color-border);border-left-width:4px;border-radius:var(--radius);padding:12px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.ui-banner__title{margin:0 0 4px;font-size:14px;font-weight:600}.ui-banner__body{margin:0;font-size:14px;color:var(--color-text)}.ui-banner--info{border-left-color:var(--color-info)}.ui-banner--warn{border-left-color:var(--color-warning)}.ui-banner--error{border-left-color:var(--color-danger)}.ui-table-wrap{overflow-x:auto}.ui-table{width:100%;border-collapse:collapse;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.ui-table th{text-align:left;font-size:12px;color:var(--color-text-muted);font-weight:600;background:var(--color-surface-2);padding:12px;border-bottom:1px solid var(--color-border)}.ui-table td{padding:12px;border-bottom:1px solid var(--color-border);font-size:14px;color:var(--color-text)}.ui-table tr:last-child td{border-bottom:none}.ui-table td[data-align=right],.ui-table th[data-align=right]{text-align:right;font-variant-numeric:tabular-nums}.ui-table td[data-align=center],.ui-table th[data-align=center]{text-align:center}.ui-table__empty{padding:16px;color:var(--color-text-muted);font-size:14px}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}html,body,#root{height:100%;width:100%}body{margin:0;display:block}#root{max-width:none;margin:0;padding:0;text-align:left}.shell-app{height:100vh;display:flex;flex-direction:column;background:var(--color-bg);color:var(--color-text)}.shell-header{height:56px;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;gap:12px}.shell-header__left,.shell-header__right{display:flex;align-items:center;gap:12px;min-width:0}.shell-header__right{justify-content:flex-end}.shell-header__center{text-align:center;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw}.shell-brand{border:none;background:transparent;font-weight:800;letter-spacing:.4px;color:var(--color-primary);cursor:pointer;padding:6px 8px;border-radius:var(--radius)}.shell-brand:hover{background:var(--color-surface-2)}.shell-module-pill{font-size:12px;color:var(--color-text-muted);background:var(--color-surface-2);border:1px solid var(--color-border);padding:6px 10px;border-radius:var(--radius);white-space:nowrap}.shell-lang{display:inline-flex;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-sm)}.shell-lang button{border:none;background:transparent;padding:6px 10px;font-size:12px;cursor:pointer;color:var(--color-text-muted)}.shell-lang button[aria-pressed=true]{background:var(--color-primary);color:var(--color-primary-contrast)}.shell-lang button:focus-visible,.shell-brand:focus-visible,.shell-user:focus-visible,.shell-l1-item:focus-visible,.shell-l2-item:focus-visible{outline:2px solid var(--color-info);outline-offset:2px}.shell-ai-status{height:32px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;font-size:12px;color:var(--color-text-muted);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);white-space:nowrap}.shell-ai-status__text{color:var(--color-text)}.shell-ai-status__mode{color:var(--color-text-muted)}.shell-dot{width:8px;height:8px;border-radius:999px}.shell-dot--on{background:var(--color-success)}.shell-dot--off{background:var(--color-danger)}.shell-topbtn{height:32px;padding:6px 10px;font-size:12px}.shell-user{border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:6px 10px;cursor:pointer;display:flex;flex-direction:column;gap:2px;min-width:0}.shell-user:hover{background:var(--color-surface-2)}.shell-user__name{font-size:12px;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.shell-user__role{font-size:12px;color:var(--color-text-muted);white-space:nowrap}.shell-body{flex:1;min-height:0;display:grid;grid-template-columns:180px 240px 1fr 0px;overflow:hidden}.shell-body[data-ai-open=true]{grid-template-columns:180px 240px 1fr 360px}.shell-nav{display:contents}.shell-nav-l1{background:var(--color-surface);border-right:1px solid var(--color-border);padding:8px;display:flex;flex-direction:column;gap:8px;align-items:stretch}.shell-l1-item{width:100%;height:64px;border-radius:var(--radius);border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);cursor:pointer;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:flex-start;padding:8px 12px}.shell-l1-text{font-weight:700;font-size:14px;line-height:1.15;text-align:left;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.shell-l1-item:hover{background:var(--color-surface-2)}.shell-l1-item.is-active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-contrast)}.shell-l1-item:disabled{opacity:.45;cursor:not-allowed}.shell-l1-abbr{font-weight:800;letter-spacing:.6px;font-size:12px}.shell-nav-l2{background:var(--color-surface);border-right:1px solid var(--color-border);padding:12px;overflow-y:auto;min-width:0}.shell-l2-title{font-size:12px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:12px}.shell-l2-list{display:flex;flex-direction:column;gap:8px}.shell-l2-item{text-align:left;width:100%;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);box-shadow:var(--shadow-sm);padding:10px 12px;color:var(--color-text);cursor:pointer}.shell-l2-item:hover{background:var(--color-surface-2)}.shell-l2-item.is-active{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.shell-canvas{background:var(--color-bg);overflow:auto;min-width:0;min-height:0;scrollbar-gutter:stable}.shell-ai{background:var(--color-surface);border-left:1px solid var(--color-border);overflow:hidden;min-height:0}.shell-body[data-ai-open=false] .shell-ai{border-left:none}.shell-ai__inner{height:100%;width:360px;display:flex;flex-direction:column}.shell-ai__header{padding:12px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:8px}.shell-ai__title{font-weight:700;color:var(--color-text)}.shell-ai__content{padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.shell-ai__section{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface-2);padding:12px}.shell-ai__section-title{font-size:12px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.shell-ai__kv{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid var(--color-border)}.shell-ai__kv:last-child{border-bottom:none}.shell-ai__k{font-size:12px;color:var(--color-text-muted)}.shell-ai__v{font-size:12px;font-weight:600;color:var(--color-text);text-align:right}.shell-ai__list{margin:0;padding-left:18px;color:var(--color-text);font-size:14px}.shell-ai__empty{color:var(--color-text-muted);font-size:14px;padding:8px 0 0}.shell-l2-item:disabled{cursor:not-allowed;color:var(--color-text-muted);background:transparent;opacity:.85}
