:root {
  --home-sidebar-width: 232px;
  --home-content-max: 1260px;
  --home-sidebar-bg: #063f4a;
  --home-sidebar-deep: #04333d;
  --home-sidebar-text: #d8eef0;
  --home-sidebar-muted: #87b0b5;
  --home-accent: #00a8a8;
  --home-ink: #13283d;
  --home-muted: #61758a;
  --home-line: #dce5ea;
  --home-canvas: #f7f9fa;
  --home-surface: #ffffff;
  --home-shadow: 0 12px 30px rgba(24, 56, 76, 0.08);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--home-canvas);
  color: var(--home-ink);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; }
.is-hidden { display: none !important; }
.home-visually-hidden {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}

.home-shell {
  min-height: 100vh;
  padding-left: var(--home-sidebar-width);
  background: var(--home-canvas);
}

.home-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  width: var(--home-sidebar-width);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--home-sidebar-bg);
  color: var(--home-sidebar-text);
}

.home-sidebar-head {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.home-brand-mark {
  width: 38px; height: 38px; flex: 0 0 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #0c8b87;
  color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em;
}
.home-brand-copy { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.home-brand-copy strong { color: #fff; font-size: 14px; font-weight: 700; }
.home-brand-copy small { color: var(--home-sidebar-muted); font-size: 11px; }

.home-company-switcher {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr) 16px;
  align-items: center;
  gap: 9px;
  margin: 14px 12px 8px;
  padding: 11px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
}
.home-company-icon {
  width: 30px; height: 30px; display: grid; place-items: center;
  border-radius: 8px; background: rgba(0,168,168,.22); color: #fff; font-size: 14px;
}
.home-company-copy { min-width: 0; display: flex; flex-direction: column; }
.home-company-copy strong { overflow: hidden; color: #fff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.home-company-copy small { color: var(--home-sidebar-muted); font-size: 10px; }
.home-company-chevron { color: var(--home-sidebar-muted); font-size: 12px; }

.home-nav { display: flex; flex-direction: column; gap: 3px; padding: 14px 10px 20px; }
.home-nav-label { padding: 0 12px 7px; color: var(--home-sidebar-muted); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.home-nav-link {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 9px;
  color: #a9c8cc;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background .16s ease, color .16s ease;
}
.home-nav-link:hover { background: rgba(255,255,255,.06); color: #fff; }
.home-nav-link.is-active { background: var(--home-sidebar-deep); color: #fff; }
.home-nav-link.is-active::before {
  content: "";
  position: absolute;
  left: 0; top: 9px; bottom: 9px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: var(--home-accent);
}
.home-nav-icon { width: 22px; display: inline-grid; place-items: center; color: currentColor; font-size: 15px; }

.home-sidebar-profile {
  width: 100%;
  min-height: 74px;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 18px;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 14px 16px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.06);
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.home-sidebar-profile:hover { background: rgba(0,0,0,.12); }
.home-profile-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.home-profile-copy strong { overflow: hidden; color: #fff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.home-profile-copy small { color: var(--home-sidebar-muted); font-size: 10px; }
.home-profile-more { color: var(--home-sidebar-muted); }

.home-avatar {
  width: 34px; height: 34px; flex: 0 0 34px;
  display: inline-grid; place-items: center;
  border-radius: 50%;
  background: #0c8090;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.home-avatar-large { width: 58px; height: 58px; font-size: 17px; }

.home-main { min-width: 0; min-height: 100vh; }
.home-mobile-header { display: none; }

.home-route-head {
  width: min(calc(100% - 56px), var(--home-content-max));
  display: block;
  margin: 0 auto;
  padding: 34px 0 24px;
}
.home-context { margin: 0; color: var(--home-ink); font-size: 13px; font-weight: 700; }
.home-meta { margin: 4px 0 0; color: var(--home-muted); font-size: 11px; }
.home-route-head h1 {
  margin: 28px 0 4px;
  color: var(--home-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 650;
}
.home-subtitle { margin: 0; color: var(--home-muted); font-size: 13px; }

.home-content,
.home-inventory-view {
  width: min(calc(100% - 56px), var(--home-content-max));
  margin: 0 auto;
  padding-bottom: 54px;
}

.home-dashboard-row { display: grid; gap: 20px; }
.home-dashboard-row-primary { grid-template-columns: minmax(0, 1.55fr) minmax(320px, .9fr); }

.home-announcement,
.home-quick-panel,
.home-overview-section {
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: var(--home-surface);
  box-shadow: var(--home-shadow);
}
.home-announcement {
  min-height: 254px;
  display: flex;
  flex-direction: column;
  padding: 26px 28px;
  border: 0;
  color: #fff;
  background: linear-gradient(130deg, #0b4b61 0%, #087f7b 100%);
}
.home-announcement-head,
.home-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.home-kicker {
  display: block;
  margin-bottom: 7px;
  color: #7ee0d5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-kicker-dark { color: #087f7b; }
.home-announcement h2,
.home-panel-head h2 {
  margin: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.home-announcement > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  line-height: 1.58;
}
.home-counter,
.home-badge {
  display: inline-flex; align-items: center;
  min-height: 24px; padding: 4px 9px;
  border-radius: 999px;
  background: #eef5f6; color: #547083;
  font-size: 10px; font-weight: 700; white-space: nowrap;
}
.home-counter { background: rgba(255,255,255,.12); color: rgba(255,255,255,.88); }
.home-badge-info { border: 1px solid #b9dfff; background: #edf7ff; color: #1765b1; }
.home-announcement-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 24px;
  color: rgba(255,255,255,.72);
  font-size: 10px; letter-spacing: .15em;
}
.home-announcement-footer div { display: flex; gap: 8px; }
.home-announcement-footer button {
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
  background: rgba(255,255,255,.05); color: #fff; cursor: pointer;
}
.home-announcement-footer button:hover { background: rgba(255,255,255,.12); }

.home-quick-panel { padding: 24px; }
.home-quick-panel .home-panel-head h2,
.home-overview-section .home-panel-head h2 { color: var(--home-ink); }
.home-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin-top: 20px;
}
.home-action-card {
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  padding: 12px;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.home-action-card:hover { transform: translateY(-2px); border-color: #b5d7d7; background: #f7fbfb; }
.home-action-icon {
  grid-row: 1 / 3;
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 50%; background: #eaf7f6; color: #087f7b;
  font-size: 15px; font-weight: 700;
}
.home-action-card h3 { margin: 0; align-self: end; color: var(--home-ink); font-size: 12px; font-weight: 700; }
.home-action-card p { margin: 3px 0 0; overflow: hidden; color: var(--home-muted); font-size: 10px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }

.home-overview-section { margin-top: 20px; padding: 24px; }
.home-overview-head { align-items: center; }
.home-overview-head p { margin: 5px 0 0; color: var(--home-muted); font-size: 12px; }
.home-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}
.home-metric-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--home-line);
  border-radius: 11px;
  background: #fff;
}
.home-metric-card strong { color: var(--home-ink); font-size: 28px; line-height: 1; letter-spacing: -.025em; order: 2; }
.home-metric-card span { color: var(--home-muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; order: 1; }

.home-loading { min-height: 180px; display: grid; place-items: center; color: var(--home-muted); font-size: 12px; }
.home-inventory-view { width: 100%; max-width: none; padding: 0; }
.home-inventory-frame { display: block; width: 100%; min-height: calc(100vh - 145px); border: 0; background: var(--home-canvas); }

.home-overlay {
  position: fixed; inset: 0; z-index: 80;
  visibility: hidden; opacity: 0;
  background: rgba(8, 26, 37, .35);
  transition: opacity .18s ease, visibility .18s ease;
}
.home-overlay.is-visible { visibility: visible; opacity: 1; }
.home-drawer {
  position: fixed;
  z-index: 90;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 18px 44px rgba(8, 25, 38, .20);
  transition: transform .18s ease, opacity .18s ease, visibility .18s ease;
}
.home-menu-drawer {
  top: 0; bottom: 0; left: 0;
  width: min(390px, 90vw);
  padding: 22px;
  transform: translateX(-105%);
}
.home-menu-drawer.is-open { transform: translateX(0); }
.home-profile-drawer {
  left: 12px;
  bottom: 82px;
  width: 208px;
  max-height: calc(100vh - 110px);
  padding: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px) scale(.98);
  transform-origin: left bottom;
}
.home-profile-drawer.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.home-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.home-drawer-header h2 { margin: 0; font-size: 13px; }
.home-drawer-header button {
  width: 28px; height: 28px; border: 0; border-radius: 7px;
  background: #f0f4f6; color: var(--home-ink); cursor: pointer;
}
.home-drawer-links { display: flex; flex-direction: column; gap: 9px; }
.home-drawer-links a {
  display: flex; flex-direction: column; gap: 3px; min-height: 62px; padding: 13px 15px;
  border: 1px solid var(--home-line); border-radius: 11px; text-decoration: none;
}
.home-drawer-links strong { font-size: 13px; }
.home-drawer-links small { color: var(--home-muted); font-size: 11px; }
.home-profile-card {
  display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 9px;
  padding: 10px; border: 1px solid var(--home-line); border-radius: 9px; background: #f7fafb;
}
.home-profile-card h3 {
  margin: 0; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap;
}
.home-profile-card p {
  margin: 3px 0; overflow: hidden; color: var(--home-muted); font-size: 9px;
  text-overflow: ellipsis; white-space: nowrap;
}
.home-profile-card span:not(.home-avatar) { color: var(--home-muted); font-size: 9px; }
.home-profile-actions { display: flex; flex-direction: column; gap: 4px; margin-top: 8px; }
.home-profile-actions button,
.home-profile-subview button {
  min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 8px 10px; border: 0; border-radius: 8px;
  background: transparent; color: var(--home-ink); font-size: 11px; font-weight: 650;
  text-align: left; cursor: pointer;
}
.home-profile-actions button:hover { background: #f1f6f7; }
.home-profile-actions button small { color: #8a9aa7; font-size: 8px; font-weight: 600; text-transform: uppercase; }
.home-profile-actions button:disabled { color: #8a9aa7; cursor: default; }
.home-profile-actions button:disabled:hover { background: transparent; }
.home-profile-actions .is-danger { margin-top: 3px; color: #d82929; }
.home-profile-actions .is-danger:hover { background: #fff3f3; }
.home-profile-subview { margin-top: 8px; }
.home-profile-subview h3 { margin: 12px 0 6px; font-size: 13px; }
.home-profile-subview p { color: var(--home-muted); font-size: 10px; line-height: 1.45; }
.home-mobile-nav { display: none; }

@media (max-width: 1100px) {
  .home-dashboard-row-primary { grid-template-columns: 1fr; }
  .home-action-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .home-metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 899px) {
  :root { --home-sidebar-width: 0px; }
  .home-shell { padding-left: 0; padding-bottom: 62px; }
  .home-sidebar { display: none; }
  .home-mobile-header {
    position: sticky; top: 0; z-index: 35; height: 62px; display: grid;
    grid-template-columns: 40px minmax(0,1fr) 40px; align-items: center; gap: 10px;
    padding: 8px 14px; border-bottom: 1px solid var(--home-line);
    background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  }
  .home-mobile-header > div { display: flex; flex-direction: column; }
  .home-mobile-header strong { font-size: 13px; }
  .home-mobile-header small { color: var(--home-muted); font-size: 10px; }
  .home-icon-button,
  .home-mobile-profile {
    width: 38px; height: 38px; display: grid; place-items: center; padding: 0;
    border: 1px solid var(--home-line); border-radius: 10px; background: #fff;
  }
  .home-mobile-profile { border-radius: 50%; border: 0; }
  .home-profile-drawer {
    top: 0; right: 0; bottom: 0; left: auto;
    width: min(360px, 90vw); max-height: none;
    padding: 20px; border: 0; border-radius: 0;
    visibility: visible; opacity: 1;
    transform: translateX(105%);
    transform-origin: right center;
  }
  .home-profile-drawer.is-open { transform: translateX(0); }
  .home-profile-card { grid-template-columns: 46px minmax(0,1fr); padding: 14px; }
  .home-profile-card .home-avatar { width: 46px; height: 46px; font-size: 14px; }
  .home-profile-actions { gap: 7px; margin-top: 14px; }
  .home-profile-actions button { min-height: 44px; padding: 10px 12px; font-size: 12px; }

  .home-route-head,
  .home-content { width: min(calc(100% - 28px), var(--home-content-max)); }
  .home-route-head { padding: 22px 0 18px; }
  .home-route-head h1 { margin-top: 20px; font-size: 28px; }
  .home-dashboard-row-primary { grid-template-columns: 1fr; }
  .home-action-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-mobile-nav {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; height: 62px;
    display: grid; grid-template-columns: repeat(5, minmax(0,1fr));
    padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--home-line); background: #fff;
  }
  .home-mobile-nav a {
    min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    color: #718395; font-size: 15px; text-decoration: none;
  }
  .home-mobile-nav a.is-active { color: #087f7b; background: #edf8f7; }
  .home-mobile-nav small { max-width: 100%; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .home-inventory-frame { min-height: calc(100vh - 124px); }
}

@media (max-width: 520px) {
  .home-context { font-size: 12px; }
  .home-route-head h1 { font-size: 25px; }
  .home-announcement { min-height: 230px; padding: 22px; }
  .home-announcement > p {
    display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 6;
  }
  .home-quick-panel,
  .home-overview-section { padding: 18px; }
  .home-action-grid,
  .home-metric-grid { grid-template-columns: 1fr 1fr; }
  .home-action-card { grid-template-columns: 34px minmax(0,1fr); padding: 10px; }
  .home-action-icon { width: 34px; height: 34px; }
}


/* =========================================================
   FieldCore Mobile Polish v1.0
   Mobile-only rules. Desktop layout remains unchanged.
   ========================================================= */
@media (max-width: 899px) {
  .home-mobile-header {
    height: 56px;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 9px;
    padding: 6px 12px;
  }

  .home-mobile-header strong {
    font-size: 12px;
    line-height: 1.15;
  }

  .home-mobile-header small {
    margin-top: 1px;
    font-size: 9px;
    line-height: 1.15;
  }

  .home-icon-button,
  .home-mobile-profile {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .home-mobile-profile {
    border-radius: 50%;
  }

  .home-mobile-profile .home-avatar {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 10px;
  }

  .home-route-head {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .home-route-head h1 {
    margin-top: 16px;
  }

  .home-dashboard-row {
    gap: 14px;
  }

  .home-announcement {
    min-height: 218px;
  }

  .home-quick-panel,
  .home-overview-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .home-drawer-links {
    gap: 7px;
  }

  .home-drawer-links a {
    min-height: 52px;
    justify-content: center;
    padding: 12px 14px;
  }

  /* Cleaner enterprise drawer: one-line navigation only. */
  .home-drawer-links small {
    display: none;
  }

  .home-drawer-links strong {
    font-size: 13px;
    font-weight: 700;
  }

  .home-mobile-nav a {
    transition:
      color 160ms ease,
      background-color 160ms ease,
      opacity 160ms ease;
  }

  .home-mobile-nav a:active {
    opacity: .68;
  }

  .home-mobile-nav a.is-active {
    animation: fieldcoreMobileTabFade 180ms ease-out;
  }

  .home-profile-actions button {
    transition:
      background-color 160ms ease,
      color 160ms ease,
      opacity 160ms ease;
  }

  .home-profile-actions button:active:not(:disabled) {
    opacity: .7;
  }
}

@media (max-width: 520px) {
  .home-content {
    padding-bottom: 44px;
  }

  .home-announcement {
    padding: 20px;
  }

  .home-announcement > p {
    margin-top: 14px;
  }

  .home-announcement-footer {
    padding-top: 18px;
  }

  .home-quick-panel,
  .home-overview-section {
    padding: 16px;
  }
}

@keyframes fieldcoreMobileTabFade {
  from { opacity: .55; }
  to { opacity: 1; }
}


/* =========================================================
   FieldCore Home Polish v1.0
   ========================================================= */
.home-avatar.is-loading-avatar {
  position: relative;
  overflow: hidden;
  color: transparent;
  background: #dce8eb;
}
.home-avatar.is-loading-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  animation: homeAvatarLoading 1.15s infinite;
}
@keyframes homeAvatarLoading { to { transform: translateX(100%); } }

.home-subview-back {
  justify-content: flex-start !important;
  width: auto !important;
  min-height: 32px !important;
  padding: 6px 8px !important;
  border: 1px solid var(--home-line) !important;
  background: #fff !important;
}
.home-subview-intro { margin: 0 0 14px !important; }
.home-account-form { display: grid; gap: 12px; }
.home-account-form label { display: grid; gap: 6px; }
.home-account-form label > span {
  color: var(--home-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.home-account-form input {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  color: var(--home-ink);
  font: inherit;
  font-size: 11px;
}
.home-account-form input:focus {
  outline: none;
  border-color: rgba(8,127,123,.52);
  box-shadow: 0 0 0 3px rgba(8,127,123,.09);
}
.home-account-form input[readonly] { background: #f4f7f8; color: var(--home-muted); }
.home-account-form label small { color: var(--home-muted); font-size: 8px; line-height: 1.35; }
.home-form-primary {
  justify-content: center !important;
  min-height: 40px !important;
  border: 1px solid #087f7b !important;
  background: #087f7b !important;
  color: #fff !important;
}
.home-form-primary:hover { background: #066d69 !important; }
.home-form-primary:disabled { opacity: .58; cursor: wait; }
.home-form-message { min-height: 16px; margin: 0 !important; font-size: 9px !important; }
.home-form-message.is-success { color: #17643f !important; }
.home-form-message.is-error { color: #a32929 !important; }
.home-profile-subview { overflow-y: auto; }

@media (min-width:900px) {
  .home-profile-drawer:has(.home-profile-subview:not(.is-hidden)) { width: 286px; }
}
@media (max-width:899px) {
  .home-profile-subview { padding-bottom: 28px; }
  .home-account-form input { min-height: 44px; font-size: 13px; }
  .home-form-primary { min-height: 46px !important; }
}


/* v3.4 — Merchandiser actionable report returns */
.home-attention-section{margin-top:18px;padding:18px;border:1px solid #d8e5e9;border-radius:18px;background:#fff}
.home-attention-section.is-hidden{display:none!important}.home-attention-head{margin-bottom:12px}.home-attention-head h2{margin:4px 0 2px;color:#12324f;font-size:18px}.home-attention-head p{margin:0;color:#66798d;font-size:12px}.home-attention-list{display:grid;gap:9px}.home-attention-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid #e0e8ed;border-radius:13px;background:#fbfdfd;text-decoration:none}.home-attention-item:hover{background:#f4fbfa;border-color:#bcded9}.home-attention-type{min-width:72px;padding:6px 9px;border-radius:999px;background:#fff3d8;color:#8c5b00;font-size:10px;font-weight:900;text-align:center;text-transform:uppercase}.home-attention-main{display:flex;min-width:0;flex-direction:column;gap:2px}.home-attention-main strong{color:#12324f;font-size:13px}.home-attention-main small{color:#6b7e91;font-size:11px}.home-attention-main em{color:#8a5b00;font-size:11px;font-style:normal;line-height:1.35}.home-attention-action{color:#087f78;font-size:12px;font-weight:900;white-space:nowrap}.home-attention-empty{padding:14px;border:1px dashed #cddce2;border-radius:12px;background:#f8fbfc;display:flex;flex-direction:column;gap:3px}.home-attention-empty strong{color:#173a55;font-size:13px}.home-attention-empty span{color:#708196;font-size:11px}@media(max-width:640px){.home-attention-section{padding:14px}.home-attention-item{grid-template-columns:1fr;gap:7px}.home-attention-type{justify-self:start;min-width:0}.home-attention-action{justify-self:end}}

/* Final pre-live polish: reviewer action center */
.home-review-action-item .home-attention-main small{
  display:block;
  margin-top:3px;
}
.home-review-action-item .home-attention-action{
  white-space:nowrap;
}
@media (max-width: 640px){
  .home-review-action-item{
    align-items:flex-start;
  }
  .home-review-action-item .home-attention-action{
    margin-top:2px;
  }
}
