/* QuestFlow — histórico de estudos (carregamento centralizado) */
.questflow #qfStudyCard.qf-study-history-card{display:flex;flex-direction:column;gap:14px;grid-column:1 / -1;min-width:0;order:99;}
.questflow #qfStudyCard .qf-study-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.questflow #qfStudyCard .qf-study-history-body{display:block;min-width:0;}
.questflow #qfStudyCard .qf-study-report--history{min-width:0;}
.questflow #qfStudyCard .qf-study-report-inner--history{display:flex;flex-direction:column;gap:12px;min-width:0;}
.questflow #qfStudyCard .qf-study-report-inner--history .qf-study-totalline{display:none;}
.questflow #qfStudyCard .qf-study-history-list{display:flex;flex-direction:column;gap:10px;min-width:0;max-height:364px;overflow:auto;padding-right:6px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;}
.questflow #qfStudyCard .qf-study-history-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid var(--qf-prem-border);border-radius:14px;background:var(--qf-prem-bg,#fff);min-width:0;}
.questflow #qfStudyCard .qf-study-history-main{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto;}
.questflow #qfStudyCard .qf-study-history-title{font-size:14px;font-weight:var(--qf-fw-semibold);color:var(--qf-prem-text);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.questflow #qfStudyCard .qf-study-history-sub{font-size:12px;color:var(--qf-prem-muted);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.questflow #qfStudyCard .qf-study-history-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;flex:0 0 auto;}
.questflow #qfStudyCard .qf-study-history-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;background:rgba(104,178,227,.10);color:var(--qf-blue-800);white-space:nowrap;}
.questflow #qfStudyCard .qf-study-history-chip--pct{background:rgba(15,23,42,.06);color:var(--qf-prem-text);}
.questflow #qfStudyCard .qf-study-history-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;}
.questflow #qfStudyCard .qf-study-history-editbtn,.questflow #qfStudyCard .qf-study-history-deletebtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:10px;cursor:pointer;flex:0 0 auto;box-shadow:none !important;}
.questflow #qfStudyCard .qf-study-history-editbtn{border:1px solid rgba(104,178,227,.52) !important;background:rgba(104,178,227,.14) !important;color:#4f90bf !important;}
.questflow #qfStudyCard .qf-study-history-editbtn:hover{border-color:rgba(104,178,227,.78) !important;color:#3f82b3 !important;background:rgba(104,178,227,.18) !important;}
.questflow #qfStudyCard .qf-study-history-deletebtn{border:1px solid rgba(228,63,90,.32) !important;background:rgba(228,63,90,.10) !important;color:#b33a4d !important;}
.questflow #qfStudyCard .qf-study-history-deletebtn:hover{border-color:rgba(228,63,90,.48) !important;color:#a32035 !important;background:rgba(228,63,90,.14) !important;}
.questflow #qfStudyCard .qf-study-history-editbtn .qf-ico,.questflow #qfStudyCard .qf-study-history-deletebtn .qf-ico{width:15px;height:15px;display:block;}
body.qf-theme-dark .questflow #qfStudyCard .qf-study-history-row{background:rgba(15,23,42,.36);}
body.qf-theme-dark .questflow #qfStudyCard .qf-study-history-chip{background:rgba(104,178,227,.16);color:#9bd7ff;}
body.qf-theme-dark .questflow #qfStudyCard .qf-study-history-chip--pct{background:rgba(255,255,255,.08);color:var(--qf-prem-text);}
body.qf-theme-dark .questflow #qfStudyCard .qf-study-history-editbtn{border:1px solid rgba(104,178,227,.36) !important;background:rgba(104,178,227,.10) !important;color:#8bc7ee !important;}
body.qf-theme-dark .questflow #qfStudyCard .qf-study-history-editbtn:hover{border-color:rgba(104,178,227,.50) !important;color:#9bd7ff !important;background:rgba(104,178,227,.16) !important;}
body.qf-theme-dark .questflow #qfStudyCard .qf-study-history-deletebtn{border:1px solid rgba(228,63,90,.34) !important;background:rgba(228,63,90,.12) !important;color:#ff9baa !important;}
body.qf-theme-dark .questflow #qfStudyCard .qf-study-history-deletebtn:hover{border-color:rgba(228,63,90,.46) !important;color:#ffb3bf !important;background:rgba(228,63,90,.18) !important;}
.questflow #qfStudyCard.qf-disc-area-study--below-sets,.questflow #qfStudyCard.qf-disc-area-study--below-content{margin-top:16px;width:100%;}
@media (max-width:780px){.questflow #qfStudyCard .qf-study-history-head{align-items:flex-start}.questflow #qfStudyCard .qf-study-history-row{align-items:flex-start;flex-direction:column;}.questflow #qfStudyCard .qf-study-history-meta{justify-content:flex-start;}.questflow #qfStudyCard .qf-study-history-list{max-height:430px;padding-right:0;}}
