:root{color-scheme:light}body,html{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;background:#0b1020;color:#e8eaf0}*{box-sizing:border-box}a{color:inherit}button,input,textarea{font:inherit}.appShell{height:100%;display:flex;flex-direction:column}.topBar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.container{flex:1 1;min-height:0}.split{height:100%;display:grid;grid-template-columns:320px 1fr;grid-gap:0;gap:0}.sidebar{border-right:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02);min-height:0;display:flex;flex-direction:column}.main{min-height:0;display:grid;grid-template-rows:1fr 360px}.panel{min-height:0;padding:12px}.card{border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);border-radius:10px}.btn{cursor:pointer;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:inherit;border-radius:8px;padding:6px 10px}.btnPrimary{border-color:rgba(123,92,255,.55);background:rgba(123,92,255,.22)}.btnDanger{border-color:rgba(255,72,72,.55);background:rgba(255,72,72,.16)}.input{width:100%;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.03);color:inherit;border-radius:8px;padding:8px 10px}.muted{color:rgba(232,234,240,.72)}