/* Contextual next-step suggestions for the NG Коуч conversation. */
.coach-suggestion-strip{display:grid;gap:12px;margin:14px 0 0;padding:14px;border:1px solid rgba(160,255,0,.18);border-radius:18px;background:linear-gradient(145deg,rgba(12,48,50,.82),rgba(8,28,34,.72));box-shadow:0 12px 30px rgba(0,0,0,.14)}
.coach-followup-head{display:flex;align-items:center;gap:8px;min-width:0;color:#f5fff4;font-size:13px;line-height:1.3}.coach-followup-head strong{font-weight:850}.coach-followup-icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:9px;color:#b7ff00;background:rgba(160,255,0,.14)}
.coach-followup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.coach-followup-card{display:flex;align-items:center;gap:10px;min-width:0;min-height:56px;padding:12px 14px;border:1px solid rgba(153,208,205,.18);border-radius:13px;color:#dcebea;background:rgba(255,255,255,.045);font:inherit;font-size:12px;font-weight:750;text-align:left;line-height:1.3;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.coach-followup-card:hover,.coach-followup-card:focus-visible{border-color:rgba(183,255,0,.6);background:rgba(160,255,0,.1);outline:none}.coach-followup-card:active{transform:scale(.985)}
/* alignment-polish.css intentionally keeps most app buttons on one line. These
   suggestion cards are an exception: their labels must wrap instead of being
   clipped on compact desktop canvases and phones. */
#screenContent .coach-followup-card{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:normal!important;word-break:normal!important}
#screenContent .coach-followup-card>span:nth-child(2){display:block;min-width:0;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}
.coach-followup-card-icon{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border-radius:8px;color:#b7ff00;background:rgba(160,255,0,.13);font-size:11px}.coach-followup-arrow{margin-left:auto;flex:0 0 auto;color:#88a4a1;font-size:10px}.coach-followup-card:focus-visible .coach-followup-arrow,.coach-followup-card:hover .coach-followup-arrow{color:#b7ff00}
@media (max-width:420px){.coach-suggestion-strip{margin-top:12px;padding:12px}.coach-followup-grid{grid-template-columns:1fr;gap:8px}.coach-followup-card{min-height:50px;font-size:13px;padding:11px 13px}.coach-followup-head{font-size:14px}}
@media (min-width:760px){.coach-suggestion-strip{max-width:760px;margin-left:auto;margin-right:auto}.coach-followup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.coach-followup-card{min-height:58px;padding:12px 15px}}
@media (min-width:1100px){.coach-followup-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.coach-followup-card{min-height:64px;padding:12px 13px}}
@media (prefers-reduced-motion:reduce){.coach-followup-card{transition:none}}
