body.smart-draft-open { overflow: hidden; }

.smart-draft-entry {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  padding: 20px 22px;
  border: 1px solid #bcd1d9;
  border-radius: 18px;
  background: linear-gradient(135deg, #edf6f8 0%, #f9fcfc 58%, #fff 100%);
  box-shadow: 0 9px 28px rgba(19, 63, 79, .08);
}
.smart-draft-entry-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; color: #fff; background: #193f4e; font-size: 28px; }
.smart-draft-entry p, .smart-draft-entry h3 { margin: 0; }
.smart-draft-entry p { color: #57839a; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.smart-draft-entry h3 { margin-top: 4px; color: #101820; font-size: 20px; }
.smart-draft-entry span { display: block; max-width: 720px; margin-top: 6px; color: #6f7477; font-size: 13px; line-height: 1.45; }
.smart-draft-entry button,
.smart-draft-analyze,
.smart-draft-apply { min-height: 46px; padding: 0 20px; border: 0; border-radius: 12px; color: #fff; background: #193f4e; font-weight: 750; cursor: pointer; }
.smart-draft-entry button:hover, .smart-draft-analyze:hover, .smart-draft-apply:hover { background: #0f3240; }
.smart-draft-analyze:disabled, .smart-draft-apply:disabled { cursor: wait; opacity: .65; }

.smart-draft-overlay { position: fixed; z-index: 100000; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(10, 25, 31, .64); }
.smart-draft-dialog { position: relative; width: min(900px, 100%); max-height: min(850px, calc(100vh - 36px)); overflow-y: auto; border-radius: 22px; background: #f6f3f0; box-shadow: 0 30px 80px rgba(0, 0, 0, .28); }
.smart-draft-close { position: absolute; z-index: 2; top: 18px; right: 20px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: #17272e; background: #f2efec; font-size: 28px; line-height: 1; cursor: pointer; }
.smart-draft-heading { display: flex; align-items: center; gap: 14px; padding: 24px 76px 22px 26px; border-bottom: 1px solid #ded8d4; background: #fff; }
.smart-draft-spark { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 15px; color: #fff; background: #193f4e; font-size: 26px; }
.smart-draft-heading p, .smart-draft-heading h2, .smart-draft-heading span { margin: 0; }
.smart-draft-heading p { color: #57839a; font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.smart-draft-heading h2 { margin-top: 3px; color: #111; font-size: 25px; }
.smart-draft-heading div > span { display: block; margin-top: 5px; color: #74787b; font-size: 13px; }

.smart-draft-start, .smart-draft-result, .smart-draft-loading, .smart-draft-error { margin: 20px 26px 26px; }
.smart-draft-source-status { padding: 15px 17px; border: 1px solid #cbdde3; border-radius: 13px; background: #edf5f7; }
.smart-draft-source-status strong, .smart-draft-source-status span { display: block; }
.smart-draft-source-status strong { color: #173846; font-size: 14px; }
.smart-draft-source-status span { margin-top: 4px; color: #637076; font-size: 12px; }
.smart-draft-start label { display: block; margin-top: 17px; color: #26363d; font-size: 13px; font-weight: 750; }
.smart-draft-start textarea { box-sizing: border-box; width: 100%; min-height: 92px; margin-top: 7px; padding: 13px 14px; resize: vertical; border: 1px solid #d4d0cc; border-radius: 11px; background: #fff; font: inherit; }
.smart-draft-start textarea:focus { outline: 2px solid rgba(52, 107, 130, .18); border-color: #346b82; }
.smart-draft-start label small { display: block; margin-top: 7px; color: #7a7d7f; font-weight: 400; line-height: 1.4; }
.smart-draft-start label small.smart-draft-privacy { margin-top: 10px; padding: 9px 11px; border-radius: 8px; color: #566970; background: #eef4f6; }
.smart-draft-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 19px; }
.smart-draft-cancel, .smart-draft-back { min-height: 46px; padding: 0 18px; border: 1px solid #193f4e; border-radius: 12px; color: #193f4e; background: #fff; font-weight: 750; cursor: pointer; }

.smart-draft-loading { padding: 55px 20px; text-align: center; }
.smart-draft-loading strong, .smart-draft-loading p { display: block; margin: 12px 0 0; }
.smart-draft-loading p { color: #73797c; font-size: 13px; }
.smart-draft-loader { display: inline-block; width: 35px; height: 35px; border: 4px solid #d9e5e9; border-top-color: #193f4e; border-radius: 50%; animation: smart-draft-spin .85s linear infinite; }
@keyframes smart-draft-spin { to { transform: rotate(360deg); } }
.smart-draft-error { padding: 13px 15px; border: 1px solid #efc4bf; border-radius: 11px; color: #972f28; background: #fff0ee; font-size: 13px; }

.smart-draft-result > section, .smart-draft-summary, .smart-draft-legal-note { margin-top: 15px; padding: 17px 18px; border: 1px solid #ded8d4; border-radius: 14px; background: #fff; }
.smart-draft-summary { display: flex; align-items: flex-start; gap: 11px; margin-top: 0; border-color: #bfd6dd; background: #edf5f7; }
.smart-draft-summary > span { color: #28566a; font-size: 22px; }
.smart-draft-summary strong, .smart-draft-summary small { display: block; }
.smart-draft-summary strong { color: #173846; }
.smart-draft-summary small { margin-top: 4px; color: #68757a; }
.smart-draft-result h3 { margin: 0; color: #152d37; font-size: 17px; }
.smart-draft-fields { margin-top: 8px; }
.smart-draft-field { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; align-items: start; gap: 10px; padding: 12px 0; border-top: 1px solid #ece8e4; cursor: pointer; }
.smart-draft-field:first-child { border-top: 0; }
.smart-draft-field input, .smart-draft-legal-option input, .smart-draft-marking-apply input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: #193f4e; }
.smart-draft-field span strong, .smart-draft-field span b, .smart-draft-field span small { display: block; }
.smart-draft-field span strong { color: #59666b; font-size: 12px; }
.smart-draft-field span b { margin-top: 3px; color: #121719; font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; }
.smart-draft-field span small { margin-top: 4px; color: #9b6b21; }
.smart-draft-field em, .smart-draft-legal-option em { padding: 4px 7px; border-radius: 999px; color: #285a40; background: #e9f4ed; font-size: 11px; font-style: normal; white-space: nowrap; }
.smart-draft-field em.confidence-medium { color: #755b1c; background: #fff4d8; }
.smart-draft-field em.confidence-low { color: #8b3c35; background: #fbe9e7; }

.smart-draft-result > section.smart-draft-legal { border-color: #dfc987; background: #fffaf0; }
.smart-draft-section-title { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.smart-draft-section-title p { margin: 5px 0 0; color: #716a5b; font-size: 12px; line-height: 1.4; }
.smart-draft-section-title > span { align-self: flex-start; padding: 5px 8px; border-radius: 999px; color: #725813; background: #f6e8b9; font-size: 10px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.smart-draft-legal-option, .smart-draft-marking-apply { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 9px; padding: 11px 0; border-top: 1px solid #eee2bf; cursor: pointer; }
.smart-draft-legal-option span strong, .smart-draft-legal-option span b, .smart-draft-legal-option span small, .smart-draft-marking-apply span strong, .smart-draft-marking-apply span small { display: block; }
.smart-draft-legal-option span b { margin-top: 3px; font-size: 13px; }
.smart-draft-legal-option span small, .smart-draft-marking-apply span small { margin-top: 4px; color: #6d6759; line-height: 1.35; }
.smart-draft-explanation { margin: 8px 0 0; color: #766b50; font-size: 12px; line-height: 1.4; }
.smart-draft-result > section.smart-draft-marking { border-color: #c8d9df; background: #f4f9fa; }
.smart-draft-marking-apply { border-top-color: #d9e5e9; }
.smart-draft-questions ol, .smart-draft-warnings ul { margin: 10px 0 0; padding-left: 21px; color: #4f5b60; font-size: 13px; line-height: 1.55; }
.smart-draft-warnings { border-color: #ecc9c3 !important; background: #fff7f5 !important; }
.smart-draft-legal-note { display: flex; gap: 11px; color: #6b665b; font-size: 12px; line-height: 1.45; }
.smart-draft-legal-note strong { color: #362f23; }
.smart-draft-actions.sticky { position: sticky; bottom: 0; margin: 20px -26px -26px; padding: 16px 26px; border-top: 1px solid #ded8d4; background: rgba(255, 255, 255, .97); }
.smart-draft-apply.is-complete { background: #3b785b; }

@media (max-width: 720px) {
  .smart-draft-entry { grid-template-columns: 46px 1fr; padding: 16px; }
  .smart-draft-entry-icon { width: 46px; height: 46px; }
  .smart-draft-entry button { grid-column: 1 / -1; width: 100%; }
  .smart-draft-overlay { padding: 0; }
  .smart-draft-dialog { width: 100%; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .smart-draft-heading { padding-left: 16px; }
  .smart-draft-start, .smart-draft-result, .smart-draft-loading, .smart-draft-error { margin-right: 16px; margin-left: 16px; }
  .smart-draft-section-title { flex-direction: column; }
  .smart-draft-section-title > span { white-space: normal; }
  .smart-draft-actions { align-items: stretch; flex-direction: column-reverse; }
  .smart-draft-actions button { width: 100%; }
  .smart-draft-actions.sticky { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; }
}
