@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #09090b;--bg-secondary: #18181b;--bg-tertiary: #27272a;--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--accent: #3b82f6;--accent-hover: #2563eb;--border: rgba(255, 255, 255, .08);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-full: 9999px;--transition: .2s ease;--max-width: 1100px;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.app-container{position:relative;z-index:1}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.15;letter-spacing:-.02em}p{line-height:1.7;color:var(--text-secondary)}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.text-center{text-align:center}.text-accent{color:var(--accent)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;background:var(--accent);color:#fff;font-weight:600;font-size:.9rem;border-radius:var(--radius-full);transition:background var(--transition),transform var(--transition)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;background:transparent;color:var(--text-primary);font-weight:600;font-size:.9rem;border-radius:var(--radius-full);border:1px solid var(--border);transition:border-color var(--transition),background var(--transition)}.btn-secondary:hover{border-color:var(--text-tertiary);background:#ffffff08}.btn-sm{padding:.5rem 1.25rem;font-size:.85rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease forwards}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:all var(--transition);padding:1rem 0;background:transparent}.navbar-scrolled{background:#09090be6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.65rem 0}.navbar-container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo-group{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon-wrapper{display:flex;align-items:center;justify-content:center}.logo-text{font-size:1.25rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.logo-accent{color:var(--accent)}.nav-links{display:none}@media(min-width:768px){.nav-links{display:flex;gap:2rem}}.nav-link{color:var(--text-secondary);font-weight:500;font-size:.9rem;transition:color var(--transition);text-decoration:none}.nav-link:hover{color:var(--text-primary)}.hero-section{position:relative;padding-top:10rem;padding-bottom:5rem;min-height:85vh;display:flex;align-items:center;justify-content:center}.hero-container{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;width:100%}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:var(--radius-full);background:var(--bg-secondary);border:1px solid var(--border);font-size:.8rem;font-weight:500;color:var(--text-secondary);margin-bottom:2rem}.badge-pulse{width:6px;height:6px;border-radius:50%;background-color:#22c55e}@keyframes pulse{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.badge-pulse{animation:pulse 2s ease-in-out infinite}.hero-title{font-size:clamp(2.5rem,5.5vw,4.5rem);letter-spacing:-.04em;margin-bottom:1.25rem;max-width:800px;line-height:1.05;font-weight:800}.hero-title .text-accent{color:var(--accent)}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;line-height:1.7;font-weight:400}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero-features{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;padding-top:2rem;border-top:1px solid var(--border);width:100%;max-width:700px}.feature-mini{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--text-secondary)}.feature-icon{stroke-width:2px}.hero-terminal{margin-top:3rem;width:100%;max-width:650px;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border)}.terminal-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff05;border-bottom:1px solid var(--border)}.terminal-dot{width:10px;height:10px;border-radius:50%}.terminal-dot-red{background:#ef4444}.terminal-dot-yellow{background:#eab308}.terminal-dot-green{background:#22c55e}.terminal-title{flex:1;text-align:center;font-size:.7rem;color:var(--text-tertiary);font-family:monospace}.terminal-body{padding:1rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.8rem;line-height:1.8;color:#c9d1d9;min-height:160px}.terminal-line{display:flex;gap:.4rem;opacity:0;animation:terminalFadeIn .4s ease forwards}.terminal-line:nth-child(1){animation-delay:.3s}.terminal-line:nth-child(2){animation-delay:.7s}.terminal-line:nth-child(3){animation-delay:1.1s}.terminal-line:nth-child(4){animation-delay:1.5s}.terminal-line:nth-child(5){animation-delay:1.9s}.terminal-line:nth-child(6){animation-delay:2.3s}.terminal-line:nth-child(7){animation-delay:2.7s}.terminal-line:nth-child(8){animation-delay:3.1s}@keyframes terminalFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.terminal-prompt{color:#7ee787;-webkit-user-select:none;user-select:none}.terminal-cmd{color:#c9d1d9}.terminal-comment{color:#6e7681}.terminal-success{color:#7ee787}.terminal-accent{color:#d2a8ff}.terminal-warn{color:#ffa657}.terminal-cursor{display:inline-block;width:7px;height:14px;background:#7ee787;animation:blink 1s step-end infinite;vertical-align:text-bottom;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.section-header{margin-bottom:3.5rem;max-width:700px;margin-left:auto;margin-right:auto}.section-title{font-size:clamp(1.75rem,3.5vw,2.75rem);letter-spacing:-.03em;margin-bottom:.75rem;font-weight:800}.section-subtitle{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;font-weight:400}.features-section{padding:5rem 0;position:relative}.features-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:var(--border)}.features-grid{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{padding:2rem;background:var(--bg-primary);position:relative;transition:background var(--transition)}.feature-card:hover{background:var(--bg-secondary)}.feature-icon-wrapper{display:inline-flex;padding:.65rem;border-radius:var(--radius-md);background:var(--bg-secondary);margin-bottom:1rem}.feature-card:hover .feature-icon-wrapper{background:var(--bg-tertiary)}.feature-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.feature-description{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.architecture-section{padding:5rem 0;position:relative}.architecture-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.architecture-grid{grid-template-columns:1fr 1fr}}.architecture-description{font-size:1rem;color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.7}.arch-stats{display:flex;gap:2rem;margin-top:2rem}.stat-item{display:flex;flex-direction:column}.stat-value{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1;margin-bottom:.35rem;display:flex;align-items:baseline;color:var(--text-primary)}.stat-value span{font-size:.85rem;color:var(--text-secondary);margin-left:.2rem;font-weight:500;font-family:var(--font-body)}.stat-label{font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.architecture-visual{position:relative;width:100%;aspect-ratio:4/3}.diagram-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:2.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}.diagram-layer{border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;border:2px dashed;position:relative}.outer-layer{width:100%;max-width:350px;aspect-ratio:1;border-color:var(--border);background:#ffffff05}.inner-layer{width:80%;aspect-ratio:1;border-color:var(--accent);background:#3b82f60f}.layer-label{position:absolute;top:-1.25rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding-top:3.5rem;padding-bottom:2rem}.footer-content{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-brand{max-width:300px}.footer-tagline{color:var(--text-secondary);font-size:.875rem;margin-top:.5rem;line-height:1.6}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.link-group{display:flex;flex-direction:column;gap:.5rem}.link-title{font-size:.7rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.35rem}.footer-link{color:var(--text-secondary);font-size:.875rem;transition:color var(--transition)}.footer-link:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.25rem;text-align:center;color:var(--text-tertiary);font-size:.8rem}.whitepaper-page{padding-top:80px;padding-bottom:3.5rem;background-color:var(--bg-primary)}.whitepaper-hero{position:relative;padding:5rem 0 3.5rem;border-bottom:1px solid var(--border);background:var(--bg-primary)}.whitepaper-meta{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;color:var(--text-tertiary);font-size:.85rem;font-weight:500}.meta-divider{color:var(--border)}.whitepaper-container{max-width:860px;margin-top:-2rem;position:relative;z-index:20}.whitepaper-abstract{padding:2rem;margin-bottom:2.5rem;text-align:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}.abstract-title{font-size:1.35rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:700}.whitepaper-abstract p{font-size:1rem;line-height:1.8;color:var(--text-secondary)}.whitepaper-content{background:var(--bg-primary)}.wp-section{margin-bottom:3.5rem}.wp-section-header-icon{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.wp-section-header-icon .wp-heading-2{margin-bottom:0}.wp-heading-2{font-size:1.6rem;margin-bottom:1.25rem;padding-bottom:.65rem;border-bottom:1px solid var(--bg-secondary);color:var(--text-primary)}.wp-heading-3{font-size:1.2rem;margin-top:2rem;margin-bottom:.75rem;color:var(--text-primary)}.wp-paragraph{font-size:.975rem;line-height:1.8;margin-bottom:1.25rem;color:var(--text-secondary)}.wp-lead{font-size:1.05rem;color:var(--text-primary);font-weight:500;margin-bottom:1.5rem}.wp-list{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.wp-list li{display:flex;align-items:flex-start;gap:.75rem;background:var(--bg-secondary);padding:.85rem;border-radius:var(--radius-md);border:1px solid var(--border)}.wp-list-icon{background:#3b82f61a;color:var(--accent);padding:.4rem;border-radius:50%;display:flex;flex-shrink:0}.wp-list-content{color:var(--text-secondary);line-height:1.6}.wp-bullets{list-style-type:disc;padding-left:1.25rem;margin-bottom:1.25rem;color:var(--text-secondary);line-height:1.8}.wp-bullets li{margin-bottom:.4rem}.wp-bullets li strong{color:var(--text-primary)}.wp-bullets.no-margin{margin-bottom:0}.wp-sub-bullets{list-style-type:circle;padding-left:1.25rem;margin-top:.4rem}.wp-code-block{background:var(--bg-secondary);color:#c9d1d9;padding:1.25rem;border-radius:var(--radius-md);overflow-x:auto;margin:1.25rem 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.5;border:1px solid var(--border)}.wp-code-block pre{margin:0}.wp-inline-code{display:inline-block;background:var(--bg-secondary);padding:.1rem .4rem;border-radius:.25rem;font-family:monospace;font-size:.9em;color:var(--accent-hover);border:1px solid var(--border);margin:.5rem 0}.wp-inline-code.dark-bg{background:var(--bg-tertiary);color:#fbbf24;border:none}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}p code,li code{background:var(--bg-secondary);padding:.15em .35em;border-radius:4px;font-size:.9em;color:var(--text-primary)}.wp-steps{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.wp-step{display:flex;gap:1.25rem;background:var(--bg-secondary);border:1px solid var(--border);padding:1.25rem;border-radius:var(--radius-md)}.wp-step:hover{border-color:var(--text-tertiary)}.wp-step-number{background:var(--accent);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.wp-step-content{color:var(--text-secondary);line-height:1.6}.wp-step-content strong{color:var(--text-primary);display:block;font-size:1rem;margin-bottom:.2rem}.wp-callout{background:#3b82f60f;border-left:3px solid var(--accent);padding:1rem;border-radius:0 var(--radius-md) var(--radius-md) 0;margin:1.5rem 0;color:var(--text-primary);font-weight:500;line-height:1.6}.wp-problem-box{background:#ef44440f;border:1px solid rgba(239,68,68,.15);padding:1.25rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.wp-problem-box .wp-bullets li{color:var(--text-secondary)}.wp-problem-box .wp-bullets li strong{color:var(--text-primary)}.wp-grid-2{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media(min-width:768px){.wp-grid-2{grid-template-columns:1fr 1fr}}.wp-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.wp-card-title{font-size:1.05rem;margin-bottom:1rem;color:var(--text-primary)}.wp-ordered-list{list-style-type:decimal;padding-left:1.2rem;margin-bottom:1rem;margin-top:.5rem;color:var(--text-secondary)}.wp-ordered-list li{margin-bottom:.2rem}.wp-math-box{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.math-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0}.math-minus{color:#ef4444}.math-label{font-weight:500}.math-value{text-align:right;min-width:100px}.math-desc{font-size:.75rem;color:var(--text-tertiary);margin-left:.75rem;flex:1;text-align:right}.math-divider{height:1px;background:var(--border);margin:.5rem 0}.math-result{font-size:1rem}.math-conclusion{text-align:center;font-family:var(--font-body);background:#3b82f60f;padding:.75rem;border-radius:var(--radius-md)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.mb-0{margin-bottom:0!important}.mt-4{margin-top:1rem}.wp-implementation-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.wp-implementation-card{padding:1.5rem;border-radius:var(--radius-lg);background:var(--bg-secondary);border:1px solid var(--border)}.impl-icon{background:var(--bg-primary);width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1.25rem;border:1px solid var(--border)}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;padding:.4rem;color:var(--text-primary);border-radius:var(--radius-md);transition:background var(--transition)}.mobile-menu-toggle:hover{background:var(--bg-secondary)}@media(min-width:768px){.mobile-menu-toggle{display:none}.nav-cta-desktop{display:inline-flex}}@media(max-width:767px){.nav-cta-desktop{display:none}}.mobile-menu{position:fixed;inset:60px 0 0;background:var(--bg-primary);border-top:1px solid var(--border);padding:2rem;z-index:49;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-links{display:flex;flex-direction:column;gap:.15rem}.mobile-menu-link{display:block;padding:.85rem 1rem;font-size:1.05rem;font-weight:600;color:var(--text-primary);border-radius:var(--radius-md);transition:background var(--transition)}.mobile-menu-link:hover{background:var(--bg-secondary)}.mobile-menu-actions{padding-top:1rem;border-top:1px solid var(--border)}.mobile-menu-actions .btn-primary{width:100%}.cta-section{padding:5rem 0;position:relative}.cta-panel{max-width:700px;margin:0 auto;padding:3rem;text-align:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}.cta-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-md);background:#3b82f61a;color:var(--accent);margin-bottom:1.25rem}.cta-title{font-size:clamp(1.35rem,2.5vw,1.75rem);margin-bottom:.75rem}.cta-subtitle{color:var(--text-secondary);max-width:550px;margin-inline:auto;margin-bottom:2rem;line-height:1.7}.cta-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.tech-section{margin-bottom:3.5rem}.tech-section-header{margin-bottom:2rem;text-align:center}.tech-glass{padding:2rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}.tech-glass-grid{padding:2rem;display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}.tech-subtitle{font-size:1.15rem;margin-bottom:.5rem;color:var(--text-primary);font-weight:700}.tech-text{color:var(--text-secondary);line-height:1.7;margin-bottom:.85rem}.tech-text:last-child{margin-bottom:0}.tech-wire-format{background:var(--bg-primary);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border);font-family:monospace;font-size:.85rem;color:var(--text-secondary)}.tech-wire-format-title{margin-bottom:.4rem;color:var(--text-primary);font-weight:600}.tech-diagram-box{background:var(--bg-primary);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border)}.tech-callout{background:#3b82f60f;border-left:3px solid var(--accent);padding:.85rem;border-radius:0 var(--radius-md) var(--radius-md) 0;margin-top:.85rem}.cr-table-wrapper{padding:2rem;overflow:auto;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}.cr-table-description{color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem}.cr-table{width:100%;border-collapse:collapse;font-size:.9rem}.cr-table thead tr{border-bottom:2px solid var(--border)}.cr-table th{text-align:left;padding:.65rem;color:var(--text-primary);font-weight:600}.cr-table td{padding:.65rem;color:var(--text-secondary)}.cr-table tbody tr{border-bottom:1px solid var(--border);transition:background var(--transition)}.cr-table tbody tr:hover{background:#3b82f60a}.cr-level-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-full);background:#3b82f61a;color:var(--accent);font-weight:700;font-size:.8rem}.cr-level-badge-plus{background:var(--accent);color:#fff}.cr-mode{font-weight:500;color:var(--text-primary)}.cr-activate{font-family:monospace;font-size:.8rem}@media(max-width:767px){.cr-table thead{display:none}.cr-table,.cr-table tbody,.cr-table tr,.cr-table td{display:block;width:100%}.cr-table tbody tr{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem;margin-bottom:.5rem}.cr-table td{padding:.2rem 0;border:none;display:flex;justify-content:space-between;align-items:center}.cr-table td:before{content:attr(data-label);font-weight:600;color:var(--text-primary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}}.faq-section{padding:5rem 0}.faq-header{margin-bottom:3.5rem}.faq-container{max-width:750px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{border-radius:var(--radius-md);border:1px solid var(--border);overflow:hidden;background:var(--bg-secondary);transition:border-color var(--transition)}.faq-item.open{border-color:var(--accent)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;background:none;border:none;color:var(--text-primary);font-size:.95rem;font-weight:600;cursor:pointer;text-align:left;font-family:inherit}.faq-question-icon{flex-shrink:0;margin-left:.75rem;color:var(--text-tertiary);transition:color var(--transition)}.faq-item.open .faq-question-icon{color:var(--accent)}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-secondary);line-height:1.7;margin:0;font-size:.9rem}.footer-social{display:flex;gap:.75rem;margin-top:.75rem}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-secondary);border:1px solid var(--border);transition:all var(--transition)}.footer-social-link:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.footer-back-top{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-tertiary);font-size:.8rem;font-weight:500;transition:color var(--transition);cursor:pointer;background:none;border:none;font-family:inherit}.footer-back-top:hover{color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
