/* HostingJet File Manager v0.28.162 - live cPanel workspace compatibility layer */
.hjfm-page,
.hjfm-page * { box-sizing: border-box; font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
.hjfm-page {
  --hjfm-bg: #f8f8fc;
  --hjfm-surface: #ffffff;
  --hjfm-surface-soft: #fbfbfe;
  --hjfm-ink: #17171c;
  --hjfm-text: #34343c;
  --hjfm-muted: #737380;
  --hjfm-faint: #a4a3ae;
  --hjfm-border: #e9e8ef;
  --hjfm-border-strong: #dcd9e7;
  --hjfm-purple: #5d55e8;
  --hjfm-purple-hover: #4f47da;
  --hjfm-purple-deep: #3f37be;
  --hjfm-purple-soft: #f0efff;
  --hjfm-purple-wash: #f8f7ff;
  --hjfm-green: #169b62;
  --hjfm-green-soft: #eaf8f1;
  --hjfm-red: #d64a4a;
  --hjfm-red-soft: #fff0f0;
  --hjfm-yellow: #d89318;
  --hjfm-yellow-soft: #fff7df;
  --hjfm-blue: #3b7ee8;
  --hjfm-blue-soft: #edf4ff;
  --hjfm-shadow-sm: 0 1px 2px rgba(24, 22, 38, .04), 0 6px 16px rgba(24, 22, 38, .04);
  --hjfm-shadow-md: 0 18px 44px rgba(45, 40, 83, .10);
  min-width: 0;
  position: relative;
  color: var(--hjfm-text);
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.hjfm-page::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -110px;
  right: -80px;
  width: 360px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 87, 238, .10), rgba(101, 87, 238, 0) 69%);
  pointer-events: none;
}
.hjfm-page > * { position: relative; z-index: 1; }
.hjfm-page button,
.hjfm-page input,
.hjfm-page select,
.hjfm-page textarea { font: inherit; }
.hjfm-page button,
.hjfm-page a { -webkit-tap-highlight-color: transparent; }
.hjfm-page svg { width: 17px; height: 17px; flex: 0 0 auto; }
.hjfm-page button:focus-visible,
.hjfm-page a:focus-visible,
.hjfm-page input:focus-visible,
.hjfm-page textarea:focus-visible,
.hjfm-page summary:focus-visible {
  outline: 3px solid rgba(93, 85, 232, .15);
  outline-offset: 2px;
}

/* Page header */
.hjfm-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 22px;
  padding: 2px 1px 0;
}
.hjfm-heading { min-width: 0; }
.hjfm-eyebrow {
  min-height: 26px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #696875;
  font-size: 10px;
  font-weight: 600;
}
.hjfm-eyebrow-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfdcfb;
  border-radius: 8px;
  background: var(--hjfm-purple-soft);
  color: var(--hjfm-purple);
}
.hjfm-eyebrow-icon svg { width: 13px; height: 13px; }
.hjfm-eyebrow i {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border: 1px solid #d9efe4;
  border-radius: 999px;
  background: #f3fbf7;
  color: #178054;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
}
.hjfm-eyebrow i::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #20b876; box-shadow: 0 0 0 3px rgba(32,184,118,.10); }
.hjfm-page-head h1 {
  margin: 0;
  color: var(--hjfm-ink);
  font-size: 29px;
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: -.035em;
}
.hjfm-page-head p {
  max-width: 610px;
  margin: 7px 0 0;
  color: var(--hjfm-muted);
  font-size: 11px;
  line-height: 1.65;
  font-weight: 400;
}
.hjfm-page-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.hjfm-page-actions > button,
.hjfm-modal footer button,
.hjfm-manage-grid button,
.hjfm-empty button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid var(--hjfm-border);
  border-radius: 10px;
  background: #fff;
  color: #45444d;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(25, 22, 39, .02);
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease, color .16s ease;
}
.hjfm-page-actions > button:hover,
.hjfm-modal footer button:hover,
.hjfm-manage-grid button:hover { background: #fafafe; border-color: #d9d7e4; box-shadow: 0 4px 12px rgba(28,25,51,.06); }
.hjfm-page-actions > button:active,
.hjfm-modal footer button:active { transform: translateY(1px); }
.hjfm-page .is-primary {
  border-color: var(--hjfm-purple) !important;
  background: var(--hjfm-purple) !important;
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(93,85,232,.18) !important;
}
.hjfm-page .is-primary:hover { border-color: var(--hjfm-purple-hover) !important; background: var(--hjfm-purple-hover) !important; box-shadow: 0 9px 22px rgba(93,85,232,.24) !important; }
.hjfm-page .hj-service-switcher {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 3px;
  border: 1px solid var(--hjfm-border);
  border-radius: 10px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 1px 2px rgba(24,22,38,.03);
  backdrop-filter: blur(8px);
}
.hjfm-page .hj-service-switcher a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 7px;
  padding: 0 9px;
  background: transparent;
  color: #85838e;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
}
.hjfm-page .hj-service-switcher a.is-active { background: #f3f2f8; color: #25242b; box-shadow: inset 0 0 0 1px #eceaf2; }

/* Main workspace */
.hjfm-workspace {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  min-height: 650px;
  overflow: visible;
  border: 1px solid var(--hjfm-border);
  border-radius: 18px;
  background: var(--hjfm-surface);
  box-shadow: var(--hjfm-shadow-sm);
}
.hjfm-tree {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--hjfm-border);
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #fbfbff 0%, #f9f9fd 100%);
  overflow: hidden;
}
.hjfm-tree-brand {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 15px 13px;
  border-bottom: 1px solid #edecf3;
}
.hjfm-tree-brand > span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #695ff0, #5148d8);
  color: #fff;
  box-shadow: 0 8px 18px rgba(91,81,225,.20);
}
.hjfm-tree-brand > span svg { width: 18px; height: 18px; }
.hjfm-tree-brand > div { min-width: 0; }
.hjfm-tree-brand strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #24232a; font-size: 10.5px; font-weight: 650; }
.hjfm-tree-brand small { display: block; margin-top: 2px; color: #9a98a3; font-size: 8.5px; }
.hjfm-tree-label { padding: 14px 15px 5px; color: #aaa8b2; font-size: 8px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.hjfm-tree nav { flex: 1; min-height: 0; overflow-y: auto; padding: 3px 9px 12px; scrollbar-width: thin; scrollbar-color: #dcd9e8 transparent; }
.hjfm-tree nav a {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #62616b;
  font-size: 9.5px;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
.hjfm-tree nav a:hover { border-color: #e9e7f0; background: rgba(255,255,255,.92); color: #2d2c33; transform: translateX(1px); }
.hjfm-tree nav a.is-active { border-color: #ddd9ff; background: #f0efff; color: #443ccb; box-shadow: inset 0 0 0 1px rgba(93,85,232,.02); }
.hjfm-tree nav a > span { width: 21px; height: 21px; display: inline-flex; align-items: center; justify-content: center; color: #92909a; }
.hjfm-tree nav a > span svg { width: 14px; height: 14px; }
.hjfm-tree nav a.is-active > span { color: var(--hjfm-purple); }
.hjfm-tree nav a b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 550; }
.hjfm-tree nav a em { margin-left: auto; display: inline-flex; color: #aaa7b2; font-style: normal; transform: rotate(180deg); }
.hjfm-tree nav a em svg { width: 11px; height: 11px; }
.hjfm-tree-summary {
  margin: 0 10px 10px;
  padding: 12px;
  border: 1px solid #e5e2fa;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #f5f3ff 100%);
  box-shadow: 0 6px 18px rgba(58,51,107,.05);
}
.hjfm-tree-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #96939f; font-size: 7.8px; font-weight: 600; text-transform: uppercase; letter-spacing: .055em; }
.hjfm-tree-summary-head i { padding: 3px 6px; border-radius: 999px; background: #eaf8f1; color: #188259; font-size: 7px; font-style: normal; letter-spacing: 0; text-transform: none; }
.hjfm-tree-summary > strong { display: block; margin: 7px 0 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #28262f; font-size: 10px; font-weight: 650; }
.hjfm-tree-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.hjfm-tree-stats span { padding: 7px 6px; border: 1px solid #ebe9f5; border-radius: 8px; background: rgba(255,255,255,.74); color: #85828f; font-size: 7.8px; text-align: center; }
.hjfm-tree-stats b { display: block; margin-bottom: 1px; color: #292731; font-size: 10.5px; font-weight: 650; }
.hjfm-tree-summary > small { display: block; margin-top: 8px; color: #aaa7b1; font-size: 7.7px; line-height: 1.5; }

.hjfm-browser {
  min-width: 0;
  position: relative;
  border-radius: 0 18px 18px 0;
  background: #fff;
}
.hjfm-browser-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 17px;
  border-bottom: 1px solid #efedf3;
}
.hjfm-breadcrumb { min-width: 0; display: flex; align-items: center; gap: 4px; overflow: hidden; }
.hjfm-breadcrumb > span { display: inline-flex; align-items: center; color: #c8c5cf; }
.hjfm-breadcrumb > span svg { width: 10px; height: 10px; }
.hjfm-breadcrumb a { min-width: 0; max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 5px 4px; border-radius: 6px; color: #888691; font-size: 9px; font-weight: 500; text-decoration: none; }
.hjfm-breadcrumb a:hover { background: #f6f5fa; color: #45434d; }
.hjfm-breadcrumb a:last-child { color: #34323a; font-weight: 600; }
.hjfm-breadcrumb-home { width: 28px; height: 28px; display: inline-flex !important; align-items: center; justify-content: center; padding: 0 !important; border: 1px solid #eeecf3; background: #fafafe; }
.hjfm-breadcrumb-home svg { width: 13px; height: 13px; }
.hjfm-icon-button {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  padding: 0;
  border: 1px solid var(--hjfm-border);
  border-radius: 9px;
  background: #fff;
  color: #77747f;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.hjfm-icon-button:hover { background: #f7f6fb; color: var(--hjfm-purple); }
.hjfm-icon-button:active { transform: rotate(18deg); }
.hjfm-icon-button svg { width: 14px; height: 14px; }

/* Upload zone */
.hjfm-upload-strip {
  width: calc(100% - 34px);
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 17px 12px;
  padding: 16px 17px;
  border: 1.5px dashed #a8a1f0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 9% 20%, rgba(116,104,241,.08), transparent 27%),
    linear-gradient(120deg, #fbfaff 0%, #f7f6ff 100%);
  color: var(--hjfm-text);
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.hjfm-upload-strip:hover { border-color: var(--hjfm-purple); background: #f7f5ff; box-shadow: inset 0 0 0 1px rgba(93,85,232,.04); transform: translateY(-1px); }
.hjfm-upload-strip > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border: 1px solid #ddd9ff;
  border-radius: 12px;
  background: #fff;
  color: var(--hjfm-purple);
  box-shadow: 0 7px 18px rgba(68,59,144,.08);
}
.hjfm-upload-strip > span svg { width: 18px; height: 18px; }
.hjfm-upload-strip > div { min-width: 0; }
.hjfm-upload-strip strong { display: block; color: #2b2931; font-size: 10px; font-weight: 650; }
.hjfm-upload-strip small { display: block; margin-top: 3px; color: #94919d; font-size: 8.5px; font-weight: 400; }
.hjfm-upload-strip em { margin-left: auto; padding: 8px 10px; border: 1px solid #ddd9ff; border-radius: 9px; background: #fff; color: #5149d7; font-size: 8.5px; font-style: normal; font-weight: 650; white-space: nowrap; box-shadow: 0 3px 10px rgba(70,62,139,.06); }
.hjfm-browser[data-hjfm-dropzone].is-dragging::after {
  content: "Drop files to upload";
  position: absolute;
  inset: 10px;
  z-index: 70;
  display: grid;
  place-items: center;
  border: 2px dashed #7066ea;
  border-radius: 15px;
  background: rgba(248,247,255,.96);
  color: #5047d4;
  font-size: 11px;
  font-weight: 650;
  box-shadow: 0 20px 50px rgba(66,56,155,.12);
  pointer-events: none;
}

/* Controls */
.hjfm-browser-controls {
  min-height: 66px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 17px 12px;
}
.hjfm-control-left { min-width: 0; display: flex; align-items: flex-end; gap: 18px; }
.hjfm-browser-title { min-width: 76px; }
.hjfm-browser-title h2 { margin: 0; color: #24232a; font-size: 13px; line-height: 1.2; font-weight: 650; letter-spacing: -.015em; }
.hjfm-browser-title > span { display: block; margin-top: 3px; color: #a09da8; font-size: 7.8px; }
.hjfm-filter-tabs { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid #eceaf2; border-radius: 10px; background: #f8f8fb; }
.hjfm-filter-tabs button {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #8b8993;
  font-size: 8.5px;
  font-weight: 600;
  cursor: pointer;
}
.hjfm-filter-tabs button span { min-width: 16px; padding: 2px 5px; border-radius: 999px; background: #ecebf1; color: #97949e; font-size: 7px; text-align: center; }
.hjfm-filter-tabs button:hover { color: #484650; }
.hjfm-filter-tabs button.is-active { background: #fff; color: #34313c; box-shadow: 0 2px 7px rgba(24,22,38,.07), inset 0 0 0 1px #e8e6ee; }
.hjfm-filter-tabs button.is-active span { background: var(--hjfm-purple-soft); color: #5148d8; }
.hjfm-toolbar { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.hjfm-search {
  width: 218px;
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 8px 0 10px;
  border: 1px solid var(--hjfm-border);
  border-radius: 9px;
  background: #fff;
  color: #a3a0aa;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.hjfm-search:focus-within { border-color: #aaa3f2; box-shadow: 0 0 0 3px rgba(93,85,232,.08); }
.hjfm-search svg { width: 13px; height: 13px; }
.hjfm-search input { width: 100%; min-width: 0; padding: 0; border: 0 !important; outline: 0 !important; box-shadow: none !important; background: transparent !important; color: #3f3d46; font-size: 8.8px; font-weight: 500; }
.hjfm-search input::placeholder { color: #aaa7b0; }
.hjfm-search kbd { min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #eceaf0; border-bottom-color: #dbd8e1; border-radius: 5px; background: #f8f7fa; color: #9c99a4; font-size: 7.5px; font-weight: 600; box-shadow: 0 1px 0 #e7e5eb; }
.hjfm-view-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--hjfm-border); border-radius: 9px; background: #f8f8fb; }
.hjfm-view-switch button { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 6px; background: transparent; color: #aaa7b1; cursor: pointer; }
.hjfm-view-switch button:hover { color: #55515d; }
.hjfm-view-switch button.is-active { background: #fff; color: #4e46d4; box-shadow: 0 2px 6px rgba(26,23,44,.08), inset 0 0 0 1px #e9e7ef; }
.hjfm-view-switch svg { width: 13px; height: 13px; }

/* Table view */
.hjfm-table-wrap { min-width: 0; overflow: visible; border-top: 1px solid #f0eef4; }
.hjfm-table { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0; }
.hjfm-table th {
  height: 35px;
  padding: 0 12px;
  border-bottom: 1px solid #efedf3;
  background: #fcfcfe;
  color: #a19ea8;
  text-align: left;
  font-size: 7.5px;
  font-weight: 650;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.hjfm-table th.is-check { width: 42px; padding-left: 17px; }
.hjfm-table th:nth-child(3) { width: 104px; }
.hjfm-table th:nth-child(4) { width: 145px; }
.hjfm-table th.is-actions { width: 52px; }
.hjfm-table td {
  height: 57px;
  padding: 7px 12px;
  border-bottom: 1px solid #f0eef3;
  background: #fff;
  color: #72707a;
  font-size: 8.8px;
  vertical-align: middle;
  transition: background .14s ease;
}
.hjfm-table td:first-child { padding-left: 17px; }
.hjfm-table tbody tr:last-child td { border-bottom: 0; }
.hjfm-table tbody tr:hover td { background: #fcfbff; }
.hjfm-table tbody tr.is-selected td { background: #f7f6ff; }
.hjfm-table input[type="checkbox"] { width: 13px; height: 13px; margin: 0; border-color: #d5d2dc; border-radius: 4px; accent-color: var(--hjfm-purple); cursor: pointer; }
.hjfm-file-name { min-width: 0; display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.hjfm-file-name > span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border: 1px solid #ebe9ef;
  border-radius: 9px;
  background: #f8f8fa;
  color: #77747f;
}
.hjfm-file-name > span svg { width: 15px; height: 15px; }
.hjfm-file-name > span.is-folder { border-color: #e5e1ff; background: #f2f0ff; color: #5d55e8; }
.hjfm-file-name > span.is-image { border-color: #dceee5; background: #eef8f3; color: #279061; }
.hjfm-file-name > span.is-video { border-color: #e4e0f8; background: #f4f1ff; color: #7b58cb; }
.hjfm-file-name > span.is-audio { border-color: #f0e2eb; background: #fff1f6; color: #bd567e; }
.hjfm-file-name > span.is-archive { border-color: #f1e7cd; background: #fff8e9; color: #bb7b15; }
.hjfm-file-name > div { min-width: 0; }
.hjfm-file-name strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #2a282f; font-size: 9.6px; font-weight: 600; }
.hjfm-file-name small { display: block; margin-top: 2px; color: #aaa7b0; font-size: 7.6px; font-weight: 450; }
.hjfm-menu { position: relative; margin: 0; }
.hjfm-menu summary { width: 29px; height: 29px; display: inline-flex; align-items: center; justify-content: center; margin-left: auto; border-radius: 8px; color: #aaa7b1; cursor: pointer; list-style: none; transition: background .14s ease, color .14s ease; }
.hjfm-menu summary::-webkit-details-marker { display: none; }
.hjfm-menu summary:hover,
.hjfm-menu[open] summary { background: #f1f0f6; color: #514d59; }
.hjfm-menu summary svg { width: 14px; height: 14px; }
.hjfm-menu > div {
  position: absolute;
  z-index: 100;
  top: 32px;
  right: 0;
  width: 180px;
  padding: 5px;
  border: 1px solid #e6e3ec;
  border-radius: 11px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 16px 42px rgba(31,27,56,.16);
  backdrop-filter: blur(12px);
}
.hjfm-menu > div a,
.hjfm-menu > div button,
.hjfm-menu > div form button {
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #514e58;
  font-size: 8.7px;
  font-weight: 550;
  text-decoration: none;
  cursor: pointer;
}
.hjfm-menu > div a svg,
.hjfm-menu > div button svg { width: 13px; height: 13px; color: #898691; }
.hjfm-menu > div a:hover,
.hjfm-menu > div button:hover { background: #f6f5fa; color: #2f2c35; }
.hjfm-menu > div form { margin: 0; }
.hjfm-menu > div form button.is-danger { color: var(--hjfm-red); }
.hjfm-menu > div form button.is-danger svg { color: var(--hjfm-red); }
.hjfm-menu > div form button.is-danger:hover { background: var(--hjfm-red-soft); }

/* Grid view */
.hjfm-browser.is-grid-view .hjfm-table-wrap { padding: 0 16px 16px; border-top: 0; }
.hjfm-browser.is-grid-view .hjfm-table { display: block; }
.hjfm-browser.is-grid-view .hjfm-table thead { display: none; }
.hjfm-browser.is-grid-view .hjfm-table tbody { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.hjfm-browser.is-grid-view .hjfm-table tr {
  min-width: 0;
  min-height: 158px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 8px 12px;
  padding: 14px;
  border: 1px solid #eceaf2;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(29,26,51,.03);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.hjfm-browser.is-grid-view .hjfm-table tr:hover { transform: translateY(-2px); border-color: #ddd9f6; box-shadow: 0 10px 24px rgba(38,34,75,.08); }
.hjfm-browser.is-grid-view .hjfm-table tr.is-selected { border-color: #bdb7fb; background: #faf9ff; box-shadow: 0 0 0 2px rgba(93,85,232,.05); }
.hjfm-browser.is-grid-view .hjfm-table td { height: auto; padding: 0; border: 0; background: transparent !important; }
.hjfm-browser.is-grid-view .hjfm-table td:first-child { position: absolute; z-index: 2; top: 13px; left: 13px; }
.hjfm-browser.is-grid-view .hjfm-table td:nth-child(2) { grid-column: 1 / -1; align-self: start; padding-top: 22px; }
.hjfm-browser.is-grid-view .hjfm-file-name { align-items: flex-start; flex-direction: column; gap: 10px; }
.hjfm-browser.is-grid-view .hjfm-file-name > span { width: 46px; height: 46px; border-radius: 12px; }
.hjfm-browser.is-grid-view .hjfm-file-name > span svg { width: 21px; height: 21px; }
.hjfm-browser.is-grid-view .hjfm-file-name strong { max-width: 100%; font-size: 9.2px; }
.hjfm-browser.is-grid-view .hjfm-file-name small { margin-top: 3px; font-size: 7.2px; }
.hjfm-browser.is-grid-view .hjfm-table td:nth-child(3),
.hjfm-browser.is-grid-view .hjfm-table td:nth-child(4) { align-self: end; color: #8e8b95; font-size: 7.5px; }
.hjfm-browser.is-grid-view .hjfm-table td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 2px; color: #bbb8c0; font-size: 6.7px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.hjfm-browser.is-grid-view .hjfm-table td:last-child { position: absolute; z-index: 3; top: 9px; right: 9px; }

.hjfm-filter-empty { min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 20px; text-align: center; }
.hjfm-filter-empty[hidden] { display: none !important; }
.hjfm-filter-empty > span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e7e4ef; border-radius: 12px; background: #faf9fd; color: #928e9c; }
.hjfm-filter-empty h3 { margin: 10px 0 3px; color: #37343d; font-size: 11px; font-weight: 650; }
.hjfm-filter-empty p { margin: 0; color: #9d99a4; font-size: 8.5px; }
.hjfm-browser-foot {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  border-top: 1px solid #f0eef3;
  color: #aaa7b0;
  font-size: 7.8px;
}
.hjfm-browser-foot button { min-height: 26px; padding: 0 8px; border: 1px solid #e4e1eb; border-radius: 7px; background: #fff; color: #5e5966; font-size: 7.7px; font-weight: 600; cursor: pointer; }
.hjfm-browser-foot button[hidden] { display: none; }
.hjfm-browser-foot small { margin-left: auto; color: #bbb8c0; font-size: 7.5px; }
.hjfm-inline-error { margin: 0 17px 12px; }

/* Empty states */
.hjfm-empty { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 38px 20px; text-align: center; }
.hjfm-empty-service { min-height: 420px; border: 1px solid var(--hjfm-border); border-radius: 18px; background: #fff; box-shadow: var(--hjfm-shadow-sm); }
.hjfm-empty > span { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e5e2f8; border-radius: 15px; background: #f5f3ff; color: var(--hjfm-purple); }
.hjfm-empty > span svg { width: 22px; height: 22px; }
.hjfm-empty h2 { margin: 13px 0 4px; color: #2e2b34; font-size: 13px; font-weight: 650; }
.hjfm-empty p { margin: 0; color: #92909a; font-size: 9px; }
.hjfm-empty button { margin-top: 14px; }
.hjfm-empty.is-compact { min-height: 310px; }

/* Modal layer */
.hjfm-modal[hidden] { display: none !important; }
.hjfm-modal { position: fixed; z-index: 999990; inset: 0; display: flex; align-items: center; justify-content: center; padding: 22px; }
.hjfm-modal > button[data-hjfm-close] { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; background: rgba(22,20,31,.30); backdrop-filter: blur(5px); }
.hjfm-modal > section {
  position: relative;
  width: min(478px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border: 1px solid rgba(225,222,234,.95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(29,25,54,.24);
  animation: hjfmModalIn .18s ease-out;
}
@keyframes hjfmModalIn { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
.hjfm-modal > section > header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-bottom: 1px solid #efedf3; background: linear-gradient(180deg,#fff 0%,#fdfcff 100%); }
.hjfm-modal > section > header span { display: block; color: var(--hjfm-purple); font-size: 7.5px; font-weight: 650; text-transform: uppercase; letter-spacing: .075em; }
.hjfm-modal > section > header h2 { margin: 3px 0 0; color: #29262f; font-size: 15px; line-height: 1.25; font-weight: 650; letter-spacing: -.02em; }
.hjfm-modal > section > header p { margin: 4px 0 0; color: #9996a0; font-size: 8px; line-height: 1.5; }
.hjfm-modal > section > header > button { width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 31px; padding: 0; border: 1px solid #e9e6ee; border-radius: 9px; background: #faf9fc; color: #77737f; cursor: pointer; }
.hjfm-modal > section > header > button:hover { background: #f3f1f7; color: #4d4953; }
.hjfm-modal > section > header > button svg { width: 13px; height: 13px; }
.hjfm-modal form { padding: 18px; }
.hjfm-modal form > label { display: block; margin-bottom: 15px; }
.hjfm-modal label > span { display: block; margin-bottom: 6px; color: #56525d; font-size: 8.7px; font-weight: 600; }
.hjfm-modal input,
.hjfm-modal select,
.hjfm-modal textarea { width: 100%; min-height: 41px; border: 1px solid #e1dee7 !important; border-radius: 10px !important; background: #fff !important; padding: 9px 11px !important; color: #3b3842 !important; font-size: 9px !important; outline: 0 !important; box-shadow: none !important; }
.hjfm-modal input:focus,
.hjfm-modal select:focus,
.hjfm-modal textarea:focus { border-color: #aaa3f2 !important; box-shadow: 0 0 0 3px rgba(93,85,232,.08) !important; }
.hjfm-modal input:disabled { background: #f8f7fa !important; color: #aaa6b0 !important; }
.hjfm-modal footer { display: flex; justify-content: flex-end; gap: 7px; margin: 18px -18px -18px; padding: 13px 18px; border-top: 1px solid #efedf3; background: #fcfcfe; }
.hjfm-modal footer button { min-height: 36px; font-size: 8.8px; }
.hjfm-upload-drop {
  min-height: 192px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border: 1.5px dashed #aaa3ef !important;
  border-radius: 13px !important;
  background: linear-gradient(145deg,#fbfaff,#f6f4ff) !important;
  text-align: center;
  cursor: pointer;
}
.hjfm-upload-drop:hover { border-color: var(--hjfm-purple) !important; }
.hjfm-upload-drop > span { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dfdbff; border-radius: 13px; background: #fff; color: var(--hjfm-purple); box-shadow: 0 8px 20px rgba(74,64,153,.09); }
.hjfm-upload-drop > span svg { width: 19px; height: 19px; }
.hjfm-upload-drop strong { margin-top: 12px; color: #33303a; font-size: 10px; font-weight: 650; }
.hjfm-upload-drop small { max-width: 300px; margin-top: 4px; color: #9996a0; font-size: 8px; line-height: 1.55; }
.hjfm-upload-drop input { position: absolute; width: 1px !important; height: 1px !important; min-height: 0 !important; padding: 0 !important; opacity: 0; pointer-events: none; }
.hjfm-progress { margin-top: 13px; }
.hjfm-progress::before { content: ""; height: 5px; display: block; margin-bottom: -5px; border-radius: 999px; background: #eceaf1; }
.hjfm-progress i { width: 0; height: 5px; display: block; border-radius: 999px; background: linear-gradient(90deg, #5d55e8, #8479f2); transition: width .15s linear; }
.hjfm-progress span { display: block; margin-top: 7px; color: #88858f; font-size: 8px; }
.hjfm-upload-queue { display: flex; flex-direction: column; gap: 7px; margin-top: 12px; }
.hjfm-upload-item { display: grid; gap: 7px; padding: 10px 11px; border: 1px solid #e8e5ed; border-radius: 10px; background: #fff; }
.hjfm-upload-item-copy { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hjfm-upload-item-copy strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #3a3740; font-size: 8.7px; font-weight: 600; }
.hjfm-upload-item-copy small { flex: 0 0 auto; color: #9995a0; font-size: 7.5px; }
.hjfm-upload-item > i { display: block; height: 4px; border-radius: 999px; background: #eceaf1; overflow: hidden; }
.hjfm-upload-item > i > b { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--hjfm-purple); transition: width .12s linear; }
.hjfm-upload-item.is-success { border-color: #d7efe3; background: #fbfefc; }
.hjfm-upload-item.is-success > i > b { width: 100% !important; background: #1fa76d; }
.hjfm-upload-item.is-success .hjfm-upload-item-copy small { color: #16865a; }
.hjfm-upload-item.is-failed { border-color: #f1d9d7; background: #fffdfd; }
.hjfm-upload-item.is-failed > i > b { background: #d84e47; }
.hjfm-upload-item.is-failed .hjfm-upload-item-copy small { color: #b3423d; }
.hjfm-presets { display: flex; gap: 6px; flex-wrap: wrap; margin-top: -7px; }
.hjfm-presets button { min-height: 29px; padding: 0 9px; border: 1px solid #e4e1eb; border-radius: 8px; background: #faf9fc; color: #66626d; font-size: 8px; font-weight: 600; cursor: pointer; }
.hjfm-presets button:hover { border-color: #cbc6fa; background: #f5f3ff; color: #5148d8; }
.hjfm-manage-modal { width: min(570px, 100%) !important; }
.hjfm-manage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 16px 18px 18px; }
.hjfm-manage-grid form { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 7px; margin: 0; padding: 10px; border: 1px solid #ece9f0; border-radius: 11px; background: #fcfcfe; }
.hjfm-manage-grid form label { min-width: 0; margin: 0; }
.hjfm-manage-grid form > button { min-width: 76px; min-height: 39px; font-size: 8px; }

/* Full-screen editor / preview */
.hjfm-editor,
.hjfm-editor * { font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
.hjfm-editor { position: fixed; z-index: 999980; inset: 0; display: flex; flex-direction: column; background: #f7f7fb; color: #2d2b33; }
.hjfm-editor-head { height: 58px; flex: 0 0 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 14px; border-bottom: 1px solid #e7e5ed; background: rgba(255,255,255,.97); box-shadow: 0 1px 10px rgba(28,25,48,.04); backdrop-filter: blur(12px); }
.hjfm-editor-head > div,
.hjfm-editor-head nav { min-width: 0; display: flex; align-items: center; gap: 9px; }
.hjfm-editor-head a,
.hjfm-editor-head button { width: 33px; height: 33px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid #e6e3eb; border-radius: 9px; background: #faf9fc; color: #6c6874; text-decoration: none; cursor: pointer; }
.hjfm-editor-head a:hover,
.hjfm-editor-head button:hover { border-color: #d9d5e5; background: #f4f2f8; color: #49454f; }
.hjfm-editor-head nav button { width: auto; padding: 0 11px; color: #fff; border-color: var(--hjfm-purple); background: var(--hjfm-purple); font-size: 8.5px; font-weight: 650; }
.hjfm-editor-head > div > div { min-width: 0; }
.hjfm-editor-head strong { display: block; max-width: 430px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #2f2c35; font-size: 9.5px; font-weight: 650; }
.hjfm-editor-head small { display: block; max-width: 500px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 2px; color: #9d99a4; font-size: 7.3px; }
.hjfm-editor-head nav > span { padding: 5px 7px; border-radius: 999px; background: #f3f2f6; color: #8b8793; font-size: 7.5px; font-weight: 600; }
.hjfm-editor-head nav > span.is-saving { background: #fff7df; color: #a26c10; }
.hjfm-editor-head nav > span.is-saved { background: #eaf8f1; color: #168259; }
.hjfm-editor-head nav > span.is-error { background: #fff0f0; color: #c84b4b; }
.hjfm-editor-brand { width: 29px; height: 29px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: linear-gradient(145deg,#665cef,#4e46d5); color: #fff; font-size: 10px; font-weight: 700; box-shadow: 0 6px 14px rgba(88,78,220,.18); }
.hjfm-editor-grid { flex: 1; min-height: 0; display: grid; grid-template-columns: 216px minmax(0,1fr) 292px; }
.hjfm-editor-tree { min-width: 0; overflow: auto; border-right: 1px solid #e5e3eb; background: #fbfbfe; }
.hjfm-editor-tree header,
.hjfm-assistant header { height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 11px; border-bottom: 1px solid #ebe9ef; }
.hjfm-editor-tree header strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #69656f; font-size: 7.7px; font-weight: 650; text-transform: uppercase; letter-spacing: .05em; }
.hjfm-editor-tree header button,
.hjfm-assistant header button { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #9a96a1; cursor: pointer; }
.hjfm-editor-tree header button:hover,
.hjfm-assistant header button:hover { background: #f0eef5; color: #605c66; }
.hjfm-editor-tree nav { padding: 7px; }
.hjfm-editor-tree nav a { min-height: 31px; display: flex; align-items: center; gap: 7px; padding: 5px 7px; border-radius: 7px; color: #74717b; font-size: 8px; text-decoration: none; }
.hjfm-editor-tree nav a:hover { background: #f3f1f7; color: #45414b; }
.hjfm-editor-tree nav a.is-active { background: #eeecff; color: #4e45d3; }
.hjfm-editor-tree nav a svg { width: 13px; height: 13px; color: #96929e; }
.hjfm-editor-tree nav a.is-active svg { color: var(--hjfm-purple); }
.hjfm-editor-main { min-width: 0; min-height: 0; display: flex; flex-direction: column; background: #13131a; }
.hjfm-editor-tabs { height: 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #282833; background: #191920; }
.hjfm-editor-tabs span { height: 40px; display: inline-flex; align-items: center; gap: 17px; padding: 0 13px; border-right: 1px solid #292933; color: #dedde4; font-size: 8px; }
.hjfm-editor-tabs span.is-active { border-top: 2px solid #776ef2; background: #13131a; }
.hjfm-editor-tabs span i { color: #7f7c88; font-style: normal; }
.hjfm-editor-tabs em { padding-right: 12px; color: #716e78; font-size: 7px; font-style: normal; font-weight: 600; }
.hjfm-code-wrap { flex: 1; min-height: 0; display: grid; grid-template-columns: 52px minmax(0,1fr); overflow: hidden; background: #13131a; }
.hjfm-code-wrap pre { margin: 0; padding: 14px 9px 30px 0; overflow: hidden; border-right: 1px solid #23232d; background: #13131a; color: #595762; text-align: right; font-size: 9px; line-height: 1.72; font-weight: 400; user-select: none; white-space: pre; }
.hjfm-code-wrap textarea { width: 100%; height: 100%; min-width: 0; resize: none; overflow: auto; padding: 14px 18px 30px; border: 0 !important; outline: 0 !important; background: #13131a !important; color: #d9d8df !important; caret-color: #fff; tab-size: 2; font-size: 9px !important; line-height: 1.72 !important; font-weight: 400 !important; letter-spacing: .005em; white-space: pre; box-shadow: none !important; }
.hjfm-editor-status { height: 27px; flex: 0 0 27px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-top: 1px solid #292933; background: #1a1a22; color: #777481; font-size: 6.8px; }
.hjfm-editor-status b { font-weight: 500; }
.hjfm-media-preview { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 13px; padding: 28px; overflow: auto; background: radial-gradient(circle at 50% 10%, #1e1d2a 0%, #111117 55%); }
.hjfm-media-preview img { max-width: min(92%, 1200px); max-height: 84%; object-fit: contain; border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.hjfm-media-preview video { width: min(92%, 1100px); max-height: 82%; border-radius: 12px; background: #000; box-shadow: 0 20px 60px rgba(0,0,0,.32); }
.hjfm-media-preview audio { width: min(90%, 620px); }
.hjfm-media-preview > span { width: 66px; height: 66px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #343340; border-radius: 18px; background: #20202a; color: #b7b4c1; }
.hjfm-media-preview > span svg { width: 28px; height: 28px; }
.hjfm-media-preview strong { color: #e1e0e6; font-size: 10px; font-weight: 600; }
.hjfm-media-preview p { margin: 0; color: #85818d; font-size: 8px; }
.hjfm-assistant { min-width: 0; display: flex; flex-direction: column; border-left: 1px solid #e6e3eb; background: #fff; color: #34313a; }
.hjfm-assistant header strong { font-size: 8.5px; font-weight: 650; }
.hjfm-assistant > div { flex: 1; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 23px; text-align: center; }
.hjfm-assistant > div > span { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dfdbff; border-radius: 13px; background: #f3f1ff; color: var(--hjfm-purple); }
.hjfm-assistant > div > span svg { width: 19px; height: 19px; }
.hjfm-assistant h2 { margin: 12px 0 5px; color: #2f2c35; font-size: 13px; line-height: 1.3; font-weight: 650; letter-spacing: -.02em; }
.hjfm-assistant p { margin: 0 0 13px; color: #88848f; font-size: 8px; line-height: 1.55; }
.hjfm-assistant > div button { width: 100%; min-height: 34px; margin-top: 6px; border: 1px solid #e7e4eb; border-radius: 9px; background: #fff; color: #57535d; font-size: 8px; font-weight: 600; cursor: pointer; }
.hjfm-assistant > div button:hover { border-color: #dcd8f1; background: #f8f7ff; color: #5148d8; }
.hjfm-assistant footer { display: flex; align-items: center; gap: 6px; padding: 9px; border-top: 1px solid #e9e6ee; }
.hjfm-assistant footer input { min-width: 0; flex: 1; height: 36px; border: 1px solid #e3e0e8 !important; border-radius: 9px !important; padding: 0 10px !important; background: #fff !important; color: #45414b !important; font-size: 8px !important; outline: 0 !important; box-shadow: none !important; }
.hjfm-assistant footer input:focus { border-color: #aaa3f2 !important; box-shadow: 0 0 0 3px rgba(93,85,232,.07) !important; }
.hjfm-assistant footer button { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 9px; background: var(--hjfm-purple); color: #fff; cursor: pointer; }
.hjfm-draft-notice { position: absolute; z-index: 8; left: 50%; top: 53px; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; padding: 7px 8px 7px 10px; border: 1px solid #e4d9b0; border-radius: 9px; background: #fff9e8; color: #8c6818; font-size: 7.5px; box-shadow: 0 10px 30px rgba(44,38,21,.13); }
.hjfm-draft-notice button { border: 1px solid #e4d9b0; border-radius: 6px; background: #fff; color: inherit; padding: 4px 7px; font-size: 7px; cursor: pointer; }

/* Responsive behaviour */
@media (max-width: 1200px) {
  .hjfm-editor-grid { grid-template-columns: 190px minmax(0,1fr); }
  .hjfm-assistant { display: none; }
  .hjfm-browser.is-grid-view .hjfm-table tbody { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1040px) {
  .hjfm-page-head { align-items: flex-start; flex-direction: column; }
  .hjfm-page-actions { width: 100%; justify-content: flex-start; }
  .hjfm-workspace { grid-template-columns: 205px minmax(0, 1fr); }
  .hjfm-browser-controls { align-items: flex-start; flex-direction: column; }
  .hjfm-toolbar { width: 100%; justify-content: space-between; }
  .hjfm-search { flex: 1; width: auto; }
}
@media (max-width: 840px) {
  .hjfm-workspace { grid-template-columns: 1fr; border-radius: 16px; }
  .hjfm-tree { display: none; }
  .hjfm-browser { border-radius: 16px; }
  .hjfm-page-actions .hj-service-switcher { width: 100%; overflow-x: auto; }
  .hjfm-upload-strip { min-height: 82px; }
  .hjfm-browser.is-grid-view .hjfm-table tbody { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .hjfm-page-head h1 { font-size: 25px; }
  .hjfm-page-head p { font-size: 10px; }
  .hjfm-page-actions { gap: 6px; }
  .hjfm-page-actions > button { flex: 1 1 calc(50% - 6px); min-width: 118px; }
  .hjfm-page-actions > button.is-primary { flex-basis: 100%; }
  .hjfm-browser-top { padding: 10px 12px; }
  .hjfm-upload-strip { width: calc(100% - 24px); min-height: 78px; margin: 12px; padding: 13px; }
  .hjfm-upload-strip > span { width: 37px; height: 37px; flex-basis: 37px; }
  .hjfm-upload-strip em { display: none; }
  .hjfm-browser-controls { padding: 8px 12px 11px; }
  .hjfm-control-left { width: 100%; align-items: flex-start; flex-direction: column; gap: 9px; }
  .hjfm-filter-tabs { width: 100%; }
  .hjfm-filter-tabs button { flex: 1; justify-content: center; }
  .hjfm-toolbar { align-items: stretch; }
  .hjfm-search { height: 36px; }
  .hjfm-view-switch { flex: 0 0 auto; }
  .hjfm-table thead { display: none; }
  .hjfm-table,
  .hjfm-table tbody { display: block; }
  .hjfm-table tr { position: relative; display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 7px; padding: 12px; border-top: 1px solid #efedf3; }
  .hjfm-table tr:first-child { border-top: 0; }
  .hjfm-table td { height: auto; padding: 0; border: 0 !important; background: transparent !important; }
  .hjfm-table td:first-child { padding: 4px 0 0; }
  .hjfm-table td:nth-child(2) { padding-right: 34px; }
  .hjfm-table td:nth-child(3),
  .hjfm-table td:nth-child(4) { grid-column: 2; color: #96929d; font-size: 7.8px; }
  .hjfm-table td[data-label]::before { content: attr(data-label) ": "; color: #bab7c0; font-weight: 600; }
  .hjfm-table td:last-child { position: absolute; top: 9px; right: 9px; }
  .hjfm-browser.is-grid-view .hjfm-table-wrap { padding: 0 12px 12px; }
  .hjfm-browser.is-grid-view .hjfm-table tbody { display: grid; grid-template-columns: 1fr; }
  .hjfm-browser.is-grid-view .hjfm-table tr { display: grid; min-height: 150px; padding: 14px; border: 1px solid #eceaf2; }
  .hjfm-browser.is-grid-view .hjfm-table td:nth-child(3),
  .hjfm-browser.is-grid-view .hjfm-table td:nth-child(4) { grid-column: auto; }
  .hjfm-browser-foot { padding: 0 12px; }
  .hjfm-browser-foot small { display: none; }
  .hjfm-modal { align-items: flex-end; padding: 0; }
  .hjfm-modal > section { width: 100%; max-height: 90vh; border-radius: 18px 18px 0 0; animation-name: hjfmModalUp; }
  @keyframes hjfmModalUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  .hjfm-manage-grid { grid-template-columns: 1fr; }
  .hjfm-editor-head small { display: none; }
  .hjfm-editor-grid { grid-template-columns: 1fr; }
  .hjfm-editor-tree { display: none; }
  .hjfm-code-wrap { grid-template-columns: 42px minmax(0,1fr); }
  .hjfm-editor-head nav > span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hjfm-page *, .hjfm-modal > section { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}


/* Live cPanel file manager modal lock (0.28.162). */
body.hjfm-live-modal-open { overflow: hidden !important; }
hostingjet-file-manager { display: block; min-width: 0; width: 100%; }
