:root{--color-background-primary:#fdfdfb;--color-background-secondary:#f4f4ef;--color-background-tertiary:#ebebe4;--color-border-secondary:#c9c9bf;--color-border-tertiary:#e0e0d8;--color-text-primary:#1f2421;--color-text-secondary:#5c6b68;--color-text-tertiary:#98a29f;--font-sans:system-ui,-apple-system,"Segoe UI",sans-serif}body,input,select,textarea{background:var(--color-background-primary);color:var(--color-text-primary)}input,select,textarea{border:.5px solid var(--color-border-secondary);border-radius:8px;padding:8px 10px;font-size:13px;font-family:var(--font-sans)}*{box-sizing:border-box}.sllm-header{flex-wrap:nowrap}@media (max-width:480px){.sllm-header,.sllm-header-right{flex-wrap:wrap;row-gap:8px}.sllm-header-right{justify-content:flex-end}.sllm-header-identity{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.sllm-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sllm-tabs::-webkit-scrollbar{display:none}.sllm-tabs button{flex-shrink:0}