:root{--bg-primary: #121214;--bg-secondary: #1a1a1e;--bg-input: #202225;--bg-elevated: #232428;--bg-sidebar: #36393f;--bg-hover: #393c43;--bg-message-input: #232428;--accent-blue: #5865f2;--accent-blue-hover: #4752c4;--link-blue: #00b0f4;--success-green: #23a559;--error-red: #ed4245;--text-primary: #ffffff;--text-secondary: #b9bbbe;--text-muted: #96989d;--text-placeholder: #b9bbbe;--divider: #4f545c;--border-color: #2a2a2e;--bg-tertiary: #1e1f22;--text-tertiary: #72767d;--border-radius: 3px;--border-radius-lg: 8px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--font-size-4xl: 40px;--font-size-5xl: 52px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--letter-spacing-tight: -.02em;--letter-spacing-normal: 0;--letter-spacing-wide: .01em;--line-height-tight: 1.2;--line-height-snug: 1.35;--line-height-normal: 1.5;--line-height-relaxed: 1.75}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}::-webkit-scrollbar-corner{background:transparent}[data-theme=light] *{scrollbar-color:rgba(0,0,0,.2) transparent}[data-theme=light] ::-webkit-scrollbar-thumb{background:#0003}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#00000059}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f5f6f8;--bg-input: #f0f1f3;--bg-elevated: #ffffff;--bg-sidebar: #ebedef;--bg-hover: #e3e5e8;--bg-message-input: #f0f1f3;--accent-blue: #5865f2;--accent-blue-hover: #4752c4;--link-blue: #0068b5;--success-green: #1f8b4d;--error-red: #da373c;--text-primary: #1a1a2e;--text-secondary: #4a4a5a;--text-muted: #6b6f76;--text-placeholder: #9ca0a8;--divider: #d4d7dc;--border-color: #d4d7dc;--bg-tertiary: #f0f1f3;--text-tertiary: #6b6f76;--toggle-track-off: #c5c8cd}[data-theme=light] .toggle-track,[data-theme=light] .toggle-switch:not(.active):not(.yearly){background:var(--toggle-track-off)!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;width:100%;overflow:hidden;background-color:var(--bg-primary, #121214)}body{height:100%;height:100dvh;width:100%;max-width:100vw;overflow:hidden;background-color:var(--bg-primary, #121214)}body{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-normal);line-height:var(--line-height-normal);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11" 1,"ss01" 1;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-tight);line-height:var(--line-height-tight)}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}h5{font-size:var(--font-size-base)}h6{font-size:var(--font-size-sm)}a{color:var(--link-blue);text-decoration:none;cursor:pointer}a:hover{text-decoration:underline}input[type=text],input[type=email],input[type=password],input[type=number],input[type=url],input[type=search],input[type=tel],input:not([type]),textarea,select{border:1px solid var(--border-color)!important;transition:border-color .15s ease,box-shadow .15s ease}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input:not([type]):focus,textarea:focus,select:focus{border-color:var(--accent-blue)!important}input::placeholder,textarea::placeholder{color:var(--text-placeholder)!important;opacity:1}@media(max-width:768px){input,textarea,select{font-size:16px!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-sidebar);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--divider)}[data-theme=light] ::-webkit-scrollbar-thumb{background:#c4c7cc;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#a8abb2}.rich-text-content{font-size:15px;line-height:1.75;color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word}.rich-text-content h2{font-size:22px;font-weight:700;color:var(--text-primary);margin:24px 0 10px}.rich-text-content h2:first-child{margin-top:0}.rich-text-content h3{font-size:18px;font-weight:700;color:var(--text-primary);margin:20px 0 8px}.rich-text-content p{margin:0 0 14px}.rich-text-content a{color:var(--link-blue, #00b0f4);text-decoration:underline}.rich-text-content a:hover{color:var(--accent-blue)}.rich-text-content ul{padding-left:32px!important;margin:8px 0 14px!important;list-style-type:disc!important}.rich-text-content ul ul{list-style-type:circle!important}.rich-text-content ul ul ul{list-style-type:square!important}.rich-text-content ul li{margin-bottom:4px;padding-left:4px}.rich-text-content ol{padding-left:32px!important;margin:8px 0 14px!important;list-style-type:decimal!important}.rich-text-content ol ol{list-style-type:lower-alpha!important}.rich-text-content ol ol ol{list-style-type:lower-roman!important}.rich-text-content ol li{margin-bottom:4px;padding-left:4px}.rich-text-content blockquote{border-left:3px solid var(--accent-blue);padding:8px 0 8px 16px;margin:16px 0;background:#5865f20a;border-radius:0 8px 8px 0;font-style:italic}.rich-text-content pre{background:#0000004d;border-radius:8px;padding:14px 16px;font-family:Fira Code,monospace;font-size:13px;overflow-x:auto;margin:12px 0}.rich-text-content pre code{background:none;padding:0}.rich-text-content code{background:#0003;padding:2px 6px;border-radius:4px;font-family:Fira Code,monospace;font-size:13px}.rich-text-content img{max-width:100%;height:auto;border-radius:8px;margin:10px 0}.rich-text-content img.img-align-left{float:left;margin-right:16px;margin-bottom:8px}.rich-text-content img.img-align-center{display:block;margin-left:auto;margin-right:auto}.rich-text-content img.img-align-right{float:right;margin-left:16px;margin-bottom:8px}.rich-text-content img.img-align-full{display:block;width:100%}.rich-text-content img[data-width="25%"]{width:25%}.rich-text-content img[data-width="50%"]{width:50%}.rich-text-content img[data-width="75%"]{width:75%}.rich-text-content img[data-width="100%"]{width:100%}.rich-text-content:after{content:"";display:table;clear:both}.rich-text-content strong,.rich-text-content b{font-weight:700}.rich-text-content em,.rich-text-content i{font-style:italic}.rich-text-content u{text-decoration:underline}.rich-text-content s{text-decoration:line-through}[data-theme=light] .rich-text-content pre{background:#f0f1f3}[data-theme=light] .rich-text-content code{background:#e8eaed}[data-theme=light] .rich-text-content blockquote{background:#5865f20f}.slash-menu-popup{position:absolute;z-index:9999;background:var(--bg-secondary, #1e2028);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:6px;box-shadow:0 12px 32px #00000080;min-width:240px;max-height:320px;overflow-y:auto}.slash-menu-popup .slash-menu-item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:6px;cursor:pointer;transition:background .1s ease}.slash-menu-popup .slash-menu-item:hover,.slash-menu-popup .slash-menu-item.selected{background:#5865f226}.slash-menu-popup .slash-menu-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border-radius:6px;flex-shrink:0;color:var(--text-secondary, #b9bbbe)}.slash-menu-popup .slash-menu-text{display:flex;flex-direction:column;gap:1px}.slash-menu-popup .slash-menu-title{font-size:13px;font-weight:500;color:var(--text-primary, #ffffff)}.slash-menu-popup .slash-menu-desc{font-size:11px;color:var(--text-muted, #72767d)}[data-theme=light] .slash-menu-popup{background:#fff;border-color:#e1e4e8;box-shadow:0 8px 24px #00000026}[data-theme=light] .slash-menu-popup .slash-menu-item:hover,[data-theme=light] .slash-menu-popup .slash-menu-item.selected{background:#5865f214}[data-theme=light] .slash-menu-popup .slash-menu-icon{background:#f5f6f8;color:#4f5660}[data-theme=light] .slash-menu-popup .slash-menu-title{color:#1a1d23}[data-theme=light] .slash-menu-popup .slash-menu-desc{color:#6b7280}.bot-card{display:flex;max-width:440px;margin:8px 0 4px;border-radius:12px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:all .25s ease;box-shadow:0 2px 12px #0003,0 0 0 1px #ffffff08 inset}.bot-card:hover{background:linear-gradient(135deg,#ffffff0f,#ffffff08);border-color:#ffffff1f;box-shadow:0 4px 20px #0000004d,0 0 0 1px #ffffff0d inset;transform:translateY(-1px)}.bot-card-accent{width:4px;flex-shrink:0;background:var(--card-accent, #5865f2);box-shadow:0 0 12px color-mix(in srgb,var(--card-accent, #5865f2) 40%,transparent)}.bot-card-body{padding:14px 18px;flex:1;min-width:0}.bot-card-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.bot-card-title:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--card-accent, #5865f2);box-shadow:0 0 6px color-mix(in srgb,var(--card-accent, #5865f2) 60%,transparent);flex-shrink:0}.bot-card-fields{display:flex;flex-direction:column;gap:0}.bot-card-field{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.04)}.bot-card-field:last-child{border-bottom:none;padding-bottom:0}.bot-card-field:first-child{padding-top:0}.bot-card-label{font-size:11px;font-weight:700;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.bot-card-value{font-size:14px;font-weight:600;color:#ffffffe6;text-align:right;word-break:break-word;font-family:SF Mono,Fira Code,Cascadia Code,monospace;letter-spacing:-.01em}[data-theme=light] .bot-card{background:linear-gradient(135deg,#00000005,#00000003);border-color:#0000001a;box-shadow:0 2px 12px #0000000f}[data-theme=light] .bot-card:hover{background:linear-gradient(135deg,#00000009,#00000004);border-color:#00000024;box-shadow:0 4px 20px #0000001a}[data-theme=light] .bot-card-title{color:#1a1a2e}[data-theme=light] .bot-card-label{color:#00000073}[data-theme=light] .bot-card-value{color:#000000d9}[data-theme=light] .bot-card-field{border-bottom-color:#0000000f}
