/* Focused home NG Coach widget: positioning and responsive presentation only. */
.home-screen-mode .home-coach-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr);
  gap: 0;
  min-height: 0;
  overflow: hidden;
  border-color: rgba(183, 255, 0, .24);
  background-image: linear-gradient(105deg, rgba(4, 12, 16, .94) 0%, rgba(5, 20, 25, .78) 52%, rgba(9, 24, 31, .58) 100%), url("https://images.unsplash.com/photo-1490645935967-10de6ba17061?auto=format&fit=crop&w=1600&q=85");
  background-position: center right;
  background-size: cover;
}
.home-screen-mode .home-coach-content {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  min-width: 0;
  padding: 26px 26px 24px;
}
.home-screen-mode .home-coach-content h2 {
  max-width: 18ch;
  margin: 6px 0 8px;
  color: #fff;
  font-size: clamp(25px, 3.3vw, 36px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.home-screen-mode .home-coach-content > p {
  max-width: 610px;
  margin: 0;
  color: #d7e4e7;
  font-size: 14px;
  line-height: 1.52;
}
.home-coach-context {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 9px 12px;
  border: 1px solid rgba(183, 255, 0, .2);
  border-radius: 12px;
  color: #d9f8a4;
  background: rgba(183, 255, 0, .08);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.home-coach-context i { flex: 0 0 auto; color: #b7ff00; }
.home-coach-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.home-coach-capabilities li {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: #dce9e8;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}
.home-coach-capabilities li i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 7px;
  color: #b7ff00;
  background: rgba(183, 255, 0, .12);
  font-size: 10px;
}
.home-screen-mode .home-coach-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 10px;
  width: auto;
  max-width: 100%;
  min-height: 48px;
  margin: 22px 0 0;
  padding: 12px 18px;
  border: 1px solid rgba(255, 173, 50, .62);
  border-radius: 14px;
  color: #101820;
  background: linear-gradient(145deg, #ffad32, #ff8a00);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 10px 24px rgba(255,138,0,.18);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}
.home-screen-mode .home-coach-action:hover,
.home-screen-mode .home-coach-action:focus-visible { filter: brightness(1.08); outline: none; }
.home-screen-mode .home-coach-action:active { transform: scale(.985); }
.home-coach-side {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 14px;
  padding: 22px 22px 22px 0;
}
.home-screen-mode .home-coach-tip {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 17px 17px 18px;
  border: 1px solid rgba(255, 173, 50, .28);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 173, 50, .14), rgba(255, 255, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.home-screen-mode .home-coach-tip strong {
  display: block;
  margin-bottom: 7px;
  color: #ffbd58;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-screen-mode .home-coach-tip span { color: #f3eee5; font-size: 13px; line-height: 1.48; }
.home-coach-examples {
  min-width: 0;
  padding: 2px 2px 0;
}
.home-coach-examples-title {
  display: block;
  margin-bottom: 9px;
  color: #aabfc0;
  font-size: 11px;
  font-weight: 800;
}
.home-coach-example-list { display: flex; flex-wrap: wrap; gap: 8px; }
.home-coach-example {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(190, 231, 235, .18);
  border-radius: 12px;
  color: #dcebea;
  background: rgba(255,255,255,.055);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.home-coach-example i { flex: 0 0 auto; color: #b7ff00; font-size: 10px; }
.home-coach-example:hover,
.home-coach-example:focus-visible { border-color: rgba(183,255,0,.5); background: rgba(183,255,0,.1); outline: none; }
.home-coach-example:active { transform: scale(.985); }
@media (max-width: 760px) {
  .home-screen-mode .home-coach-card { grid-template-columns: 1fr; }
  .home-screen-mode .home-coach-content { grid-column: 1; grid-row: auto; padding: 21px 20px 12px; }
  .home-coach-side { grid-column: 1; grid-row: auto; }
  .home-screen-mode .home-coach-content h2 { max-width: none; font-size: clamp(25px, 8vw, 32px); }
  .home-coach-capabilities { grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
  .home-screen-mode .home-coach-action { width: 100%; margin-top: 20px; }
  .home-coach-side { padding: 0 20px 20px; gap: 14px; }
  .home-screen-mode .home-coach-tip { margin: 0; }
  .home-coach-example-list { display: grid; grid-template-columns: 1fr; }
  .home-coach-example { width: 100%; }
}
@media (max-width: 390px) {
  .home-screen-mode .home-coach-content { padding-right: 16px; padding-left: 16px; }
  .home-coach-side { padding-right: 16px; padding-left: 16px; }
  .home-screen-mode .home-coach-content > p { font-size: 13px; }
  .home-coach-context { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-screen-mode .home-coach-action,
  .home-coach-example { transition: none; }
}
