
/* Ameriteam OS v172 — contextual predictive actions */
.amt172-predictive{
  width:100%;
  box-sizing:border-box;
  margin:0 auto 14px;
  border:1px solid #d8e2ee;
  border-radius:12px;
  background:linear-gradient(180deg,#fbfdff,#f7faff);
  box-shadow:0 2px 8px rgba(15,35,75,.045);
  overflow:hidden;
}
.amt172-predictive-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:10px 13px;border-bottom:1px solid #e3eaf2;background:#fff;
}
.amt172-predictive-head>div{display:flex;align-items:center;gap:9px;min-width:0}
.amt172-predictive-head span{font-size:10px;line-height:1;font-weight:900;letter-spacing:.08em;color:#b31531;white-space:nowrap}
.amt172-predictive-head strong{font-size:12px;color:#55647a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.amt172-predictive-head>button{width:30px;height:30px;border:1px solid #dce4ed;border-radius:8px;background:#fff;color:#53617a;font-size:16px;cursor:pointer}
.amt172-predictive-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:0}
.amt172-predictive-card{
  min-width:0;padding:12px 13px;display:flex;flex-direction:column;justify-content:space-between;gap:11px;
  border-right:1px solid #e5ebf2;background:transparent;
}
.amt172-predictive-card:last-child{border-right:0}
.amt172-predictive-card.urgent{box-shadow:inset 3px 0 #c81632}.amt172-predictive-card.high{box-shadow:inset 3px 0 #d98b13}
.amt172-predictive-copy{min-width:0}.amt172-predictive-copy h4{margin:0;color:#14265b;font-size:13.5px;line-height:1.35;font-weight:780}
.amt172-predictive-copy p{margin:5px 0 0;color:#53617a;font-size:12px;line-height:1.42}
.amt172-predictive-copy small{display:block;margin-top:7px;color:#768399;font-size:10.5px;line-height:1.4}
.amt172-predictive-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.amt172-predictive-actions button{border:0;border-radius:8px;background:#14265b;color:#fff;padding:8px 10px;font:750 11px/1 'DM Sans',sans-serif;cursor:pointer}
.amt172-predictive-actions button.quiet{background:#fff;color:#59677d;border:1px solid #d9e1ea}
.amt172-predictive>footer{padding:7px 13px;border-top:1px solid #e5ebf2;color:#7d899a;font-size:10px;line-height:1.35;background:#fff}
@media(max-width:900px){.amt172-predictive-list{grid-template-columns:1fr}.amt172-predictive-card{border-right:0;border-bottom:1px solid #e5ebf2}.amt172-predictive-card:last-child{border-bottom:0}}
@media(max-width:760px){.amt172-predictive{margin-bottom:12px;border-radius:10px}.amt172-predictive-head{padding:10px 11px}.amt172-predictive-head>div{align-items:flex-start;flex-direction:column;gap:4px}.amt172-predictive-copy h4{font-size:14px}.amt172-predictive-copy p{font-size:12.5px}.amt172-predictive-actions button{min-height:38px;padding:9px 11px}}
