*{box-sizing:border-box;margin:0;padding:0}.dw-app{color:#1e293b;flex-direction:column;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.dw-header{color:#fff;z-index:100;background:#444;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.dw-header-left,.dw-header-center,.dw-header-right{align-items:center;gap:8px;display:flex}.dw-logo{white-space:nowrap;font-size:16px;font-weight:800}.dw-page-name{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;width:160px;padding:5px 12px;font-size:13px}.dw-page-name::placeholder{color:#fff6}.dw-tool-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:16px;transition:background .2s}.dw-tool-btn:hover{background:#ffffff26}.dw-sep{background:#fff3;width:1px;height:20px}.dw-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:700;transition:opacity .2s}.dw-btn:hover{opacity:.9}.dw-btn-primary{color:#fff;background:#3b82f6}.dw-btn-secondary{color:#fff;background:#ffffff26}.dw-btn-export{color:#fff;background:#22c55e}.dw-btn-danger{color:#fff;background:#ef4444}.dw-lang{color:#fff9;cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700}.dw-lang.active{color:#444;background:#fff}.dw-editor-wrap{flex:1;display:flex;position:relative;overflow:hidden}.dw-editor-wrap>div{width:100%;height:100%}.dw-left-panel{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:240px;display:flex;overflow-y:auto}.dw-right-panel{background:#f8fafc;border-left:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto}.dw-panel-header{color:#475569;z-index:1;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 14px;font-size:13px;font-weight:700;position:sticky;top:0}.dw-panel-content{flex:1;padding:8px;overflow-y:auto}.dw-panel-tabs{z-index:1;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;position:sticky;top:0}.dw-panel-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 8px;font-size:12px;font-weight:600;transition:all .2s}.dw-panel-tab:hover{color:#475569}.dw-panel-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.dw-canvas-wrap{background:#e2e8f0;flex:1;overflow:hidden}.dw-canvas-wrap .gjs-frame-wrapper{height:100%!important}.dw-footer{color:#94a3b8;background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 16px;font-size:11px;display:flex}.dw-footer a{color:#3b82f6;font-weight:600;text-decoration:none}.dw-footer a:hover{text-decoration:underline}.dw-toast{color:#fff;z-index:9999;background:#22c55e;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;animation:.3s dw-slide-up;position:fixed;bottom:20px;right:20px}@keyframes dw-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dw-modal-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dw-modal{background:#fff;border-radius:16px;width:480px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.dw-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dw-modal-header h3{font-size:16px;font-weight:700}.dw-modal-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:24px}.dw-modal-body{padding:16px 20px}.dw-page-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.dw-page-date{color:#94a3b8;margin-left:8px;font-size:11px}.dw-page-actions{gap:6px;display:flex}.gjs-editor,.gjs-editor-wrapper{--gjs-primary-color:#444;--gjs-secondary-color:#ddd;--gjs-tertiary-color:#804f7b;--gjs-quaternary-color:#d278c9;--gjs-color-highlight:#71b7f1;--gjs-font-color:#ddd;--gjs-font-color-active:#f8f8f8}
