:root{--bg:#fbfaf8;--text:#151618;--accent:#d33a3c;--accent-bg-soft:#f2e9e8;--border:#e5e4e2;--border-light:#ecebe8;--muted-1:#606369;--muted-2:#6e7278;--muted-3:#45484c;--muted-4:#7d8086;--sidebar-active-bg:#ffe4e1;--sidebar-active-text:#a83634;--idle-dot:#aaaeb4;--toggle-off:#d9d7d3;--white:#fff}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font-family:Manrope,sans-serif}button{font-family:inherit}@keyframes vx-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes vx-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.mono{font-family:JetBrains Mono,monospace}.vx-app-shell{display:flex;flex-direction:row}.vx-sidebar{width:220px;flex:none;background:#fff;border-right:1px solid var(--border);padding:20px 14px}.vx-sidebar,.vx-sidebar-nav{display:flex;flex-direction:column}.vx-sidebar-spacer{flex:1 1}.vx-panel-header{padding:24px 32px 16px}.vx-panel-body{padding:0 32px 28px}.vx-panel-body-tight{padding:0 32px 12px}.vx-panel-margin{margin:0 32px 28px}.vx-panel-margin-tight{margin:0 32px 12px}.vx-panel-margin-error{margin:0 32px}.vx-textarea-pad{padding:28px 32px}.vx-panel-hpad{padding-left:32px;padding-right:32px}.vx-ad-banner{width:160px}@media (max-width:768px){.vx-app-shell{flex-direction:column;height:100dvh}.vx-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;border-right:none;border-bottom:1px solid var(--border);padding:8px 12px;gap:8px}.vx-sidebar-brand{order:1}.vx-sidebar-account{order:2;margin-left:auto}.vx-sidebar-nav{order:3;flex-direction:row;flex-basis:100%;overflow-x:auto;gap:4px}.vx-sidebar-spacer,.vx-sidebar-status{display:none}.vx-panel-header{padding:14px 16px 8px;flex-wrap:wrap}.vx-panel-body{padding:0 16px 16px}.vx-panel-body-tight{padding:0 16px 10px}.vx-panel-margin{margin:0 16px 16px}.vx-panel-margin-tight{margin:0 16px 10px}.vx-panel-margin-error{margin:0 16px}.vx-textarea-pad{padding:16px}.vx-panel-hpad{padding-left:16px;padding-right:16px}.vx-ad-banner{display:none!important}.vx-sidebar-email{display:none}.vx-sidebar-account,.vx-sidebar-account button{padding:4px 8px;margin-top:0}}textarea:focus{border-color:var(--accent)!important}.vx-rte:empty:before{content:attr(data-placeholder);color:var(--muted-4);pointer-events:none}.vx-rte:focus{border-color:var(--accent)!important}.vx-rte ol,.vx-rte ul{margin:0 0 0 1.2em;padding:0}