:root{color-scheme:light;--border: #d9d9d9;--bg: #fafafa;--bg-raised: #ffffff;--text: #1a1a1a;--text-muted: #666666;--accent: #4a5568}:root[data-theme=dark]{color-scheme:dark;--border: #3f3f3f;--bg: #1e1e1e;--bg-raised: #282828;--text: #e6e6e6;--text-muted: #9a9a9a;--accent: #8b9bb4}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;background:var(--bg-raised);color:var(--text)}.app{display:flex;flex-direction:column;height:100%}.toolbar{display:flex;align-items:center;gap:1rem;padding:0 1rem;height:48px;border-bottom:1px solid var(--border);background:var(--bg);flex:none}.toolbar-brand{font-size:1rem;font-weight:700;margin:0}.toolbar-theme{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.toolbar-theme select{font-size:.85rem;padding:.25rem .5rem}.toolbar-actions{margin-left:auto;display:flex;gap:.5rem}.toolbar-actions button{font-size:.85rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-raised);color:var(--text);cursor:pointer}.toolbar-actions button:hover{border-color:var(--accent)}.panes{display:flex;flex:1;min-height:0}.editor-pane{display:flex;flex-direction:column;width:50%;min-width:0;border-right:1px solid var(--border)}.editor-tabs{display:flex;flex:none;border-bottom:1px solid var(--border);background:var(--bg)}.editor-tab{padding:.4rem 1.25rem;font-size:.85rem;border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;color:var(--text-muted)}.editor-tab.active{color:var(--text);border-bottom-color:var(--accent);font-weight:600}.editor-body{flex:1;min-height:0;overflow:hidden}.editor-body[hidden]{display:none}.editor-body>div{height:100%}.editor-body .cm-editor{height:100%;font-size:14px}.preview-frame{width:50%;height:100%;border:none;background:#fff}
