: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Segoe UI,Arial,sans-serif;background-color:#f5f5f5;color:#202124;overflow:hidden}.editor-container{display:flex;flex-direction:column;height:100vh;background-color:#fff}.editor-header{background-color:#fff;border-bottom:1px solid #dadce0;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;box-shadow:0 1px 2px #0000001a}.editor-header h1{font-size:20px;font-weight:500;color:#202124}.toolbar{display:flex;align-items:center;gap:12px}.toolbar-button{background-color:#1a73e8;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-family:inherit;font-weight:500;transition:background-color .2s,box-shadow .2s}.toolbar-button:hover{background-color:#1557b0;box-shadow:0 1px 3px #0003}.toolbar-button:active{background-color:#174ea6}.status{font-size:12px;color:#5f6368;margin-left:10px;font-weight:500}.formatting-toolbar{background-color:#fff;border-bottom:1px solid #dadce0;padding:8px 24px;display:flex;align-items:center;gap:16px;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.format-group{display:flex;align-items:center;gap:2px;padding:2px;border-radius:4px}.format-button{background-color:transparent;color:#5f6368;border:none;padding:8px 10px;border-radius:4px;cursor:pointer;font-size:14px;font-family:inherit;font-weight:500;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.format-button:hover{background-color:#f1f3f4;color:#202124}.format-button:active{background-color:#e8eaed}.format-button strong{font-weight:700}.format-button em{font-style:italic}.format-button u{text-decoration:underline}.format-button s{text-decoration:line-through}.format-select{background-color:transparent;color:#5f6368;border:1px solid #dadce0;padding:6px 8px;border-radius:4px;cursor:pointer;font-size:14px;font-family:inherit;font-weight:500;min-width:100px;transition:border-color .2s}.format-select:hover{border-color:#1a73e8}.format-select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.editor-main{flex:1;display:flex;overflow:hidden;background-color:#fff}.editor-content{flex:1;background-color:#fff;color:#202124;border:none;outline:none;font-family:Roboto,Segoe UI,Arial,sans-serif;font-size:14px;line-height:1.6;padding:24px;resize:none;overflow-y:auto;min-height:100%}.editor-content:empty:before{content:attr(placeholder);color:#9aa0a6;pointer-events:none}.editor-content:focus{outline:none}.editor-content h1{font-size:24px;font-weight:400;margin:16px 0 8px;color:#202124}.editor-content h2{font-size:20px;font-weight:400;margin:14px 0 6px;color:#202124}.editor-content h3{font-size:18px;font-weight:400;margin:12px 0 6px;color:#202124}.editor-content h4{font-size:16px;font-weight:400;margin:10px 0 4px;color:#202124}.editor-content p{margin:8px 0;line-height:1.6}.editor-content ul,.editor-content ol{margin:8px 0;padding-left:24px}.editor-content li{margin:4px 0}.editor-content a{color:#1a73e8;text-decoration:none}.editor-content a:hover{text-decoration:underline}.editor-content img{max-width:100%;height:auto;border-radius:4px;margin:8px 0}.editor-footer{background-color:#f8f9fa;color:#5f6368;padding:8px 24px;font-size:12px;flex-shrink:0;border-top:1px solid #dadce0}.stats{display:flex;gap:20px;font-weight:500}.editor-content::-webkit-scrollbar{width:8px}.editor-content::-webkit-scrollbar-track{background:#f1f3f4}.editor-content::-webkit-scrollbar-thumb{background:#dadce0;border-radius:4px}.editor-content::-webkit-scrollbar-thumb:hover{background:#bdc1c6}@media (max-width: 768px){.editor-header{flex-direction:column;gap:12px;align-items:flex-start;padding:16px}.toolbar{width:100%;justify-content:space-between}.formatting-toolbar{padding:8px 16px;flex-wrap:wrap;gap:8px}.format-group{gap:1px}.format-button{min-width:28px;height:28px;font-size:12px}.editor-content{font-size:16px;padding:16px}.editor-footer{padding:8px 16px}}
