html[data-theme=dark]{--bg-base: #0f0f0f;--bg-sidebar: #121212;--bg-header: #161616;--bg-card: #1e1e1e;--bg-elevated:#252525;--bg-hover: rgba(255,255,255,.05);--bg-active: rgba(255,255,255,.08);--editor-bg: #141414;--editor-bg-elevated: #1a1a1a;--editor-bg-panel: #1e1e1e;--editor-bg-overlay: #222222;--editor-bg-hover: #252525;--editor-bg-input: #2a2a2a;--text-primary: rgba(255,255,255,.92);--text-secondary: rgba(255,255,255,.65);--text-tertiary: rgba(255,255,255,.4);--text-muted: rgba(255,255,255,.28);--text-disabled: rgba(255,255,255,.2);--text-on-brand: #0f0f0f;--color-primary: #18A058;--color-primary-hover: #36AD6A;--color-primary-pressed: #0C7A43;--color-primary-muted: rgba(24,160,88,.12);--color-primary-border: rgba(24,160,88,.3);--color-primary-subtle: rgba(24,160,88,.05);--color-tech-blue: #2080F0;--color-tech-blue-muted: rgba(32,128,240,.15);--sb-brand: #63e2b7;--sb-brand-hover: #4ecba0;--sb-brand-muted: rgba(99,226,183,.12);--color-warn: #F0A020;--color-danger: #D03050;--color-success: #18A058;--color-info: #2080F0;--color-notification: #E88080;--border-color: rgba(255,255,255,.06);--border-color-medium: rgba(255,255,255,.12);--border-color-strong: rgba(255,255,255,.2);--editor-border: #1f1f1f;--editor-border-medium: #282828;--editor-border-strong: #333333;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4);--shadow-lg: 0 8px 24px rgba(0,0,0,.5);--glass-bg: rgba(30,30,30,.8);--glass-blur: 20px;--glass-border: rgba(255,255,255,.08);--scrollbar-thumb: rgba(255,255,255,.15);--scrollbar-thumb-hover: rgba(255,255,255,.25);--avatar-gradient: linear-gradient(135deg, #18A058, #2080F0)}html[data-theme=light]{--bg-base: #f0f2f5;--bg-sidebar: #ffffff;--bg-header: #ffffff;--bg-card: #ffffff;--bg-elevated:#f5f7fa;--bg-hover: rgba(0,0,0,.04);--bg-active: rgba(0,0,0,.07);--editor-bg: #f4f4f4;--editor-bg-elevated: #ffffff;--editor-bg-panel: #fafafa;--editor-bg-overlay: #f0f0f0;--editor-bg-hover: #ebebeb;--editor-bg-input: #f0f0f0;--text-primary: rgba(0,0,0,.88);--text-secondary: rgba(0,0,0,.6);--text-tertiary: #767676;--text-muted: rgba(0,0,0,.35);--text-disabled: rgba(0,0,0,.25);--text-on-brand: #ffffff;--color-primary: #0a7c5c;--color-primary-hover: #086b4f;--color-primary-pressed: #065c43;--color-primary-muted: rgba(10,124,92,.1);--color-primary-border: rgba(10,124,92,.3);--color-primary-subtle: rgba(10,124,92,.05);--color-tech-blue: #1668dc;--color-tech-blue-muted: rgba(22,104,220,.1);--sb-brand: #0a7c5c;--sb-brand-hover: #086b4f;--sb-brand-muted: rgba(10,124,92,.1);--color-warn: #c47000;--color-danger: #cf1322;--color-success: #0a7c5c;--color-info: #1668dc;--color-notification: #d4380d;--border-color: rgba(0,0,0,.08);--border-color-medium: rgba(0,0,0,.15);--border-color-strong: rgba(0,0,0,.25);--editor-border: #e8e8e8;--editor-border-medium: #d0d0d0;--editor-border-strong: #b8b8b8;--shadow-sm: 0 1px 2px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.12);--shadow-lg: 0 8px 24px rgba(0,0,0,.16);--glass-bg: rgba(255,255,255,.85);--glass-blur: 20px;--glass-border: rgba(0,0,0,.08);--scrollbar-thumb: rgba(0,0,0,.18);--scrollbar-thumb-hover: rgba(0,0,0,.28);--avatar-gradient: linear-gradient(135deg, #0a7c5c, #1668dc)}html{transition:background-color .25s ease,color .25s ease}html.theme-no-transition,html.theme-no-transition *{transition:none!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6;color:var(--text-primary);background-color:var(--bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border)}.gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-tech-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){html,body{font-size:13px}::-webkit-scrollbar{width:0;height:0}.mobile-compact{padding:12px!important}.mobile-hidden{display:none!important}.mobile-full{width:100%!important;max-width:100%!important}.mobile-col{flex-direction:column!important}.mobile-no-gap{gap:0!important}}@media(min-width:769px){.desktop-hidden{display:none!important}}
