*{box-sizing:border-box}:root{--font-geist-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-geist-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}html,body{color:#e5e7eb;font-family:var(--font-geist-sans);background:#0a0e1a;height:100vh;margin:0;padding:0;overflow:hidden}body{flex-direction:column;display:flex}.layout{background:#0a0e1a;grid-template-columns:280px 1fr;gap:16px;height:100vh;padding:16px;display:grid;overflow:hidden}.left{scrollbar-width:thin;scrollbar-color:#1f2937 transparent;flex-direction:column;gap:16px;display:flex;overflow:hidden auto}.left::-webkit-scrollbar{width:6px}.left::-webkit-scrollbar-thumb{background:#1f2937;border-radius:3px}.left::-webkit-scrollbar-track{background:0 0}.center{background:#0a0e1a;border-radius:16px;flex-direction:column;min-height:0;display:flex;position:relative;overflow:hidden}.error{color:#fecaca;z-index:200;background:#7f1d1d;border-radius:8px;padding:10px 16px;font-size:14px;position:fixed;top:20px;left:50%;transform:translate(-50%)}@media (max-width:900px){.layout{grid-template-columns:1fr;height:100vh}.left{order:2;max-height:40vh;overflow-y:auto}.center{order:1;min-height:60vh}}
