:root{font-family:Inter,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}body{margin:0;display:flex;min-height:100vh}#root{display:flex;flex-direction:column;width:100%}*{box-sizing:border-box}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1a1a1a;border-bottom:1px solid #333}.header-left{display:flex;align-items:center;gap:1rem}.logo{height:40px}.title{margin:0;font-size:1.5rem}.actions{display:flex;gap:1rem}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;color:#fff}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.main-content{display:flex;flex:1;overflow:hidden}.editor-pane,.preview-pane{flex:1;display:flex;flex-direction:column;border-right:1px solid #333}.pane-title{padding:.5rem 1rem;background-color:#1f1f1f;border-bottom:1px solid #333;margin:0;font-size:1rem;color:#888}.editor{flex:1;width:100%;resize:none;border:none;background-color:transparent;color:inherit;padding:1rem;font-family:Fira Code,monospace;font-size:1rem;outline:none}.preview{flex:1;padding:1rem;overflow-y:auto;background-color:#2a2a2a}.preview h1,.preview h2,.preview h3{margin-top:0}.char-counter{padding:.5rem 1rem;text-align:right;font-size:.9rem;color:#888;border-top:1px solid #333}.limit-reached{color:#ff4a4a}.footer{padding:1rem;text-align:center;font-size:.9rem;color:#888;background-color:#1a1a1a;border-top:1px solid #333}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}.header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}button{background-color:#f8f9fa;color:#213547;border:1px solid #dee2e6}.pane-title{background-color:#f1f3f5;border-bottom:1px solid #dee2e6;color:#495057}.editor-pane,.preview-pane{border-right:1px solid #dee2e6}.preview{background-color:#f8f9fa}.char-counter{border-top:1px solid #dee2e6}.footer{background-color:#f8f9fa;border-top:1px solid #dee2e6}}@media print{.header,.editor-pane,.char-counter,.pane-title,.footer{display:none!important}.main-content{display:block}.preview-pane{border:none;display:block}.preview{background-color:#fff;color:#000;padding:0;overflow:visible}body,html{background-color:#fff;height:auto}}
