#app[data-v-744952a6]{height:100vh;display:flex;flex-direction:column;background:#f5f5f5;color:var(--theme-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.notification-container[data-v-744952a6]{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.notification[data-v-744952a6]{background:var(--theme-bg-primary);color:var(--theme-text-primary);padding:16px 20px;border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000001f;border:1px solid var(--theme-border-light);min-width:300px;max-width:400px;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);pointer-events:auto;transform:translate(100%);animation:slideIn-744952a6 .3s ease-out forwards;position:relative;overflow:hidden}.notification[data-v-744952a6]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--theme-primary)}.notification.success[data-v-744952a6]:before{background:#10b981}.notification.error[data-v-744952a6]:before{background:#ef4444}.notification.warning[data-v-744952a6]:before{background:#f59e0b}.notification.info[data-v-744952a6]:before{background:var(--theme-primary)}.notification.slide-out[data-v-744952a6]{animation:slideOut-744952a6 .3s ease-in forwards}@keyframes slideIn-744952a6{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut-744952a6{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 768px){.notification-container[data-v-744952a6]{top:10px;right:10px;left:10px}.notification[data-v-744952a6]{min-width:auto;max-width:none}.settings-overlay[data-v-744952a6]{padding:10px}.settings-modal[data-v-744952a6]{max-height:95vh}}.preview-container.theme-system-default{background:var(--gray-50)}.theme-system-default.modern-markdown{color:var(--theme-text-primary);background:var(--theme-bg-primary);max-width:none;padding:2rem}.theme-system-default.modern-markdown h1{margin:1.8em 0 1.5em;font-weight:700;font-size:calc(var(--markdown-font-size, 16px) * 2.2);line-height:1.3;text-align:center;position:relative;padding-bottom:.8rem;font-family:var(--markdown-font-family, var(--theme-font-family));background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px var(--theme-primary-20);filter:drop-shadow(0 1px 2px var(--theme-primary-15));color:var(--theme-text-primary)}.theme-system-default.modern-markdown h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent 0%,var(--theme-primary) 20%,var(--theme-primary) 80%,transparent 100%);border-radius:2px;box-shadow:0 2px 8px var(--theme-primary-40)}.theme-system-default.modern-markdown h2{margin-top:2rem;margin-bottom:1.5rem;font-weight:600;padding-left:.5em;font-size:calc(var(--markdown-font-size, 16px) * 1.5);line-height:1.4;color:var(--theme-text-primary);position:relative;font-family:var(--markdown-font-family, var(--theme-font-family))}.theme-system-default.modern-markdown h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1.1em;background:linear-gradient(180deg,var(--theme-primary-20) 0%,var(--theme-primary-60) 15%,var(--theme-primary) 35%,var(--theme-primary) 65%,var(--theme-primary-60) 85%,var(--theme-primary-20) 100%);border-radius:3px;box-shadow:0 0 6px var(--theme-primary-25)}.theme-system-default.modern-markdown h3{font-size:calc(var(--markdown-font-size, 16px) * 1.3);font-weight:600;margin:1.5rem 0 1rem;color:var(--theme-text-primary);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown h4{font-size:calc(var(--markdown-font-size, 16px) * 1.1);font-weight:600;margin:1.2rem 0 .8rem;color:var(--theme-text-primary);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown h5{font-size:calc(var(--markdown-font-size, 16px) * 1);font-weight:600;margin:1rem 0 .6rem;color:var(--theme-text-primary);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown h6{font-size:calc(var(--markdown-font-size, 16px) * .9);font-weight:600;margin:.8rem 0 .5rem;color:var(--theme-text-primary);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown p{margin:1rem 0;font-size:var(--markdown-font-size, 16px);line-height:var(--markdown-line-height, 1.7);font-weight:400;color:var(--theme-text-primary);font-family:var(--markdown-font-family, var(--theme-font-family))}.theme-system-default.modern-markdown blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--theme-primary);background-color:var(--theme-bg-secondary);color:var(--theme-text-secondary);font-style:italic;border-radius:0 var(--radius-md) var(--radius-md) 0;font-size:var(--markdown-font-size, 16px);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown ul,.theme-system-default.modern-markdown ol{margin:1rem 0;padding-left:2rem;color:var(--theme-text-primary);font-size:var(--markdown-font-size, 16px);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown li{margin:.5rem 0;font-size:var(--markdown-font-size, 16px);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown code{background-color:var(--theme-code-bg);color:var(--theme-code-text);padding:.2rem .4rem;border-radius:var(--radius-sm);font-family:var(--theme-code-font-family);font-size:14px;border:1px solid var(--theme-code-border)}.theme-system-default.modern-markdown pre{background-color:var(--theme-code-bg);color:var(--theme-code-text);padding:var(--theme-code-padding, 1rem);border-radius:var(--theme-code-border-radius, var(--radius-md));overflow-x:auto;margin:var(--theme-code-margin, 1.5rem 0);border:var(--theme-code-border, 1px solid var(--theme-border-light));box-shadow:var(--theme-code-box-shadow, none);font-family:var(--theme-code-font-family);font-size:var(--theme-code-font-size, 14px);line-height:var(--theme-code-line-height, 1.6);font-weight:var(--theme-code-font-weight, 400)}.theme-system-default.modern-markdown pre code{background:none;padding:0;border-radius:0;border:none}.theme-system-default.modern-markdown table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 1px 3px #0000001a}.theme-system-default.modern-markdown th,.theme-system-default.modern-markdown td{border:1px solid var(--theme-border-light);padding:.75rem;text-align:left;font-size:var(--markdown-font-size, 16px);font-family:var(--markdown-font-family, var(--theme-font-family));line-height:var(--markdown-line-height, 1.6)}.theme-system-default.modern-markdown th{background-color:var(--theme-bg-secondary);font-weight:600;color:var(--theme-text-primary)}.theme-system-default.modern-markdown td{color:var(--theme-text-primary)}.theme-system-default.modern-markdown a{color:var(--theme-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color .2s ease}.theme-system-default.modern-markdown a:hover{border-bottom-color:var(--theme-primary)}.theme-system-default.modern-markdown hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,var(--theme-border-light) 20%,var(--theme-border-light) 80%,transparent 100%);margin:2rem 0}.theme-system-default.modern-markdown strong{font-weight:600;color:var(--theme-text-primary)}.theme-system-default.modern-markdown em{font-style:italic;color:var(--theme-text-secondary)}.theme-system-default.modern-markdown del{text-decoration:line-through;color:var(--theme-text-tertiary)}.theme-system-default.modern-markdown img{max-width:100%;height:auto;border-radius:var(--radius-md);box-shadow:0 2px 8px #0000001a;margin:1rem 0}.preview-container.theme-system-breeze{background:#f6f3ff;background:linear-gradient(180deg,color-mix(in oklab,var(--theme-primary) 6%,#ffffff),color-mix(in oklab,var(--theme-primary) 10%,#ffffff))}.preview-container:has(.theme-system-breeze){background:#f6f3ff;background:linear-gradient(180deg,color-mix(in oklab,var(--theme-primary) 6%,#ffffff),color-mix(in oklab,var(--theme-primary) 10%,#ffffff))}body:has(.theme-system-breeze){background:#f6f3ff}.theme-system-breeze.modern-markdown{max-width:720px;margin:0 auto;padding:24px 20px;font-family:var(--markdown-font-family, var(--theme-font-family));font-size:var(--markdown-font-size);line-height:var(--markdown-line-height)!important;letter-spacing:var(--markdown-letter-spacing);background:color-mix(in oklab,#ffffff 96%,var(--theme-primary) 4%);border:1px solid var(--theme-border-light);border-radius:16px;box-shadow:0 8px 24px rgba(var(--theme-primary-rgb),.08)}.theme-system-breeze.modern-markdown p,.theme-system-breeze.modern-markdown li,.theme-system-breeze.modern-markdown blockquote,.theme-system-breeze.modern-markdown table,.theme-system-breeze.modern-markdown th,.theme-system-breeze.modern-markdown td{line-height:var(--markdown-line-height)!important}.theme-system-breeze.modern-markdown p{margin:1.2em 0}.theme-system-breeze.modern-markdown a{color:var(--theme-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color .2s ease}.theme-system-breeze.modern-markdown a:hover{border-bottom-color:var(--theme-primary)}.theme-system-breeze.modern-markdown h1{display:inline-block;margin:2.6em auto 1.8em;padding:8px 16px;border-radius:12px;background:var(--theme-primary);color:#fff!important;font-size:var(--markdown-font-size)!important;font-weight:700;letter-spacing:.5px;text-align:center;box-shadow:0 8px 20px rgba(var(--theme-primary-rgb),.22)}.theme-system-breeze.modern-markdown h1{display:block;text-align:center}.theme-system-breeze.modern-markdown h1{width:max-content}.theme-system-breeze.modern-markdown h1:after{content:none!important}.theme-system-breeze.modern-markdown h2{position:relative;margin:1.8em 0 1.1em;font-size:calc(var(--markdown-font-size) * 1.5)!important;font-weight:700;line-height:1.35;padding-left:16px}.theme-system-breeze.modern-markdown h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:1.2em;border-radius:3px;background:var(--theme-primary);box-shadow:0 0 0 1px color-mix(in oklab,var(--theme-primary) 20%,#ffffff)}.theme-system-breeze.modern-markdown h3{position:relative;margin:1.2em 0 .8em;font-size:calc(var(--markdown-font-size) * 1.22)!important;font-weight:600;padding-left:12px}.theme-system-breeze.modern-markdown h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1.1em;border-radius:2px;background:color-mix(in oklab,var(--theme-primary) 60%,#000)}.theme-system-breeze.modern-markdown h4{margin:1em 0 .6em;font-weight:600;font-size:calc(var(--markdown-font-size) * 1.08)!important;padding-left:10px;border-left:3px solid color-mix(in oklab,var(--theme-primary) 35%,#000)}.theme-system-breeze.modern-markdown strong{color:color-mix(in oklab,var(--theme-primary) 80%,#000)}.theme-system-breeze.modern-markdown blockquote a{color:var(--theme-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color .2s ease}.theme-system-breeze.modern-markdown blockquote a:hover{border-bottom-color:var(--theme-primary)}.theme-system-breeze.modern-markdown ul,.theme-system-breeze.modern-markdown ol{margin:1.1em 0;padding-left:1.4em}.theme-system-breeze.modern-markdown li{margin:.5em 0}.theme-system-breeze.modern-markdown ul li::marker{color:color-mix(in oklab,var(--theme-primary) 70%,#000)}.theme-system-breeze.modern-markdown blockquote{margin:1.2em 0;padding:.9em 1em .9em 1.1em;border-left:3px solid var(--theme-border-medium);background-color:var(--theme-bg-secondary);color:var(--theme-text-secondary);font-style:normal;border-radius:8px}.theme-system-breeze.modern-markdown pre{margin:var(--theme-code-margin, 1.2em 0);padding:var(--theme-code-padding, .9em 1em);border:var(--theme-code-border, 1px solid var(--theme-border-light));border-radius:var(--theme-code-border-radius, var(--radius-md));background:var(--theme-code-bg);box-shadow:var(--theme-code-box-shadow, none);font-family:var(--theme-code-font-family);font-size:var(--theme-code-font-size, 14px);line-height:var(--theme-code-line-height, 1.6);font-weight:var(--theme-code-font-weight, 400);color:var(--theme-code-text)}.theme-system-breeze.modern-markdown code{font-family:var(--theme-code-font-family);font-size:14px;background-color:var(--theme-code-bg);color:var(--theme-code-text);padding:.2rem .4rem;border-radius:var(--radius-sm);border:1px solid var(--theme-code-border)}.theme-system-breeze.modern-markdown pre code{background:none;padding:0;border-radius:0;border:none}.theme-system-breeze.modern-markdown table{width:100%;border-collapse:collapse;border:1px solid var(--theme-border-light);border-radius:12px;overflow:hidden;background:#fff}.theme-system-breeze.modern-markdown thead th{background:color-mix(in oklab,var(--theme-primary) 6%,#ffffff);color:var(--theme-text-primary);font-weight:600}.theme-system-breeze.modern-markdown th,.theme-system-breeze.modern-markdown td{padding:10px 12px;border-top:1px solid var(--theme-border-light)}.theme-system-breeze.modern-markdown hr{position:relative;height:1px;border:none;background:linear-gradient(90deg,transparent,var(--theme-border-light),transparent);margin:2em 0}.theme-system-breeze.modern-markdown hr:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:color-mix(in oklab,var(--theme-primary) 24%,#ffffff);border:1px solid var(--theme-border-light)}.theme-system-breeze.modern-markdown img{display:block;margin:1rem auto;border-radius:12px;border:1px solid var(--theme-border-light);box-shadow:0 4px 14px #0000000f;max-width:100%;height:auto}:root{--theme-font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;--theme-code-font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;--markdown-font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;--markdown-font-size: 16px;--markdown-line-height: 1.6;--theme-primary: #312C20;--theme-primary-hover: #2A251B;--theme-primary-light: rgba(49, 44, 32, .08);--theme-primary-lighter: rgba(49, 44, 32, .04);--theme-primary-dark: #231E16;--theme-primary-15: rgba(49, 44, 32, .15);--theme-primary-20: rgba(49, 44, 32, .2);--theme-primary-25: rgba(49, 44, 32, .25);--theme-primary-40: rgba(49, 44, 32, .4);--theme-primary-60: rgba(49, 44, 32, .6);--theme-bg-primary: #FEFEFE;--theme-bg-secondary: #F8F9FA;--theme-bg-tertiary: #F1F3F4;--theme-text-primary: #2C3E50;--theme-text-secondary: #5D6D7E;--theme-text-tertiary: #85929E;--theme-border-light: #E1E4E8;--theme-border-medium: #D1D5DA;--theme-code-bg: #F6F8FA;--theme-code-border: #E1E4E8;--theme-code-text: #24292E;--bg-primary: var(--theme-bg-primary);--bg-secondary: var(--theme-bg-secondary);--bg-tertiary: var(--theme-bg-tertiary);--text-primary: var(--theme-text-primary);--text-secondary: var(--theme-text-secondary);--text-tertiary: var(--theme-text-tertiary);--border-light: var(--theme-border-light);--border-medium: var(--theme-border-medium);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px}:root{--font-size-xs: 12px;--font-size-sm: 13px;--font-size-base: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.6;--spacing-xs: 4px;--spacing-sm: 6px;--spacing-md: 8px;--spacing-lg: 12px;--spacing-xl: 16px;--spacing-2xl: 20px;--spacing-3xl: 24px;--spacing-4xl: 32px;--spacing-5xl: 40px;--spacing-6xl: 48px;--spacing-toolbar: 26px;--spacing-toolbar-mobile: 24px;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-2xl: 12px;--radius-3xl: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--transition-all-fast: all .15s ease;--transition-all-normal: all .2s ease;--transition-all-slow: all .3s ease;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000;--shadow-neumorphism-raised: 7px 7px 14px rgba(163, 177, 198, .7), -7px -7px 14px rgba(255, 255, 255, .9);--shadow-neumorphism-pressed: inset 3px 3px 6px rgba(163, 177, 198, .4), inset -3px -3px 6px rgba(255, 255, 255, .8);--shadow-neumorphism-small: 5px 5px 10px rgba(163, 177, 198, .7), -5px -5px 10px rgba(255, 255, 255, .9);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06);--gradient-github: linear-gradient(135deg, #24292e 0%, #1a1e22 100%);--gradient-github-hover: linear-gradient(135deg, #2f363d 0%, #24292e 100%)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--theme-font-family);background-color:var(--bg-secondary);color:var(--text-primary);line-height:1.5;overflow-x:hidden}.panel{background:var(--theme-bg-primary);border-radius:20px;box-shadow:0 8px 32px #00000014;border:1px solid var(--theme-border-light);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;position:relative}.panel:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0000001f;border-color:var(--theme-primary)}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(135deg,var(--theme-bg-secondary),var(--theme-bg-primary));border-bottom:1px solid var(--theme-border-light);position:relative}.panel-header h3{font-size:18px;font-weight:700;color:var(--theme-text-primary);margin:0;display:flex;align-items:center;gap:12px;letter-spacing:-.3px;position:relative}.panel-header h3:before{content:"";width:6px;height:6px;background:var(--theme-primary);border-radius:50%;box-shadow:0 0 8px var(--theme-primary)}.panel-actions{display:flex;gap:12px}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-light);height:56px;box-sizing:border-box}.toolbar-left{display:flex;align-items:center;gap:6px;flex:1;overflow-x:auto}.toolbar-right{display:flex;align-items:center;gap:8px}.toolbar-group{display:flex;align-items:center;gap:2px}.toolbar-divider{width:1px;height:22px;background-color:var(--border-light);margin:0 8px}.btn-base{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:var(--transition-all-normal);text-decoration:none;white-space:nowrap;position:relative}.btn-neumorphism{background:var(--gray-200);color:var(--theme-primary);box-shadow:var(--shadow-neumorphism-small)}.btn-neumorphism:hover{color:var(--theme-primary-hover);box-shadow:var(--shadow-neumorphism-pressed)}.btn-neumorphism:active{color:var(--theme-primary-dark);box-shadow:inset var(--spacing-xs) var(--spacing-xs) var(--spacing-md) #a3b1c699,inset calc(-1 * var(--spacing-xs)) calc(-1 * var(--spacing-xs)) var(--spacing-md) #ffffffe6}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--gray-300);border-radius:50%;border-top-color:var(--theme-primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::selection{background-color:var(--theme-primary-light);color:var(--text-primary)}:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.btn-mixin{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:var(--transition-all-normal);text-decoration:none;white-space:nowrap;position:relative}.btn-neumorphism-mixin{background:var(--gray-200);color:var(--theme-primary);box-shadow:var(--shadow-neumorphism-small)}.btn-neumorphism-mixin:hover{color:var(--theme-primary-hover);box-shadow:var(--shadow-neumorphism-pressed)}.btn-neumorphism-mixin:active{color:var(--theme-primary-dark);box-shadow:inset var(--spacing-xs) var(--spacing-xs) var(--spacing-md) #a3b1c699,inset calc(-1 * var(--spacing-xs)) calc(-1 * var(--spacing-xs)) var(--spacing-md) #ffffffe6}.panel-mixin{background:var(--theme-bg-primary);border-radius:20px;box-shadow:0 8px 32px #00000014;border:1px solid var(--theme-border-light);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;position:relative}.panel-mixin:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0000001f;border-color:var(--theme-primary)}.panel-header-mixin{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(135deg,var(--theme-bg-secondary),var(--theme-bg-primary));border-bottom:1px solid var(--theme-border-light);position:relative;overflow:hidden}.toolbar-mixin{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-light);height:56px;box-sizing:border-box}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--theme-border-light) var(--theme-bg-secondary)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--theme-bg-secondary);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--theme-border-light);border-radius:3px;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--theme-primary)}
