*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#f5f7fa}#root{min-height:100vh;display:flex;flex-direction:column}.app-container{width:800px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:20px}.app-header{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.app-header h1{font-size:24px;font-weight:600;color:#1a202c}.header-actions{display:flex;gap:16px}.theme-switcher{display:flex;align-items:center;gap:8px}.theme-switcher label{font-size:14px;font-weight:500;color:#4a5568}.theme-switcher button{padding:6px 12px;font-size:13px;font-weight:500;color:#4a5568;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s ease}.theme-switcher button:hover{background:#edf2f7;border-color:#cbd5e0}.theme-switcher button.active{color:#2d3748;background:#e2e8f0;border-color:#a0aec0}.toolbar{display:flex;gap:8px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex-wrap:wrap}.toolbar button{padding:8px 16px;font-size:14px;font-weight:500;color:#2d3748;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s ease}.toolbar button:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px)}.toolbar button:active{transform:translateY(0)}.editor-wrapper{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.tiptap-editor{padding:24px;min-height:500px;outline:none}.tiptap-editor h1{font-size:32px;font-weight:700;margin:24px 0 16px;color:#1a202c}.tiptap-editor h2{font-size:24px;font-weight:600;margin:20px 0 12px;color:#2d3748}.tiptap-editor p{margin:12px 0;color:#4a5568;line-height:1.7}.tiptap-editor ul,.tiptap-editor ol{margin:12px 0;padding-left:24px}.tiptap-editor li{margin:6px 0;color:#4a5568}.tiptap-editor strong{font-weight:600;color:#2d3748}.tiptap-editor a{color:#3182ce;text-decoration:none}.tiptap-editor a:hover{text-decoration:underline}.app-footer{padding:20px;text-align:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.app-footer p{margin:8px 0;font-size:14px;color:#718096}.app-footer a{color:#3182ce;text-decoration:none;font-weight:500}.app-footer a:hover{text-decoration:underline}@media(max-width:768px){.app-container{padding:12px}.app-header{flex-direction:column;gap:16px;text-align:center}.header-actions{width:100%;justify-content:center}.toolbar{justify-content:center}.tiptap-editor{padding:16px}}
