:root{--bg-page: #f4f3ef;--bg-surface: #ffffff;--bg-surface-alt: #f0efe9;--bg-input: #ffffff;--border: #e5e4de;--border-strong: #d3d1c7;--border-subtle: #f0efe9;--text-primary: #1a1a18;--text-secondary: #6b6966;--text-muted: #888780;--accent: #534AB7;--accent-hover: #453d9e;--accent-active: #3c3489;--accent-tint: #eeedfe;--accent-tint-text: #3c3489;--on-accent: #ffffff;--success: #1d9e75;--success-tint: #e3f5ee;--danger: #dc2626;--danger-tint: #fdecec;--warning: #f5a623;--warning-tint: #fef6e7;--shadow-sm: 0 2px 8px rgba(26,26,24,.08);--shadow-md: 0 12px 40px rgba(26,26,24,.14)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;font-weight:500;line-height:1.3}p{margin:0;line-height:1.6}a{color:var(--accent)}code{font-family:SF Mono,Fira Code,monospace;font-size:.88em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.em-dropdown{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-md);overflow:hidden;max-width:360px}.em-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:13px;color:var(--text-primary);transition:background .1s}.em-item:hover,.em-item.em-active{background:var(--accent-tint)}.em-icon{font-size:14px;flex-shrink:0}.em-name{font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.em-tag{font-family:SF Mono,Fira Code,monospace;font-size:11px;color:var(--accent-tint-text);background:var(--accent-tint);padding:1px 5px;border-radius:4px;white-space:nowrap}.em-type{font-size:11px;color:var(--text-muted);text-transform:capitalize;flex-shrink:0}.ts-dropdown{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-md);overflow:hidden}.ts-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:13px;color:var(--text-primary);transition:background .1s}.ts-item:hover,.ts-item.ts-active{background:var(--accent-tint)}.ts-tag-icon{font-size:13px;flex-shrink:0}.ts-name{font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-label{font-family:SF Mono,Fira Code,monospace;font-size:12px;color:var(--accent-tint-text);background:var(--accent-tint);padding:1px 5px;border-radius:4px;white-space:nowrap}
