:root{--bg: #ffffff;--fg: #111111;--error-border: #ff6b6b;--error-bg: #4a1a1a;--error-title: #ff9999;--error-text: #ff6b6b;--error-explanation: #ffcccc;--table-header-bg: #f5f5f5;--table-header-text: #000}.dark{--bg: #111111;--fg: #f5f5f5;--error-border: #ff6b6b;--error-bg: #000000;--error-title: #ff9999;--error-text: #ff6b6b;--error-explanation: #ffcccc;--table-header-bg: #3a3a3a;--table-header-text: rgba(255, 255, 255, .87)}@media (prefers-color-scheme: light){:root:not(.dark){--error-border: #c00;--error-bg: #fff5f5;--error-title: #c00;--error-text: #c00;--error-explanation: #800}}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,sans-serif}button{cursor:pointer}.header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #ddd}.actions{display:flex;gap:8px;align-items:center}.container{display:flex;height:calc(100% - 49px)}.main{flex:1;display:flex;flex-direction:column}.toolbar{padding:8px;display:flex;gap:8px;border-bottom:1px solid #ddd}.editor{flex:1;min-height:0}label.file{padding:6px 10px;border:1px solid #ccc;border-radius:6px;display:inline-block}
