#documentStudio .ds52-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:14px}
#documentStudio .ds52-head h1{margin:2px 0 5px}
.ds52-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#e9f7ef;color:#17643a;font-weight:700;font-size:12px;border:1px solid #bfe7ce}
.ds52-grid{display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);gap:16px;align-items:start}
.ds52-panel{background:#fff;border:1px solid #dce4eb;border-radius:12px;box-shadow:0 3px 12px rgba(15,39,63,.06);padding:16px}
.ds52-drop{border:2px dashed #9db1c3;border-radius:12px;padding:24px 16px;text-align:center;background:#f8fbfd;cursor:pointer;transition:.15s}
.ds52-drop:hover,.ds52-drop.drag{border-color:#b48a2d;background:#fffbef}
.ds52-drop strong{display:block;font-size:17px;color:#10273f;margin-bottom:5px}
.ds52-drop input{display:none}
.ds52-supported{font-size:12px;line-height:1.5;color:#5f6f7f;margin-top:12px}
.ds52-file-card{margin-top:12px;border:1px solid #dce4eb;border-radius:10px;padding:11px;background:#fbfdff;display:none}
.ds52-file-card.active{display:block}
.ds52-file-name{font-weight:800;word-break:break-word;color:#10273f}
.ds52-meta{font-size:12px;color:#68798a;margin-top:3px}
.ds52-progress{height:9px;border-radius:999px;background:#e8eef3;overflow:hidden;margin-top:10px;display:none}
.ds52-progress.active{display:block}.ds52-progress>span{display:block;height:100%;width:0;background:linear-gradient(90deg,#1f6aa5,#c99b34);transition:width .2s}
.ds52-status{font-size:12px;color:#425466;min-height:18px;margin-top:8px;line-height:1.45}
.ds52-status.error{color:#9f1d1d}.ds52-status.good{color:#17643a}
.ds52-options{margin-top:14px;display:grid;gap:9px}.ds52-options label{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.3}.ds52-options input{width:auto;margin-top:2px}
.ds52-original-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}
.ds52-recent{margin-top:14px}.ds52-recent h3{font-size:14px;margin:0 0 8px}.ds52-recent-list{display:grid;gap:6px}.ds52-recent-item{display:flex;gap:6px;align-items:center}.ds52-recent-item button:first-child{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ds52-workspace{min-width:0}.ds52-toolbar{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding:10px;border:1px solid #dce4eb;border-bottom:0;border-radius:10px 10px 0 0;background:#f5f8fa;position:sticky;top:0;z-index:3}
.ds52-toolbar button,.ds52-toolbar select{min-height:34px}.ds52-toolbar .ds52-sep{width:1px;height:26px;background:#ccd8e2;margin:0 2px}
.ds52-editor-wrap{border:1px solid #dce4eb;border-radius:0 0 10px 10px;background:#eef2f5;padding:18px;min-height:600px;overflow:auto}
.ds52-editor{width:min(100%,850px);min-height:1020px;margin:0 auto;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.12);padding:62px 68px;outline:none;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.ds52-editor:empty:before{content:'Open a document or start typing here…';color:#99a5af}
.ds52-editor h1{font-size:28px}.ds52-editor h2{font-size:22px}.ds52-editor h3{font-size:18px}.ds52-editor table{border-collapse:collapse;width:100%;margin:10px 0}.ds52-editor th,.ds52-editor td{border:1px solid #667788;padding:6px;vertical-align:top}.ds52-editor img{max-width:100%;height:auto}.ds52-page-break{border:0;border-top:2px dashed #9aa8b5;margin:28px 0;page-break-after:always}.ds52-source-note{background:#fff8db;border-left:4px solid #c99b34;padding:8px 10px;color:#554316;font-size:12px}
.ds52-export{margin-top:14px}.ds52-export h3{margin:0 0 9px;font-size:15px}.ds52-export-buttons{display:flex;gap:7px;flex-wrap:wrap}.ds52-export-buttons button{min-width:92px}.ds52-export-buttons .primary{min-width:125px}
.ds52-privacy{margin-top:12px;padding:10px;border-radius:9px;background:#eef7ff;border:1px solid #cde3f7;font-size:12px;line-height:1.45;color:#244b68}
.ds52-warning{margin-top:12px;padding:10px;border-radius:9px;background:#fff8e6;border:1px solid #eed89d;font-size:12px;line-height:1.45;color:#604b16}
.ds52-preview{margin-top:12px;max-height:230px;overflow:auto;border:1px solid #dce4eb;border-radius:9px;background:#f4f7f9;padding:8px;display:none}.ds52-preview.active{display:block}.ds52-preview img{max-width:100%;display:block;margin:auto}.ds52-preview iframe{width:100%;height:210px;border:0;background:white}
.ds52-counts{display:flex;gap:12px;flex-wrap:wrap;margin:9px 0 0;font-size:12px;color:#617181}
@media(max-width:1000px){.ds52-grid{grid-template-columns:1fr}.ds52-editor-wrap{min-height:450px}.ds52-editor{min-height:800px;padding:38px 30px}.ds52-head{flex-direction:column}}
@media print{body>*{display:none!important}#ds52PrintRoot{display:block!important}.ds52-editor{box-shadow:none;padding:0;width:auto;min-height:0}}
