@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:dark;--brand: #FFFFFF;--brand-dark: #E0E0E0;--brand-deeper: #B0B0B0;--brand-light: rgba(255,255,255,.08);--brand-mid: #333333;--sidebar-bg: #111111;--sidebar-hover: rgba(255,255,255,.06);--sidebar-active: rgba(255,255,255,.1);--sidebar-text: rgba(255,255,255,.6);--sidebar-text-active: #FFFFFF;--sidebar-border: #222222;--bg: #0A0A0A;--bg-secondary: #111111;--surface: #161616;--surface-raised: #1A1A1A;--border: #252525;--border-strong: #333333;--text-primary: #F0F0F0;--text-secondary: #999999;--text-muted: #555555;--success: #22C55E;--success-bg: rgba(34,197,94,.12);--warning: #F59E0B;--warning-bg: rgba(245,158,11,.12);--danger: #EF4444;--danger-bg: rgba(239,68,68,.12);--ws-int-bg: rgba(59,130,246,.12);--ws-int-border: #3b82f6;--ws-int-text: #93c5fd;--ws-local-bg: rgba(34,197,94,.12);--ws-local-border: #22c55e;--ws-local-text: #86efac;--ws-all-bg: rgba(255,255,255,.06);--ws-all-border: #555555;--ws-all-text: #999999;--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow: 0 2px 8px rgba(0,0,0,.5);--shadow-md: 0 4px 16px rgba(0,0,0,.6)}:root.light{color-scheme:light;--brand: #111111;--brand-dark: #222222;--brand-deeper: #333333;--brand-light: rgba(0,0,0,.05);--brand-mid: #E5E5E5;--sidebar-bg: #111111;--sidebar-hover: rgba(255,255,255,.06);--sidebar-active: rgba(255,255,255,.1);--sidebar-text: rgba(255,255,255,.6);--sidebar-text-active: #FFFFFF;--sidebar-border: #222222;--bg: #F5F5F5;--bg-secondary: #EEEEEE;--surface: #FFFFFF;--surface-raised: #FAFAFA;--border: #E0E0E0;--border-strong: #CCCCCC;--text-primary: #111111;--text-secondary: #555555;--text-muted: #999999;--success: #16A34A;--success-bg: #F0FDF4;--warning: #D97706;--warning-bg: #FFFBEB;--danger: #DC2626;--danger-bg: #FEF2F2;--ws-int-bg: rgba(59,130,246,.08);--ws-int-border: #3b82f6;--ws-int-text: #1d4ed8;--ws-local-bg: rgba(34,197,94,.08);--ws-local-border: #22c55e;--ws-local-text: #15803d;--ws-all-bg: rgba(0,0,0,.04);--ws-all-border: #999999;--ws-all-text: #555555;--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}body{font-family:Poppins,-apple-system,sans-serif;background:var(--bg);color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}h1,h2,h3,h4{font-family:Poppins,sans-serif;font-weight:700}button{cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}@media (max-width: 768px){.sidebar-desktop{display:none!important}.mobile-header{display:flex!important}.main-content{padding:16px!important}}@media (min-width: 769px){.mobile-header{display:none!important}}
