/* Histórico demonstrativo de SSO e Facilities. */
.workspace-section-filters{display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:#f8fafc;border:1px solid #dce4ee;border-radius:12px;padding:12px 14px;margin-bottom:12px}
.workspace-section-filters label{display:block;font-size:12px;font-weight:700;margin-bottom:5px}
.workspace-section-filters select{min-width:190px}
.workspace-section-filters p{font-size:12px;color:#526276;line-height:1.5;margin:0;flex:1;min-width:220px}
.workspace-section-pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin:12px 0;font-size:12px;color:#526276}
.workspace-section-pagination button:disabled{opacity:.45;cursor:default}
@media print{.workspace-section-pagination button,.workspace-section-filters select{display:none}}
.workspace-demo-history{margin-top:14px}
.workspace-demo-history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.workspace-demo-history-head h3{margin:10px 0 5px}
.workspace-demo-history-head p{margin:0;max-width:800px}
.workspace-demo-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}
.workspace-demo-summary article{padding:13px 14px;border:1px solid #dce4ee;border-radius:12px;background:#f8fafc}
.workspace-demo-summary span{display:block;color:#5f6f82;font-size:11px;font-weight:750}
.workspace-demo-summary strong{display:block;margin-top:5px;color:#17233a;font-size:22px}
.workspace-demo-control{display:flex;align-items:center;gap:12px;margin:12px 0}
.workspace-demo-control label{font-size:12px;font-weight:800;color:#33465c}
.workspace-demo-control select{min-width:min(460px,100%);padding:9px 10px}
.workspace-demo-metric-head{display:flex;justify-content:space-between;gap:18px;padding:13px 0 6px}
.workspace-demo-metric-head>div:first-child{min-width:0}
.workspace-demo-metric-head strong,.workspace-demo-metric-head span{display:block}
.workspace-demo-metric-head>div:first-child strong{font-size:17px;color:#17233a}
.workspace-demo-metric-head>div:first-child span{margin-top:4px;color:#5f6f82;font-size:12px}
.workspace-demo-metric-head>div:last-child{text-align:right;white-space:nowrap}
.workspace-demo-metric-head>div:last-child span{color:#5f6f82;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.workspace-demo-chart{padding:8px 6px 2px;border:1px solid #e1e8f0;border-radius:14px;background:#fbfdff;overflow:auto}
.workspace-demo-chart svg{display:block;width:100%;min-width:620px;height:auto}
.workspace-demo-chart text{font:11px Arial,sans-serif;fill:#66778a}
.demo-chart-axis{stroke:#cdd8e4;stroke-width:1}
.demo-chart-line,.demo-chart-goal{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.demo-chart-goal{stroke:#94a3b8;stroke-width:2;stroke-dasharray:7 6}
.workspace-demo-legend{display:flex;justify-content:flex-end;gap:16px;padding:0 10px 8px;color:#5f6f82;font-size:11px}
.workspace-demo-legend span{display:inline-flex;align-items:center;gap:5px}
.workspace-demo-legend i{display:inline-block;width:18px;height:3px;border-radius:999px}
.workspace-demo-legend i.goal{height:0;border-top:2px dashed #94a3b8;border-radius:0;background:none}
.workspace-demo-statuses{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}
.workspace-demo-statuses span{padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px}
.workspace-demo-table{max-height:430px}
.workspace-demo-table thead{position:sticky;top:0;z-index:1}
@media(max-width:760px){
  .workspace-demo-history-head,.workspace-demo-metric-head{display:block}
  .workspace-demo-history-head button{margin-top:12px}
  .workspace-demo-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .workspace-demo-control{display:block}
  .workspace-demo-control label{display:block;margin-bottom:6px}
  .workspace-demo-control select{width:100%;min-width:0}
  .workspace-demo-metric-head>div:last-child{text-align:left;margin-top:8px}
}
@media(max-width:430px){.workspace-demo-summary{grid-template-columns:1fr}}
