#fox-desktop-shell .fox-side-item.is-active {
  color: #fff;
  background: linear-gradient(90deg, rgba(72, 107, 255, .3), rgba(216, 68, 239, .16));
  box-shadow: inset 3px 0 #6d7cff;
}

#fox-desktop-shell .fox-workbench.is-manager-view > :not(.fox-manager-view) {
  display: none !important;
}

.fox-manager-view {
  min-height: 100vh;
  padding: 34px 38px 64px;
  color: #edf2ff;
  background: #121722;
  overflow: auto;
}

.fox-manager-view[hidden] { display: none !important; }

.fox-manager-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1560px;
  margin: 0 auto 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.fox-manager-header p {
  margin: 0 0 8px;
  color: #7996ff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fox-manager-header h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.fox-manager-header span {
  display: block;
  margin-top: 8px;
  color: #99a6bb;
  font-size: 14px;
}

.fox-manager-actions { display: flex; gap: 10px; }
.fox-manager-actions button,
.fox-card-actions button,
.fox-template-card button,
.fox-avatar-card button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: #1b2230;
  color: #dce5f5;
  cursor: pointer;
}

.fox-manager-actions button:hover,
.fox-card-actions button:hover,
.fox-template-card button:hover,
.fox-avatar-card button:hover { border-color: #7185ff; color: #fff; }

.fox-manager-view .is-primary,
.fox-manager-primary {
  border: 0 !important;
  background: #526cff !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(48, 78, 235, .24);
}

.fox-manager-view button:disabled { opacity: .55; cursor: wait; }

.fox-manager-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, .8fr);
  gap: 18px;
  max-width: 1560px;
  margin: 0 auto;
}

.fox-manager-layout--avatar { grid-template-columns: 360px minmax(0, 1fr); }
.fox-manager-layout--tasks { grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); }

.fox-manager-panel {
  min-width: 0;
  margin: 0 auto 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: #181e2a;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .14);
}

.fox-manager-view > .fox-manager-panel,
.fox-template-panel { max-width: 1560px; }

.fox-manager-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.fox-manager-panel-title h2 { margin: 0; color: #f7f9ff; font-size: 17px; letter-spacing: 0; }
.fox-manager-panel-title span { display: block; margin-top: 5px; color: #8997ac; font-size: 12px; }

.fox-voice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fox-asset-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  background: #141a25;
}

.fox-voice-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: linear-gradient(135deg, #416cff, #bc52db);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.fox-asset-copy { min-width: 0; }
.fox-asset-copy strong, .fox-asset-copy span, .fox-asset-copy small { display: block; }
.fox-asset-copy strong { color: #fff; font-size: 14px; }
.fox-asset-copy span { margin-top: 5px; color: #a4afc0; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fox-asset-copy small { margin-top: 4px; color: #69778e; font-size: 11px; }
.fox-card-actions { display: flex; flex-direction: column; gap: 7px; }

.fox-clone-panel form,
.fox-upload-panel form { display: grid; gap: 14px; }
.fox-clone-panel label { display: grid; gap: 7px; color: #bdc8d9; font-size: 12px; }
.fox-clone-panel input,
.fox-clone-panel textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: #101620;
  color: #fff;
  padding: 10px 11px;
  outline: 0;
}
.fox-clone-panel input:focus,
.fox-clone-panel textarea:focus { border-color: #637aff; }
.fox-file-drop { padding: 13px; border: 1px dashed rgba(118, 139, 255, .45); border-radius: 7px; background: rgba(58, 76, 145, .09); }
.fox-file-drop span { color: #7f8ca0; }
.fox-manager-primary { min-height: 42px; border-radius: 6px; cursor: pointer; font-weight: 700; }
.fox-inline-player { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.fox-inline-player audio { width: 100%; height: 38px; }
.fox-inline-player a { flex: 0 0 auto; color: #8fa2ff; font-size: 12px; }

.fox-avatar-drop {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 18px;
  border: 1px dashed rgba(118, 139, 255, .48);
  border-radius: 7px;
  background: #121824;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.fox-avatar-drop input { width: 100%; color: #c9d3e4; }
.fox-avatar-drop strong { margin-top: 18px; color: #fff; font-size: 16px; }
.fox-avatar-drop span { color: #8794a8; font-size: 12px; line-height: 1.6; }
.fox-avatar-drop img { display: none; width: 100%; max-height: 260px; object-fit: contain; margin-top: 14px; border-radius: 5px; }
.fox-avatar-drop img.is-visible { display: block; }
.fox-avatar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fox-avatar-card { overflow: hidden; border: 1px solid rgba(255, 255, 255, .09); border-radius: 7px; background: #121823; }
.fox-avatar-media { aspect-ratio: 3 / 4; background: #0d121b; }
.fox-avatar-media img { width: 100%; height: 100%; object-fit: cover; }
.fox-avatar-card > div:last-child { display: grid; gap: 7px; padding: 12px; }
.fox-avatar-card strong { overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.fox-avatar-card span { color: #7e8ba0; font-size: 11px; }
.fox-avatar-card .fox-avatar-origin { width: max-content; padding: 2px 6px; border: 1px solid rgba(96, 165, 250, .28); border-radius: 4px; color: #7db2f4; font-size: 9px; }

.fox-material-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.fox-material-card { overflow: hidden; min-width: 0; border: 1px solid rgba(255, 255, 255, .08); border-radius: 7px; background: #121823; }
.fox-material-preview { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 10; background: #0d121a; overflow: hidden; }
.fox-material-preview video, .fox-material-preview img { width: 100%; height: 100%; object-fit: cover; }
.fox-material-preview audio { position: absolute; right: 8px; bottom: 8px; left: 8px; width: calc(100% - 16px); height: 30px; }
.fox-material-symbol { color: #7788a5; font-size: 20px; font-weight: 800; letter-spacing: 1px; }
.fox-material-meta { display: grid; gap: 5px; padding: 11px; min-width: 0; }
.fox-material-meta span { color: #7b91ff; font-size: 10px; font-weight: 800; }
.fox-material-meta strong { overflow: hidden; color: #eaf0fa; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.fox-material-meta small { overflow: hidden; color: #6f7d92; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.fox-material-meta a { margin-top: 5px; color: #9cadff; font-size: 11px; text-decoration: none; }
.fox-template-panel { margin-top: 0; }
.fox-template-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); align-items: start; gap: 16px; }
.fox-template-card { overflow: hidden; min-width: 0; border: 1px solid rgba(255, 255, 255, .1); border-radius: 7px; background: #121823; transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.fox-template-card:hover { border-color: rgba(57, 211, 173, .42); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(0, 0, 0, .24); }
.fox-template-card.is-selected { border-color: #39d3ad; box-shadow: 0 0 0 1px rgba(57, 211, 173, .2); }
.fox-template-preview { position: relative; display: grid; width: 100%; min-height: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: #0b1117 !important; cursor: zoom-in; overflow: hidden; }
.fox-template-preview img { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: contain; background: #0b1117; }
.fox-template-preview > span { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 5px; background: rgba(7, 13, 18, .84); color: #eef5f8; font-size: 10px; opacity: 0; transform: translateY(4px); transition: .16s ease; }
.fox-template-preview:hover > span, .fox-template-preview:focus-visible > span { opacity: 1; transform: translateY(0); }
.fox-template-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px; }
.fox-template-meta > div { display: grid; min-width: 0; gap: 4px; }
.fox-template-card strong { overflow: hidden; color: #edf3f8; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.fox-template-card small { color: #8495a6; font-size: 10px; }
.fox-template-card .fox-template-meta > button { flex: 0 0 auto; min-height: 30px; padding: 0 10px; font-size: 11px; }

.fox-template-dialog { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 28px; opacity: 0; transition: opacity .18s ease; }
.fox-template-dialog.is-open { opacity: 1; }
.fox-template-dialog-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(3, 7, 11, .82); backdrop-filter: blur(8px); cursor: zoom-out; }
.fox-template-dialog-panel { position: relative; display: grid; grid-template-columns: minmax(300px, 480px) minmax(300px, 390px); max-width: 930px; max-height: calc(100vh - 56px); overflow: hidden; border: 1px solid #314450; border-radius: 8px; background: #101820; box-shadow: 0 30px 90px rgba(0, 0, 0, .56); }
.fox-template-dialog-image { display: grid; place-items: center; min-height: 0; padding: 18px; background: #080d12; overflow: auto; }
.fox-template-dialog-image img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 92px); object-fit: contain; }
.fox-template-dialog-copy { display: flex; flex-direction: column; padding: 34px; border-left: 1px solid #263542; }
.fox-template-dialog-copy > span { color: #39d3ad; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.fox-template-dialog-copy h2 { margin: 10px 0 12px; color: #f4f8fa; font-size: 25px; }
.fox-template-dialog-copy p { margin: 0; color: #b9c6d0; font-size: 13px; line-height: 1.75; }
.fox-template-dialog-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.fox-template-dialog-tags i { padding: 5px 8px; border: 1px solid #314450; border-radius: 4px; color: #9eb0bd; font-size: 10px; font-style: normal; }
.fox-template-dialog-actions { display: flex; gap: 9px; margin-top: auto; padding-top: 28px; }
.fox-template-dialog-actions button { flex: 1; min-height: 40px; border: 1px solid #344958; border-radius: 6px; background: #17232d; color: #e9f0f4; cursor: pointer; }

.fox-task-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 1560px; margin: 0 auto 18px; }
.fox-task-summary > div { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 18px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 7px; background: #181e2a; }
.fox-task-summary span { color: #8d9aae; font-size: 12px; }
.fox-task-summary strong { color: #fff; font-size: 25px; }
.fox-task-live { display: inline-flex; align-items: center; gap: 7px; color: #7f8da2; font-size: 11px; }
.fox-task-live i { width: 7px; height: 7px; border-radius: 50%; background: #657287; }
.fox-task-live.is-live { color: #77dfb1; }
.fox-task-live.is-live i { background: #3dd4a7; box-shadow: 0 0 0 4px rgba(61, 212, 167, .12); animation: fox-task-pulse 1.8s infinite; }
@keyframes fox-task-pulse { 50% { opacity: .45; } }
.fox-task-filters { display: flex; flex-wrap: wrap; gap: 8px; max-width: 1560px; margin: 0 auto 14px; }
.fox-task-filters button { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 6px; background: #151c27; color: #9ba8bb; cursor: pointer; }
.fox-task-filters button:hover, .fox-task-filters button.is-active { border-color: rgba(61, 212, 167, .42); background: rgba(61, 212, 167, .1); color: #dffbf2; }
.fox-task-filters i { min-width: 18px; padding: 2px 5px; border-radius: 999px; background: rgba(255, 255, 255, .07); color: #bdc7d6; font-size: 10px; font-style: normal; text-align: center; }
.fox-task-list, .fox-project-task-list { display: grid; gap: 10px; }
.fox-task-row, .fox-project-task { padding: 14px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 7px; background: #121823; }
.fox-task-row-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fox-task-row-top > div { display: flex; align-items: center; gap: 8px; }
.fox-task-row strong, .fox-project-task strong { color: #eef3fc; font-size: 13px; }
.fox-task-row time, .fox-project-task span { color: #748196; font-size: 11px; }
.fox-task-row p { margin: 9px 0; color: #96a3b6; font-size: 12px; line-height: 1.5; }
.fox-task-row small, .fox-project-task small { color: #68768c; font-size: 10px; }
.fox-task-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
.fox-task-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.fox-task-actions a, .fox-task-actions button, .fox-project-task > button { min-height: 28px; padding: 0 9px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 5px; background: #1a2230; color: #b9c6d8; font-size: 10px; line-height: 26px; text-decoration: none; cursor: pointer; }
.fox-task-actions a:hover, .fox-task-actions button:hover, .fox-project-task > button:hover { border-color: rgba(61, 212, 167, .45); color: #7ce4bd; }
.fox-task-actions button.is-danger { border-color: rgba(237, 73, 99, .34); background: rgba(237, 73, 99, .12); color: #ff9baa; }
.fox-task-actions button.is-danger:hover { border-color: rgba(237, 73, 99, .62); color: #ffc0ca; }
.fox-task-details { margin-top: 10px; border-top: 1px solid rgba(255, 255, 255, .06); color: #8491a5; font-size: 11px; }
.fox-task-details summary { width: max-content; padding-top: 9px; cursor: pointer; }
.fox-task-details dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 14px; margin: 10px 0 0; }
.fox-task-details dl > div { display: grid; gap: 3px; min-width: 0; }
.fox-task-details dt { color: #68768c; }
.fox-task-details dd { margin: 0; overflow-wrap: anywhere; color: #aab6c8; }
.fox-status { padding: 3px 7px; border-radius: 999px; background: #2a3342; color: #bdc6d6; font-size: 10px; }
.fox-status.is-success { background: rgba(42, 183, 118, .16); color: #82e7b2; }
.fox-status.is-running { background: rgba(70, 114, 255, .18); color: #9fb1ff; }
.fox-status.is-danger { background: rgba(237, 73, 99, .18); color: #ff9baa; }
.fox-progress { height: 4px; margin: 9px 0 6px; overflow: hidden; border-radius: 4px; background: #293141; }
.fox-progress i { display: block; height: 100%; border-radius: inherit; background: #657cff; }
.fox-task-eta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 9px 0 2px; padding: 8px 10px; border: 1px solid rgba(61, 212, 167, .18); border-radius: 6px; background: rgba(61, 212, 167, .06); }
.fox-task-eta span { color: #6f7f93; font-size: 10px; }
.fox-task-eta strong { color: #92e9c8; font-size: 11px; font-weight: 600; text-align: right; }
.fox-task-segments { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 7px; margin: 10px 0 2px; }
.fox-task-segments > div { display: grid; grid-template-columns: auto 1fr; gap: 3px 8px; align-items: center; min-width: 0; padding: 8px 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; background: rgba(255,255,255,.025); }
.fox-task-segments strong { color: #dce7f5; font-size: 11px; }
.fox-task-segments span { justify-self: end; font-size: 11px; color: #aab6c8; }
.fox-task-segments small { grid-column: 1 / -1; overflow-wrap: anywhere; color: #68768c; font-size: 10px; line-height: 1.45; }
.fox-task-segments .is-success { border-color: rgba(61, 212, 167, .22); }
.fox-task-segments .is-success span { color: #7ce4bd; }
.fox-task-segments .is-running { border-color: rgba(101, 124, 255, .25); }
.fox-task-segments .is-running span { color: #9fb1ff; }
.fox-task-segments .is-pending { border-color: rgba(255, 181, 71, .25); }
.fox-task-segments .is-pending span { color: #ffd08a; }
.fox-task-segments .is-danger { border-color: rgba(237, 73, 99, .3); }
.fox-task-segments .is-danger span { color: #ff9baa; }
.fox-project-task { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; }
.fox-project-task > div:first-child { display: grid; gap: 4px; min-width: 0; }
.fox-project-task strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fox-pipeline-dots { display: flex; gap: 4px; }
.fox-pipeline-dots span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 4px; background: #2b3341; color: #9aa5b6; font-size: 10px; }
.fox-pipeline-dots span.is-success { background: rgba(42, 183, 118, .2); color: #8aebba; }
.fox-pipeline-dots span.is-running { background: rgba(70, 114, 255, .24); color: #acbaff; }
.fox-pipeline-dots span.is-danger { background: rgba(237, 73, 99, .2); color: #ff9baa; }
.fox-manager-empty { display: grid; place-items: center; grid-column: 1 / -1; min-height: 180px; padding: 28px; border: 1px dashed rgba(255, 255, 255, .12); border-radius: 7px; text-align: center; }
.fox-manager-empty strong { color: #dfe6f1; font-size: 14px; }
.fox-manager-empty span { max-width: 500px; color: #7e8ba0; font-size: 12px; line-height: 1.7; }
.fox-manager-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 320px; color: #8f9eb3; }
.fox-manager-loading i { width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, .16); border-top-color: #6c82ff; border-radius: 50%; animation: fox-manager-spin .8s linear infinite; }
@keyframes fox-manager-spin { to { transform: rotate(360deg); } }
.fox-manager-toast { position: fixed; z-index: 1000; right: 28px; bottom: 28px; max-width: 420px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: #0c111a; color: #fff; opacity: 0; transform: translateY(8px); pointer-events: none; transition: .18s ease; box-shadow: 0 16px 36px rgba(0,0,0,.36); }
.fox-manager-toast.is-show { opacity: 1; transform: translateY(0); }
.fox-manager-toast.success { border-color: rgba(72, 215, 137, .5); }
.fox-manager-toast.danger { border-color: rgba(255, 88, 112, .55); }

@media (max-width: 1350px) {
  .fox-manager-view { padding: 28px 24px 56px; }
  .fox-voice-grid { grid-template-columns: 1fr; }
  .fox-avatar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fox-material-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fox-template-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

@media (max-width: 899px) {
  #fox-desktop-shell { display: block !important; }
  body > #app { display: none !important; }
  #fox-desktop-shell .fox-side {
    position: fixed;
    z-index: 50;
    inset: auto 0 0 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: auto;
    height: 66px;
    padding: 0 max(4px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(4px, env(safe-area-inset-left));
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: rgba(15, 20, 30, .98);
  }
  #fox-desktop-shell .fox-side-mark,
  #fox-desktop-shell .fox-side-spacer,
  #fox-desktop-shell .fox-side-item:nth-of-type(n+6) { display: none !important; }
  #fox-desktop-shell .fox-side-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    height: 66px;
    padding: 0 2px;
    border-radius: 0;
    font-size: 10px;
  }
  #fox-desktop-shell .fox-side-item svg { width: 19px; height: 19px; }
  #fox-desktop-shell .fox-side-item span { display: block !important; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; }
  #fox-desktop-shell .fox-side-item.is-active { box-shadow: inset 0 3px #6d7cff; }
  #fox-desktop-shell .fox-workbench { width: 100%; min-width: 0; padding-bottom: 72px; margin: 0; overflow-x: hidden; }
  #fox-desktop-shell .fox-grid { grid-template-columns: minmax(0, 1fr) !important; min-width: 0 !important; padding: 12px !important; }
  #fox-desktop-shell .fox-modebar { position: static; width: auto; margin: 10px 12px 0; transform: none; }
  #fox-desktop-shell .fox-top-actions { position: static; display: flex; justify-content: flex-end; padding: 8px 12px 0; }
  #fox-desktop-shell .fox-project-strip, #fox-desktop-shell .fox-step-strip { margin-right: 12px; margin-left: 12px; overflow-x: auto; }
  #fox-desktop-shell .fox-project-strip { margin-top: 8px; }
  #fox-desktop-shell .fox-card { min-width: 0; }
  #fox-desktop-shell .fox-compose-grid, #fox-desktop-shell .fox-two-col { grid-template-columns: minmax(0, 1fr) !important; }
  .fox-manager-view { min-height: calc(100vh - 66px); padding: 20px 12px 88px; }
  .fox-manager-header { display: block; margin-bottom: 16px; padding-bottom: 16px; }
  .fox-manager-header h1 { font-size: 23px; }
  .fox-manager-header span { font-size: 12px; line-height: 1.6; }
  .fox-manager-actions { margin-top: 14px; }
  .fox-manager-layout, .fox-manager-layout--avatar, .fox-manager-layout--tasks { grid-template-columns: minmax(0, 1fr); }
  .fox-manager-panel { padding: 14px; }
  .fox-asset-card { grid-template-columns: 40px minmax(0, 1fr); }
  .fox-card-actions { grid-column: 1 / -1; flex-direction: row; }
  .fox-card-actions button { flex: 1; }
  .fox-voice-avatar { width: 40px; height: 40px; }
  .fox-avatar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fox-material-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fox-template-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fox-template-dialog { padding: 12px; }
  .fox-template-dialog-panel { grid-template-columns: minmax(0, 1fr); width: min(100%, 460px); max-height: calc(100vh - 24px); overflow: auto; }
  .fox-template-dialog-image { padding: 12px; }
  .fox-template-dialog-image img { max-height: 62vh; }
  .fox-template-dialog-copy { padding: 20px; border-top: 1px solid #263542; border-left: 0; }
  .fox-task-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fox-task-summary > div { min-height: 62px; padding: 0 13px; }
  .fox-task-summary strong { font-size: 21px; }
  .fox-task-footer { align-items: flex-start; flex-direction: column; }
  .fox-task-actions { justify-content: flex-start; }
  .fox-task-details dl { grid-template-columns: 1fr; }
  .fox-project-task { grid-template-columns: minmax(0, 1fr) auto; }
  .fox-project-task > small { grid-column: 1 / -1; }
  .fox-pipeline-dots span { width: 19px; height: 19px; }
  .fox-manager-toast { right: 12px; bottom: 78px; left: 12px; max-width: none; }
}
