/* FCP 14.7.49 - final task readability + lead delete UI */
:root{
  --fcp49-blue:#2563eb;
  --fcp49-blue-dark:#1d4ed8;
  --fcp49-blue-soft:#eff6ff;
  --fcp49-text:#0f172a;
  --fcp49-muted:#64748b;
  --fcp49-border:#e5eaf3;
  --fcp49-bg:#f4f7fb;
  --fcp49-card:#fff;
  --fcp49-shadow:0 16px 42px rgba(15,23,42,.07);
}
body .fcp-mobile-task-bucket-list,
body .fcp-mobile-task-panel,
body .fcp-app-task-page{overflow:visible!important;}
body .fcp-mobile-task-card.fcp-task43-card,
body .fcp-mobile-task-card.fcp-task49-card,
body article[data-fcp-task-card].fcp-task43-card{
  all:unset!important;
  box-sizing:border-box!important;
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0 0 14px!important;
  padding:18px!important;
  border:1px solid var(--fcp49-border)!important;
  border-radius:22px!important;
  background:var(--fcp49-card)!important;
  color:var(--fcp49-text)!important;
  box-shadow:var(--fcp49-shadow)!important;
  overflow:hidden!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
body .fcp-mobile-task-card.fcp-task43-card *,
body .fcp-mobile-task-card.fcp-task49-card *,
body article[data-fcp-task-card].fcp-task43-card *{box-sizing:border-box!important;}
body .fcp-mobile-task-card.fcp-task43-card:before,
body .fcp-mobile-task-card.fcp-task49-card:before{
  content:""!important;position:absolute!important;left:0!important;top:20px!important;bottom:20px!important;width:4px!important;border-radius:0 999px 999px 0!important;background:transparent!important;
}
body .fcp-mobile-task-card.fcp-task43-card.is-meta-gsheet:before,
body .fcp-mobile-task-card.fcp-task49-card.is-meta-gsheet:before{background:var(--fcp49-blue)!important;}
body .fcp-mobile-task-card.fcp-task43-card.is-overdue:before,
body .fcp-mobile-task-card.fcp-task49-card.is-overdue:before{background:#dc2626!important;}
body .fcp-mobile-task-card.fcp-task43-card.is-done,
body .fcp-mobile-task-card.fcp-task49-card.is-done{opacity:.72!important;background:#f8fafc!important;}

body .fcp-task43-header,
body .fcp-task49-header{
  all:unset!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  margin:0 0 14px!important;
  padding:0!important;
  position:relative!important;
}
body .fcp-task43-check,
body .fcp-task43-more,
body .fcp-task43-main,
body .fcp-task43-primary,
body .fcp-task43-secondary,
body .fcp-task49-check,
body .fcp-task49-more,
body .fcp-task49-main,
body .fcp-task49-primary,
body .fcp-task49-secondary{all:unset!important;box-sizing:border-box!important;font-family:inherit!important;}
body .fcp-task43-check,
body .fcp-task49-check{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:34px!important;height:34px!important;min-width:34px!important;border:2px solid #cbd5e1!important;border-radius:12px!important;background:#fff!important;cursor:pointer!important;position:static!important;transform:none!important;box-shadow:0 2px 8px rgba(15,23,42,.04)!important;
}
body .fcp-task43-check:hover,
body .fcp-task49-check:hover{border-color:var(--fcp49-blue)!important;background:var(--fcp49-blue-soft)!important;}
body .fcp-task43-card.is-done .fcp-task43-check,
body .fcp-task49-card.is-done .fcp-task49-check{background:var(--fcp49-blue)!important;border-color:var(--fcp49-blue)!important;}
body .fcp-task43-card.is-done .fcp-task43-check:after,
body .fcp-task49-card.is-done .fcp-task49-check:after{content:"✓"!important;color:#fff!important;font-weight:900!important;font-size:18px!important;}
body .fcp-task43-meta,
body .fcp-task49-meta{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;min-width:0!important;padding:0!important;margin:0!important;position:static!important;transform:none!important;}
body .fcp-task43-date,
body .fcp-task43-time,
body .fcp-task49-date,
body .fcp-task49-time{display:inline-flex!important;position:static!important;inset:auto!important;margin:0!important;padding:0!important;color:var(--fcp49-text)!important;font-size:14px!important;line-height:1.25!important;font-weight:850!important;white-space:nowrap!important;letter-spacing:.01em!important;transform:none!important;}
body .fcp-task43-status,
body .fcp-task49-status{display:inline-flex!important;align-items:center!important;gap:6px!important;position:static!important;margin:0!important;padding:0!important;color:var(--fcp49-blue)!important;font-size:13px!important;line-height:1.25!important;font-weight:850!important;white-space:nowrap!important;}
body .fcp-task43-status i,
body .fcp-task49-status i{display:inline-block!important;width:7px!important;height:7px!important;border-radius:999px!important;background:var(--fcp49-blue)!important;}
body .fcp-task43-controls,
body .fcp-task49-controls{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;position:static!important;min-width:max-content!important;}
body .fcp-task43-priority,
body .fcp-task49-priority{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;padding:0 13px!important;border-radius:999px!important;background:var(--fcp49-blue-soft)!important;border:1px solid #dbeafe!important;color:#1d4ed8!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important;line-height:1!important;position:static!important;}
body .fcp-task43-more,
body .fcp-task49-more{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;border:1px solid var(--fcp49-border)!important;border-radius:14px!important;background:#fff!important;color:#334155!important;cursor:pointer!important;font-size:18px!important;font-weight:900!important;letter-spacing:2px!important;line-height:1!important;position:static!important;}
body .fcp-task43-more:hover,
body .fcp-task49-more:hover{background:var(--fcp49-blue-soft)!important;color:var(--fcp49-blue)!important;border-color:#bfdbfe!important;}
body .fcp-task43-main,
body .fcp-task49-main{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;text-align:left!important;color:inherit!important;cursor:pointer!important;position:static!important;transform:none!important;}
body .fcp-task43-title,
body .fcp-task49-title{display:block!important;margin:0!important;padding:0!important;color:var(--fcp49-text)!important;font-size:20px!important;line-height:1.22!important;font-weight:900!important;letter-spacing:-.025em!important;overflow-wrap:anywhere!important;max-width:100%!important;}
body .fcp-task43-client,
body .fcp-task49-client{display:block!important;margin:7px 0 0!important;color:#475569!important;font-size:14px!important;font-weight:800!important;line-height:1.35!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
body .fcp-task43-description,
body .fcp-task49-description{display:-webkit-box!important;margin:8px 0 0!important;color:var(--fcp49-muted)!important;font-size:14px!important;font-weight:650!important;line-height:1.45!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-width:100%!important;}
body .fcp-task43-actions,
body .fcp-task49-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;max-width:430px!important;margin:16px 0 0!important;padding:0!important;align-items:center!important;position:static!important;right:auto!important;bottom:auto!important;transform:none!important;}
body .fcp-task43-actions:empty,
body .fcp-task49-actions:empty{display:none!important;}
body .fcp-task43-primary,
body .fcp-task43-secondary,
body .fcp-task49-primary,
body .fcp-task49-secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;padding:0 14px!important;border-radius:14px!important;text-decoration:none!important;font-size:15px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;text-align:center!important;position:static!important;}
body .fcp-task43-primary,
body .fcp-task49-primary{background:linear-gradient(135deg,var(--fcp49-blue),var(--fcp49-blue-dark))!important;color:#fff!important;border:1px solid var(--fcp49-blue)!important;box-shadow:0 12px 24px rgba(37,99,235,.22)!important;}
body .fcp-task43-secondary,
body .fcp-task49-secondary{background:#fff!important;color:#0f172a!important;border:1px solid #dbe3ef!important;box-shadow:0 6px 16px rgba(15,23,42,.04)!important;}
body .fcp-task43-secondary:hover,
body .fcp-task49-secondary:hover{border-color:#bfdbfe!important;color:var(--fcp49-blue)!important;background:#f8fbff!important;}
body .fcp-task43-card:hover,
body .fcp-task49-card:hover{border-color:#d8e4f6!important;box-shadow:0 20px 48px rgba(37,99,235,.11)!important;}
body .fcp-task43-card.is-done .fcp-task43-title,
body .fcp-task49-card.is-done .fcp-task49-title{text-decoration:line-through!important;color:#475569!important;}
body .fcp-mobile-task-bucket-list{display:block!important;}
body .fcp-app-task-page,
body .fcp-mobile-task-panel,
body .fcp-mobile-task-bucket{padding-bottom:150px!important;}
body .fcp-lead-table-action-delete-14749{border-color:#fecaca!important;background:#fff!important;color:#b91c1c!important;}
body .fcp-lead-table-action-delete-14749:hover{background:#fef2f2!important;color:#991b1b!important;}
@media (max-width:620px){
  body .fcp-mobile-task-card.fcp-task43-card,
  body .fcp-mobile-task-card.fcp-task49-card{padding:16px!important;border-radius:22px!important;margin-bottom:14px!important;}
  body .fcp-task43-header,
  body .fcp-task49-header{grid-template-columns:38px minmax(0,1fr) auto!important;gap:10px!important;margin-bottom:14px!important;}
  body .fcp-task43-check,
  body .fcp-task49-check{width:32px!important;height:32px!important;min-width:32px!important;}
  body .fcp-task43-meta,
  body .fcp-task49-meta{gap:7px!important;align-content:center!important;}
  body .fcp-task43-date,
  body .fcp-task43-time,
  body .fcp-task49-date,
  body .fcp-task49-time{font-size:13px!important;}
  body .fcp-task43-status,
  body .fcp-task49-status{font-size:12.5px!important;}
  body .fcp-task43-priority,
  body .fcp-task49-priority{height:32px!important;padding:0 10px!important;font-size:11px!important;}
  body .fcp-task43-more,
  body .fcp-task49-more{width:38px!important;height:38px!important;}
  body .fcp-task43-title,
  body .fcp-task49-title{font-size:18px!important;line-height:1.22!important;}
  body .fcp-task43-actions,
  body .fcp-task49-actions{max-width:none!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:15px!important;}
  body .fcp-task43-primary,
  body .fcp-task43-secondary,
  body .fcp-task49-primary,
  body .fcp-task49-secondary{min-height:42px!important;font-size:14px!important;border-radius:14px!important;padding:0 10px!important;}
}
@media (min-width:900px){
  body .fcp-mobile-task-card.fcp-task43-card,
  body .fcp-mobile-task-card.fcp-task49-card{padding:18px 20px!important;border-radius:20px!important;margin-bottom:14px!important;}
  body .fcp-task43-title,
  body .fcp-task49-title{font-size:19px!important;}
  body .fcp-task43-description,
  body .fcp-task49-description{-webkit-line-clamp:1!important;}
  body .fcp-task43-actions,
  body .fcp-task49-actions{max-width:390px!important;}
}
body .fcp-record-actions-14724 button.is-danger{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 14px!important;border-radius:12px!important;border:1px solid #fecaca!important;background:#fff!important;color:#b91c1c!important;font-weight:900!important;cursor:pointer!important;text-decoration:none!important;}
body .fcp-record-actions-14724 button.is-danger:hover{background:#fef2f2!important;color:#991b1b!important;}
