/* CRIVO flow prompts: never leave the user stranded without generated predictions. */
#view-tickets.crivo-tickets-no-base .ticket-builder-grid{
  opacity:.48;
  filter:saturate(.65);
}
#view-tickets.crivo-tickets-no-base .ticket-builder-grid input,
#view-tickets.crivo-tickets-no-base .ticket-builder-grid select,
#view-tickets.crivo-tickets-no-base .ticket-builder-grid .ticket-mode-btn{
  pointer-events:none;
}
#view-tickets.crivo-tickets-no-base #ticketGenerateBtn{
  pointer-events:auto!important;
  opacity:1!important;
  color:#fff!important;
  background:linear-gradient(135deg,#1769ff,#1447e6)!important;
  box-shadow:0 10px 22px rgba(20,71,230,.18)!important;
}
#view-tickets .ticket-source-notice.crivo-ticket-missing-analysis{
  border-color:#c9d8ff!important;
  background:linear-gradient(135deg,#eef4ff,#f9fbff)!important;
  box-shadow:0 10px 28px rgba(20,71,230,.065)!important;
}
#view-tickets .ticket-source-notice.crivo-ticket-missing-analysis .ticket-source-icon{
  color:#fff!important;
  background:linear-gradient(135deg,#1769ff,#1447e6)!important;
}
#view-tickets .ticket-source-notice.crivo-ticket-missing-analysis .ticket-source-copy h3{color:#17345d!important}
#view-tickets .ticket-source-notice.crivo-ticket-missing-analysis .ticket-source-copy p{color:#65758d!important}
#view-tickets .ticket-source-notice.crivo-ticket-missing-analysis button{
  color:#fff!important;
  background:linear-gradient(135deg,#1769ff,#1447e6)!important;
  border-color:#1447e6!important;
  box-shadow:0 8px 18px rgba(20,71,230,.15)!important;
}
.crivo-ticket-empty-action{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:20px;
  border:1px solid #cfdcff;
  border-radius:16px;
  background:linear-gradient(135deg,#f5f8ff,#fff);
  box-shadow:0 10px 26px rgba(20,71,230,.055);
}
.crivo-ticket-empty-icon{
  width:48px;height:48px;display:grid;place-items:center;
  border-radius:14px;background:#e9f0ff;color:#1447e6;font-size:22px;font-weight:900;
}
.crivo-ticket-empty-action strong{display:block;color:#17345d;font-size:13px}
.crivo-ticket-empty-action p{margin:4px 0 0!important;color:#718096!important;font-size:10px!important;line-height:1.5!important}
.crivo-ticket-empty-action button,
.crivo-calendar-generate{
  min-height:40px;
  padding:0 14px;
  border:1px solid #1447e6!important;
  border-radius:11px;
  color:#fff!important;
  background:linear-gradient(135deg,#1769ff,#1447e6)!important;
  box-shadow:0 8px 18px rgba(20,71,230,.15)!important;
  font-size:9px!important;
  font-weight:900!important;
  white-space:nowrap;
}
.crivo-calendar-generate:hover,.crivo-ticket-empty-action button:hover{filter:brightness(.97);transform:translateY(-1px)}
.calendar-no-prospective.crivo-calendar-missing{
  color:#5f6f85!important;
  font-weight:800!important;
}
@media(max-width:700px){
  .crivo-ticket-empty-action{grid-template-columns:44px 1fr}
  .crivo-ticket-empty-action button{grid-column:1/-1;width:100%}
  .crivo-ticket-empty-icon{width:42px;height:42px;border-radius:12px}
}
