:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-color: #1e1e1e;--text-color: #d4d4d4;--editor-wrapper-bg: rgba(45, 45, 48, .1);--editor-wrapper-border: rgba(80, 80, 80, .5);--button-bg: #3c3c3c;--button-hover-bg: #5a5a5a;--control-padding: 15px;--editor-gap: 20px;--editor-bg-light: #ffffff;--editor-text-light: #24292e;--gutter-bg-light: #f6f8fa;--gutter-text-light: #6a737d;--selection-bg-light: #0366d640;--cursor-color-light: #044289}body,html,#root{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-color);color:var(--text-color);width:100%;height:100%;overflow-x:hidden}.app-container{display:flex;flex-direction:column;min-height:100vh;padding:var(--control-padding);box-sizing:border-box}.app-header{margin-bottom:var(--editor-gap);display:flex;justify-content:space-between;align-items:center}.app-header h1{margin:0 15px;font-weight:300;color:#ccc;flex-grow:1;text-align:center}.header-buttons-left{display:flex;gap:10px}.header-action-button{background-color:var(--button-bg);color:var(--text-color);border:1px solid var(--editor-wrapper-border);padding:8px 15px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;white-space:nowrap}.header-action-button:hover{background-color:var(--button-hover-bg)}.editors-area{display:flex;flex-grow:1;gap:0;width:100%;margin-left:auto;margin-right:auto;position:relative}.editor-wrapper{min-width:50px;background-color:var(--editor-wrapper-bg);border:1px solid var(--editor-wrapper-border);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column}.editors-area.diff-mode .editor-wrapper.right-pane{background-color:transparent;border-color:transparent;box-shadow:none;padding:0}.splitter{width:10px;background-color:#64646433;cursor:col-resize;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:10;transition:background-color .2s ease}.splitter:hover{background-color:#78787866}.splitter.dragging{background-color:#96969680}.splitter:before{content:"";width:2px;height:30px;background-color:#c8c8c84d;border-radius:1px}.codemirror-editor-container,.codemirror-diff-container{flex-grow:1;overflow:hidden;border-radius:6px;height:100%}.cm-scroller::-webkit-scrollbar{width:10px;height:10px}.cm-scroller::-webkit-scrollbar-track{background:#0000001a}.cm-scroller::-webkit-scrollbar-thumb{background:#4f4f4f;border-radius:5px}.cm-scroller::-webkit-scrollbar-thumb:hover{background:#6a6a6a}.cm-merge-b .cm-changedText{background:none!important;border:none!important;text-decoration:underline dashed rgba(45,212,129,.3) 2.5px!important;text-underline-offset:3px}.cm-merge-a .cm-changedText{background:none!important;border:none!important;text-decoration:underline dashed rgba(239,68,68,.3) 2.5px!important;text-underline-offset:3px}.codemirror-diff-container .cm-mergeView,.codemirror-diff-container .cm-mergeViewEditors,.codemirror-diff-container .cm-mergeViewEditor{height:100%!important}.codemirror-diff-container .cm-mergeViewEditor .cm-scroller{height:100%}.hud-controls-container{position:absolute;top:0;left:0;display:flex;z-index:1000;user-select:none;-webkit-user-select:none;box-shadow:-1px 1px 3px #0003;border-radius:4px;overflow:hidden}.hud-controls-container.fallback{position:fixed;transform:translateY(-50%)!important;top:50%;left:auto;right:0}.hud-history-buttons{display:flex;background-color:#2d2d30;border:1px solid #444444;border-right:none}.hud-history-button{padding:6px 10px;color:#ccc;font-size:1.1rem;cursor:pointer;transition:background-color .15s ease}.hud-history-button:first-child{border-right:1px solid #444444}.hud-history-button:hover{background-color:#353538}.hud-button-container{position:relative;background-color:#2d2d30;border:1px solid #444444;border-left:1px solid #555555;box-shadow:none;border-top-left-radius:0;border-bottom-left-radius:0}.hud-button-notch{width:16px;align-self:stretch;display:flex;align-items:center;justify-content:center;background-color:#0000001a;cursor:default;padding:0 1px}.hud-button-notch:before{content:"⋮";color:#888;font-size:1.2em;line-height:0;opacity:.6}.hud-button-text{padding:6px 12px 6px 10px;color:#ccc;font-size:.85rem;font-weight:400;white-space:nowrap;cursor:pointer}.hud-controls-container:hover .hud-history-button,.hud-controls-container:hover .hud-button-container{background-color:#353538}.hud-controls-container:hover .hud-button-notch{background-color:#00000026}.hud-controls-container:hover .hud-button-notch:before{opacity:.9;color:#aaa}@media (max-width: 768px){.editors-area.separate-mode{flex-direction:column}.editors-area .splitter{display:none}.editors-area .editor-wrapper{width:100%!important;flex-basis:auto!important;min-height:45vh}.app-container{padding:10px}.app-header{flex-wrap:wrap;justify-content:center;gap:10px}.app-header h1{font-size:1.2rem;order:-1;width:100%;margin-bottom:10px}.hud-controls-container{border-radius:3px}.hud-button-notch{width:18px}.hud-button-notch:before{font-size:1.2em}.hud-button-text{padding:7px 15px 7px 12px;font-size:.85rem}}
