.draft-intro .icon-button { flex: 0 0 auto; }
.drafts-panel { border-top: 1px solid var(--line); }
.drafts-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; }
.drafts-panel-head > div { display: flex; align-items: baseline; gap: 10px; }
.drafts-panel-head h2 { margin: 0; font-size: 16px; }
.drafts-panel-head span { color: #7f8c9e; font: 500 11px "DM Mono", monospace; }
.drafts-note { white-space: nowrap; }
.drafts-list { display: grid; gap: 11px; }
.drafts-empty { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 1px dashed #c9d5e4; border-radius: 8px; background: rgba(255,255,255,.55); color: #778499; text-align: center; }
.drafts-empty > svg { width: 26px; height: 26px; margin-bottom: 13px; color: #6b9fe3; }
.drafts-empty b { color: #536078; font-size: 14px; }
.drafts-empty p { max-width: 300px; margin: 8px 0 0; font-size: 12px; line-height: 1.7; }
.draft-card { border: 1px solid #dfe6ef; border-radius: 8px; background: #fff; overflow: hidden; }
.draft-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 14px; border-bottom: 1px solid #e9eef4; background: #fbfcfe; }
.draft-label { display: inline-flex; align-items: center; gap: 6px; color: #466c9d; font-size: 11px; font-weight: 800; }
.draft-label svg { width: 14px; }
.draft-time { color: #8b96a6; font: 500 10px "DM Mono", monospace; white-space: nowrap; }
.draft-card-body { padding: 14px; }
.draft-card h2 { margin: 0; color: #26354b; font-size: 15px; line-height: 1.5; }
.draft-card p { display: -webkit-box; margin: 7px 0 0; overflow: hidden; color: #788598; font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.draft-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.draft-card-actions .text-button { padding: 4px 0; }
.draft-card details { margin-top: 13px; border-top: 1px solid #edf1f5; }
.draft-card summary { display: flex; align-items: center; gap: 6px; padding: 11px 0 0; color: #5579ab; font-size: 12px; font-weight: 700; cursor: pointer; }
.draft-card summary::marker { color: #93a2b8; }
.draft-content { display: block; width: 100%; min-height: 210px; margin-top: 10px; padding: 12px; border: 1px solid #e3e9f1; border-radius: 6px; background: #fbfdff; color: #34435a; font: 12px/1.75 "Noto Sans SC", sans-serif; resize: vertical; }
.draft-kind-rewrite { color: #3779d3; }
.draft-kind-quick { color: #08776e; }
.draft-kind-standup { color: #a46d19; }

@media (max-width: 520px) {
  .mobile-nav { grid-template-columns: repeat(4, 1fr); }
  .drafts-panel-head { padding: 14px 0; }
  .drafts-panel-head > div { gap: 7px; }
  .drafts-panel-head h2 { font-size: 15px; }
  .drafts-panel-head span { font-size: 9px; }
  .draft-card-head { align-items: flex-start; padding: 11px 12px; }
  .draft-card-body { padding: 12px; }
  .draft-card h2 { font-size: 14px; }
  .draft-time { font-size: 9px; }
  .draft-card-actions { align-items: flex-start; }
  .draft-content { min-height: 250px; font-size: 11px; }
}
