.recommend-workspace{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.draft-editor{position:sticky;top:82px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(26,63,48,.08)}.draft-head{display:flex;align-items:center;justify-content:space-between}.draft-head span{color:var(--green);font-size:12px;font-weight:800}.draft-head h2{margin:4px 0 0;font-size:20px}.draft-head b{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green)}.draft-name{display:flex;flex-direction:column;gap:6px;margin:16px 0 12px;color:var(--muted);font-size:12px;font-weight:700}.draft-name input{border:1px solid var(--line);border-radius:9px;padding:10px 11px;color:var(--ink)}.draft-items{display:grid;max-height:420px;gap:9px;overflow:auto}.draft-empty{padding:26px 12px;border:1px dashed #cbd8d2;border-radius:11px;text-align:center;color:var(--muted);font-size:13px}.draft-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:9px;padding:11px;border:1px solid var(--line);border-radius:11px}.draft-position{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:#eef4f1;color:var(--green);font-weight:800}.draft-item strong,.draft-item small,.draft-item p{display:block}.draft-item strong{font-size:13px}.draft-item small{margin-top:3px;color:var(--muted);font-size:11px}.draft-item p{margin:5px 0 0;color:#586761;font-size:11px;line-height:1.4}.draft-actions{display:flex;flex-direction:column;gap:4px}.draft-actions button{width:25px;height:24px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer}.draft-actions button:disabled{opacity:.35}.draft-validation{display:grid;gap:5px;margin:12px 0;padding:10px;border-radius:9px;background:#fff8e8;color:#75551f;font-size:11px;line-height:1.45}.draft-validation strong,.draft-validation span{display:block}.draft-editor>#saveDraft{width:100%}.saved-drafts{display:grid;gap:7px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.saved-drafts>strong{font-size:12px}.saved-drafts button{display:flex;justify-content:space-between;gap:8px;border:0;border-radius:8px;background:#f5f8f6;padding:8px 9px;text-align:left;cursor:pointer}.saved-drafts button span{font-size:12px;font-weight:700}.saved-drafts button small{color:var(--muted);font-size:10px}.recommend-card-tools{display:flex;flex:0 0 auto;gap:7px;align-items:center}.recommend-card-tools .mini-button{white-space:nowrap}@media(max-width:1100px){.recommend-workspace{grid-template-columns:1fr}.draft-editor{position:static;order:-1}.draft-items{max-height:320px}}@media(max-width:700px){.recommend-card-tools{width:100%;margin-top:8px}.recommend-card-tools button{flex:1}.draft-editor{padding:14px}}