.draft-dialog{width:min(1360px,96vw);height:92vh;max-width:none;max-height:96vh;margin:auto;padding:0;border:1px solid #dfe3eb;border-radius:20px;background:#f7f8fb;color:#20232b;box-shadow:0 24px 90px #18244140}
.draft-dialog .sp{flex:1}.draft-shell>.draft-shell{flex:1;height:auto}
.draft-dialog::backdrop{background:#18244180;backdrop-filter:blur(4px)}
.draft-shell{height:100%;display:flex;flex-direction:column}
.draft-top,.draft-tools,.draft-reader-actions{display:flex;align-items:center;gap:12px;padding:16px 22px;flex-wrap:wrap;background:white;border-bottom:1px solid #e0e4ec}
.draft-top h2{margin:0;font-size:21px}.draft-top p{margin:5px 0 0;color:#697385;font-size:13px}
.draft-tools{padding:12px 22px}.draft-tools label{display:flex;align-items:center;gap:8px;font-size:14px}
.draft-dialog input[type=checkbox]{width:18px;height:18px;accent-color:#315bd6;flex-shrink:0}
.draft-layout{display:grid;grid-template-columns:340px minmax(0,1fr);min-height:0;flex:1}
.draft-list{overflow:auto;border-right:1px solid #e0e4ec;padding:12px}
.draft-row{display:flex;align-items:flex-start;gap:10px;padding:14px 12px;margin-bottom:8px;border:1px solid #e1e5ee;border-radius:12px;background:white}
.draft-row.active{border-color:#315bd6;box-shadow:0 0 0 1px #315bd6}
.draft-row button{border:0;background:none;text-align:left;color:inherit;font:inherit;cursor:pointer;padding:0;flex:1}
.draft-row strong{font-size:14px;line-height:1.5;display:block}.draft-row small{display:block;margin-top:8px;color:#697385}
.draft-reader{display:flex;flex-direction:column;min-height:0;background:white}
.draft-reader iframe{border:0;width:100%;flex:1;min-height:220px;background:white}
.draft-reader-actions{padding:12px 18px;font-size:13px}
.draft-flags{padding:12px 20px;background:#fff6df;color:#78530d;font-size:13px;line-height:1.6;max-height:150px;overflow:auto}
.draft-plan{padding:24px;overflow:auto;flex:1}.draft-plan table{width:100%;border-collapse:collapse;background:white;font-size:14px}.draft-plan th,.draft-plan td{padding:14px;text-align:left;border-bottom:1px solid #e0e4ec;vertical-align:top}.draft-plan th{color:#697385;font-size:12px;text-transform:uppercase}.draft-plan td:first-child{max-width:480px}
.draft-notice{padding:18px 22px;color:#697385;line-height:1.6}.draft-error{color:#a32727;background:#fff0f0;padding:12px 22px}
@media(max-width:760px){.draft-dialog{width:98vw;height:96vh;border-radius:12px}.draft-layout{grid-template-columns:1fr;grid-template-rows:190px minmax(0,1fr)}.draft-list{border-right:0;border-bottom:1px solid #e0e4ec}.draft-top,.draft-tools{padding:12px}.draft-top h2{font-size:18px}.draft-plan{padding:12px}.draft-plan th,.draft-plan td{padding:8px;font-size:12px}}
