:root {
  --tg-brand: #10a667;
  --tg-brand-deep: #087a4b;
  --tg-ink: #18212f;
  --tg-muted: #697386;
  --tg-line: #e7ebef;
  --tg-surface: #ffffff;
  --tg-canvas: #f4f7f6;
  --tg-radius: 14px;
  --tg-shadow: 0 12px 36px rgba(24, 33, 47, .07);
  --tg-wrap: 1200px;
}

html { scroll-behavior: smooth; }
body.techgg { background: var(--tg-canvas); color: var(--tg-ink); font-family: "IBM Plex Sans", "Noto Sans SC", "Microsoft YaHei", sans-serif; }
body.techgg *, body.techgg *::before, body.techgg *::after { box-sizing: border-box; }
body.techgg img { max-width: 100%; height: auto; }
body.techgg .wp, body.techgg .dz_btm_layer { width: min(var(--tg-wrap), calc(100% - 40px)); }
body.techgg .dz_layer_top { background: rgba(22, 24, 23, .97) !important; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
body.techgg .dz_btm_layer { height: 60px; min-height: 60px; }
body.techgg .dzlogo { width: 154px; height: 42px; }
body.techgg .dzlogo img { max-width: 154px; max-height: 42px; }
body.techgg .dz_layer_nav ul li a { font-size: 15px; font-weight: 650; color: rgba(255,255,255,.76); }
body.techgg .dz_layer_nav ul li.a a, body.techgg .dz_layer_nav ul li a:hover { color: #fff; }
body.techgg .header-notice .notice-icon .dzicon, body.techgg .dz_layer_dl, body.techgg .dz_layer_dl a { color: rgba(255,255,255,.82); }
body.techgg .dz_layer_nav ul li a::after { background: var(--tg-brand); }
body.techgg .dz_footc { margin-top: 56px; background: #16211c; }
body.techgg .dz_footc_bottom { padding-left: 0; padding-right: 0; }

/* Portal shell */
body.techgg .container { width: min(var(--tg-wrap), calc(100% - 40px)); margin-left: auto; margin-right: auto; }
body.techgg .portal-home-layout, body.techgg .row { min-width: 0; }
body.techgg .portal-home-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
body.techgg .portal-home-sidebar { min-width: 0; }
body.techgg .main-mid, body.techgg .main-left, body.techgg .area { min-width: 0; }
body.techgg .main-mid, body.techgg .portal-home-sidebar > * { border-radius: var(--tg-radius); }
body.techgg .tagbox { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 28px 0 10px; padding-top: 18px; border-top: 1px solid var(--tg-line); color: var(--tg-muted); }
body.techgg .tagbox a { display: inline-flex; padding: 6px 11px; border: 1px solid #d8eee4; border-radius: 999px; background: #f0faf5; color: var(--tg-brand-deep); }
body.techgg .tagbox a:hover { color: #fff; background: var(--tg-brand); border-color: var(--tg-brand); }
body.techgg .ff-work-article-labels { display: grid; gap: 12px; margin: 28px 0 10px; padding-top: 0; border-top: 0; }
body.techgg .ff-work-label-group { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
body.techgg .ff-work-label-title { min-width: 72px; color: var(--tg-muted); font-size: 13px; font-weight: 700; }
body.techgg .ff-work-label-group a,
body.techgg .ff-work-label-group span { display: inline-flex; padding: 6px 11px; border: 1px solid #d8eee4; border-radius: 999px; background: #f0faf5; color: var(--tg-brand-deep); font-size: 12px; line-height: 1.2; }
body.techgg .ff-work-label-group a:hover { border-color: var(--tg-brand); background: var(--tg-brand); color: #fff; }
body.techgg .ff-work-label-group.is-content span { border-color: #e2e6ea; background: #f5f6f7; color: #5f6875; }

/* Portal article and category layouts */
body.techgg #ct.ct2.inside_box { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; width: min(var(--tg-wrap), calc(100% - 40px)); }
body.techgg #ct.ct2.inside_box::before, body.techgg #ct.ct2.inside_box::after { display: none; }
body.techgg #ct.ct2.inside_box > .mn, body.techgg #ct.ct2.inside_box > .sd { float: none; width: auto; min-width: 0; margin: 0; }
body.techgg #ct.ct2.inside_box > .mn { padding: 0; background: var(--tg-surface); border-radius: var(--tg-radius); box-shadow: var(--tg-shadow); overflow: hidden; }
body.techgg #ct.ct2.inside_box > .sd { display: block; }
body.techgg .middle_info { padding: clamp(20px, 4vw, 52px); }
body.techgg .article-content { font-size: 17px; line-height: 1.9; overflow-wrap: anywhere; }
body.techgg .article-content p { margin: 1.15em 0; }
body.techgg .tg-side-card, body.techgg #ct.ct2 .sd .box-moder, body.techgg #ct.ct2 .sd > .area { margin: 0 0 18px; padding: 20px; background: #fff; border: 1px solid var(--tg-line); border-radius: var(--tg-radius); box-shadow: var(--tg-shadow); }
body.techgg .tg-side-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--tg-line); font-size: 16px; font-weight: 750; }
body.techgg .tg-work-list { margin: 0; padding: 0; list-style: none; }
body.techgg .tg-work-list li + li { border-top: 1px dashed var(--tg-line); }
body.techgg .tg-work-list a { display: block; padding: 11px 0; color: var(--tg-ink); line-height: 1.55; }
body.techgg .tg-work-list a:hover { color: var(--tg-brand); }
body.techgg .tg-author-card { text-align: center; }
body.techgg .tg-author-card img { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; }

/* X5 portal administration */
body.techgg.pg_portalcp #ct, body.techgg.pg_portalcp .ct2_a { width: min(1160px, calc(100% - 40px)); margin: 28px auto; }
body.techgg.pg_portalcp .mn, body.techgg.pg_portalcp .appl { border-radius: var(--tg-radius); border-color: var(--tg-line); background: #fff; box-shadow: var(--tg-shadow); }
body.techgg.pg_portalcp .tb a, body.techgg.pg_portalcp .pn { border-radius: 8px; }

/* Space/member center: retain X5 DOM, replace fragile floats. */
body.techgg[id^="nv_home"] #ct, body.techgg.pg_space #ct, body.techgg.pg_spacecp #ct { width: min(1160px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
body.techgg.pg_space .ct2_a, body.techgg.pg_spacecp .ct2_a { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 24px; }
body.techgg.pg_space .ct2_a > .appl, body.techgg.pg_space .ct2_a > .mn, body.techgg.pg_spacecp .ct2_a > .appl, body.techgg.pg_spacecp .ct2_a > .mn { float: none; width: auto; min-width: 0; margin: 0; }
body.techgg.pg_spacecp .ct2_a > .appl { grid-column: 1; grid-row: 1; }
body.techgg.pg_spacecp .ct2_a > .mn { grid-column: 2; grid-row: 1; }
body.techgg.pg_spacecp #ct.ct2_a { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; }
body.techgg.pg_spacecp #ct.ct2_a > .appl { grid-column: 1; grid-row: 1; float: none; width: auto; min-width: 0; }
body.techgg.pg_spacecp #ct.ct2_a > .mn { grid-column: 2; grid-row: 1; float: none; width: auto; min-width: 0; }
body.techgg .appl, body.techgg .mn { border-color: var(--tg-line); }

@media (max-width: 900px) {
  body.techgg.pg_portalcp .techgg-taptip { flex-wrap: wrap; }
  body.techgg.pg_portalcp .techgg-publication-state { flex-basis: 100%; justify-content: flex-end; padding: 5px 0 8px; }
  body.techgg .wp, body.techgg .dz_btm_layer, body.techgg .container, body.techgg #ct.ct2.inside_box,
  body.techgg.pg_portalcp #ct, body.techgg.pg_portalcp .ct2_a,
  body.techgg[id^="nv_home"] #ct, body.techgg.pg_space #ct, body.techgg.pg_spacecp #ct { width: min(100% - 24px, var(--tg-wrap)); }
  body.techgg .dz_btm_layer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; }
  body.techgg .dz_layer_nav { min-width: 0; overflow-x: auto; scrollbar-width: none; }
  body.techgg .dz_layer_nav::-webkit-scrollbar { display: none; }
  body.techgg .dz_layer_nav ul { display: flex; width: max-content; }
  body.techgg .portal-home-layout, body.techgg #ct.ct2.inside_box,
  body.techgg.pg_space .ct2_a, body.techgg.pg_spacecp .ct2_a { grid-template-columns: 1fr; }
  body.techgg.pg_spacecp .ct2_a > .appl, body.techgg.pg_spacecp .ct2_a > .mn { grid-column: 1; grid-row: auto; }
  body.techgg.pg_spacecp #ct.ct2_a { grid-template-columns: minmax(0, 1fr); }
  body.techgg.pg_spacecp #ct.ct2_a > .appl, body.techgg.pg_spacecp #ct.ct2_a > .mn { grid-column: 1; grid-row: auto; }
  body.techgg #ct.ct2.inside_box > .sd { width: min(100%, 560px); margin: 0 auto; }
  body.techgg .portal-main-left, body.techgg .portal-main-right { float: none !important; width: 100% !important; }
}

@media (max-width: 600px) {
  body.techgg .wp, body.techgg .container, body.techgg #ct.ct2.inside_box { width: 100%; }
  body.techgg #wp { padding-left: 0; padding-right: 0; }
  body.techgg .middle_info { padding: 18px 14px; }
  body.techgg #ct.ct2.inside_box > .mn { border-radius: 0; }
  body.techgg #ct.ct2.inside_box > .sd { width: calc(100% - 24px); }
  body.techgg .article-content { font-size: 16px; line-height: 1.78; }
  body.techgg .dz_footc_bottom { width: calc(100% - 24px); }
}

/* Compact TechGG brand footer */
body.techgg .dz_footc {
  margin-top: 48px;
  padding: 0;
  color: rgba(255, 255, 255, .58);
  background: #111a16;
  box-shadow: none;
}
body.techgg #ft.dz_footc_bottom {
  padding: 26px 0 20px;
  line-height: 1.6;
  color: inherit;
}
body.techgg .techgg-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
body.techgg .techgg-footer-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}
body.techgg .techgg-footer-logo {
  display: flex;
  width: 156px;
  height: 54px;
  flex: 0 0 156px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
body.techgg .techgg-footer-logo img {
  display: block;
  width: 156px !important;
  height: 54px !important;
  max-width: 156px !important;
  max-height: 54px !important;
  object-fit: contain;
}
body.techgg .techgg-footer-identity { min-width: 0; }
body.techgg .techgg-footer-identity strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: .04em;
}
body.techgg .techgg-footer-identity strong span {
  margin-left: 5px;
  color: #3ac87f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}
body.techgg .techgg-footer-identity p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
}
body.techgg .dz_footc_nav {
  display: flex;
  height: auto;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px 18px;
  line-height: 1.5;
  border: 0;
}
body.techgg .dz_footc_nav a {
  margin: 0;
  float: none;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}
body.techgg .dz_footc_nav a:hover { color: #45d58d; }
body.techgg .dz_footc_nav .pipe { display: none; }
body.techgg .dz_footc_copy {
  margin-top: 19px;
  padding: 14px 0 0;
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  line-height: 1.8;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
body.techgg .techgg-copyright {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 9px;
}
body.techgg .techgg-copyright-owner {
  color: rgba(255, 255, 255, .7);
  font-weight: 600;
}
body.techgg .techgg-copyright-owner b {
  color: #39c77f;
  font-size: 14px;
}
body.techgg .techgg-copyright-separator { color: rgba(255, 255, 255, .18); }
body.techgg .techgg-discuz-note { color: rgba(255, 255, 255, .55); }
body.techgg .dz_footc_copy a { color: rgba(255, 255, 255, .55); }
body.techgg .dz_footc_copy a:hover { color: #45d58d; }
body.techgg .dz_footc_copy .techgg-mps {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
body.techgg .dz_footc_copy .techgg-mps img {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: middle;
}

/* Use an inline SVG instead of the legacy icon font to avoid the question-mark glyph. */
body.techgg .dz_rnav a.techgg-wechat-button::before { content: none !important; }
body.techgg .dz_rnav a.techgg-wechat-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.techgg .techgg-wechat-icon {
  width: 25px;
  height: 25px;
  fill: #21b263;
}
body.techgg .dz_rnav a.techgg-wechat-button:hover .techgg-wechat-icon { fill: #fff; }
body.techgg .dz_rnav a.dz_rwx .dz_rewm_box {
  top: 50%;
  right: 44px;
  padding-right: 14px;
  transform: translateY(-50%);
}
body.techgg .dz_rnav a.dz_rwx .dz_rewm {
  width: 180px;
  padding: 12px;
  color: #34423b;
  background: #fff;
  border: 1px solid #e6ece8;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}
body.techgg .dz_rnav a.dz_rwx .dz_rewm img {
  width: 180px;
  height: 180px;
  margin: 0 0 8px;
  border-radius: 5px;
}
body.techgg .dz_rnav a.dz_rwx .dz_rewm span {
  color: #52605a;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
}
body.techgg .dz_rnav a.dz_rwx:focus .dz_rewm_box,
body.techgg .dz_rnav a.dz_rwx.is-open .dz_rewm_box { display: block; }

@media (max-width: 600px) {
  body.techgg .dz_footc { margin-top: 32px; }
  body.techgg #ft.dz_footc_bottom {
    width: 100%;
    padding: 22px 14px 18px;
  }
  body.techgg .techgg-footer-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  body.techgg .techgg-footer-logo,
  body.techgg .techgg-footer-logo img {
    width: 132px !important;
    max-width: 132px !important;
    height: 46px !important;
    max-height: 46px !important;
    flex-basis: 132px;
  }
  body.techgg .techgg-footer-identity strong { font-size: 16px; }
  body.techgg .dz_footc_nav {
    justify-content: flex-start;
    gap: 8px 15px;
  }
  body.techgg .techgg-copyright {
    display: block;
    line-height: 1.9;
  }
  body.techgg .techgg-copyright > span,
  body.techgg .techgg-copyright > a { margin-right: 6px; }
  body.techgg .techgg-copyright-separator { display: none; }
  body.techgg .dz_rnav a.dz_rwx .dz_rewm_box { right: 40px; }
  body.techgg .dz_rnav a.dz_rwx .dz_rewm,
  body.techgg .dz_rnav a.dz_rwx .dz_rewm img {
    width: 150px;
    height: auto;
  }
}

/* Icon-only portal search with an expandable keyword panel. */
body.techgg .techgg-header-search {
  position: relative;
  display: flex;
  margin-right: 12px;
  align-items: center;
}
body.techgg .techgg-search-trigger {
  display: flex;
  width: 38px;
  height: 38px;
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, .78);
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
body.techgg .techgg-search-trigger:hover,
body.techgg .techgg-header-search.open .techgg-search-trigger {
  color: #fff;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .09);
}
body.techgg .techgg-search-trigger svg,
body.techgg .techgg-search-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
body.techgg .techgg-search-panel {
  position: absolute;
  z-index: 500;
  top: 55px;
  right: 0;
  display: none;
  box-sizing: border-box;
  width: 430px;
  padding: 18px;
  color: #26332d;
  border: 1px solid #e4eae7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(10, 26, 18, .2);
}
body.techgg .techgg-search-panel::before {
  position: absolute;
  top: -7px;
  right: 13px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 1px solid #e4eae7;
  border-left: 1px solid #e4eae7;
  background: #fff;
  transform: rotate(45deg);
}
body.techgg .techgg-header-search.open .techgg-search-panel { display: block; }
body.techgg .techgg-search-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
}
body.techgg .techgg-search-panel-head strong {
  color: #1e2c25;
  font-size: 16px;
  font-weight: 750;
}
body.techgg .techgg-search-close {
  width: 28px;
  height: 28px;
  padding: 0;
  color: #829088;
  font-size: 23px;
  line-height: 25px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: #f1f5f3;
}
body.techgg .techgg-search-close:hover { color: #148f54; background: #e8f7ef; }
body.techgg .techgg-search-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  overflow: hidden;
  border: 1px solid #cfdad4;
  border-radius: 9px;
  background: #f8faf9;
}
body.techgg .techgg-search-field:focus-within {
  border-color: #24aa68;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(32, 172, 104, .1);
}
body.techgg .techgg-search-input {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  color: #26332d;
  font-family: inherit;
  font-size: 14px;
  outline: 0;
  border: 0;
  background: transparent;
}
body.techgg .techgg-search-input::-webkit-search-cancel-button { display: none; }
body.techgg .techgg-search-submit {
  display: flex;
  width: 46px;
  height: 46px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: 0;
  background: #1ca461;
}
body.techgg .techgg-search-submit:hover { background: #11864d; }
body.techgg .techgg-search-recommend { margin-top: 16px; }
body.techgg .techgg-search-recommend-title {
  display: block;
  margin-bottom: 9px;
  color: #8a9690;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .06em;
}
body.techgg .techgg-search-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.techgg .techgg-search-keywords a {
  padding: 6px 10px;
  color: #506159 !important;
  font-size: 12px;
  line-height: 1.3;
  border: 1px solid #e3ebe7;
  border-radius: 16px;
  background: #f5f8f6;
}
body.techgg .techgg-search-keywords a:hover {
  color: #11864d !important;
  border-color: #b9dec9;
  background: #edf9f2;
}
body.techgg .techgg-search-keywords a:nth-child(n+9) { display: none; }

/* Restore readable colors inside account and notification popovers. */
body.techgg .header-user .user-card {
  width: 236px;
  color: #344139;
  border: 1px solid #e5ebe8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(12, 31, 21, .18);
}
body.techgg .header-user .user-card a,
body.techgg .header-user .user-card-top .block_name,
body.techgg .header-user .user-card-top .block_name a,
body.techgg .header-user .author_intro p,
body.techgg .header-user .author_intro p a {
  color: #344139 !important;
}
body.techgg .header-user .user-card-top .block_name a + a {
  color: #8a9690 !important;
  font-size: 12px;
}
body.techgg .header-user .user-card-area { border-color: #e8eeeb; }
body.techgg .header-user .user-card-area a {
  margin: 4px 0;
  padding: 8px 10px;
  border-radius: 6px;
}
body.techgg .header-user .user-card-area a:hover {
  color: #11864d !important;
  background: #edf8f2;
}
body.techgg .header-user .user-card-bottom { border-color: #e8eeeb; }
body.techgg .header-user .user-card-bottom .user-logout-btn {
  color: #d94747 !important;
  justify-content: center;
}
body.techgg .header-user .user-card-bottom .user-logout-btn:hover { background: #fff1f1; }
body.techgg .header-user .poptip-arrow::after { border-bottom-color: #fff; }
body.techgg .header-notice .notice-content { background: #fff; }
body.techgg .header-notice .notice-content a { color: #344139 !important; }
body.techgg .header-notice .notice-content a:hover { color: #11864d !important; background: #edf8f2; }

@media (max-width: 700px) {
  body.techgg .techgg-header-search { margin-right: 4px; }
  body.techgg .techgg-search-panel {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    width: auto;
  }
  body.techgg .techgg-search-panel::before { right: 66px; }
}

/* Compact global navigation */
body.techgg .dz_nav .dz_nav_logo,
body.techgg .dz_layer_nav,
body.techgg .dz_layer_nav ul li a { height: 60px; line-height: 60px; }
body.techgg .header-right { height: 60px; }
body.techgg .header-client,
body.techgg .header-notice,
body.techgg .header-i18n { height: 56px; }
body.techgg .header-notice {
  display: flex;
  align-items: center;
}
body.techgg .header-notice .notice-icon {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
body.techgg .header-notice .notice-icon .dzicon {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  transform: translateY(-4px);
}
body.techgg .techgg-search-panel,
body.techgg .header-user-dropdown,
body.techgg .notice-dropdown { top: 52px; }

/* Portal operations center */
body.techgg.pg_portalcp { background: #f5f7fc; }
body.techgg.pg_portalcp #ct,
body.techgg.pg_portalcp .ct2_a { width: min(1180px, calc(100% - 40px)); margin: 24px auto 48px; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout { margin-top: 40px; }
body.techgg.pg_portalcp #ct.ct2_a { display: grid; grid-template-columns: 218px minmax(0, 1fr); gap: 20px; align-items: start; }
body.techgg.pg_portalcp #ct.ct2_a::before,
body.techgg.pg_portalcp #ct.ct2_a::after { display: none; }
body.techgg.pg_portalcp #ct.ct2_a > .mn { grid-column: 2; grid-row: 1; float: none; width: auto; min-width: 0; margin: 0; }
body.techgg.pg_portalcp #ct.ct2_a > .appl { grid-column: 1; grid-row: 1; position: sticky; top: 78px; float: none; width: auto; min-width: 0; margin: 0; overflow: visible; }
body.techgg.pg_portalcp .mn,
body.techgg.pg_portalcp .appl { border: 1px solid #e8ebf2; border-radius: 7px; background: #fff; box-shadow: 0 6px 22px rgba(38, 48, 68, .045); }
body.techgg.pg_portalcp .mn { padding: 24px; overflow: hidden; }
body.techgg.pg_portalcp .appl { padding: 12px; }
body.techgg.pg_portalcp .techgg-portalcp-breadcrumb { margin-top: 22px; color: var(--tg-muted); font-size: 13px; }
body.techgg.pg_portalcp .techgg-portalcp-breadcrumb em { margin: 0 8px; color: #b0b8c4; }
body.techgg.pg_portalcp .techgg-portalcp-nav { height: auto; min-height: 0; padding: 0; border: 0; overflow: visible; }
body.techgg.pg_portalcp .techgg-portalcp-nav-head { display: flex; align-items: center; gap: 10px; min-height: 0; margin: -12px -12px 8px; padding: 19px 18px 17px; overflow: visible; border-radius: 7px 7px 0 0; background: #272d31; color: #fff; line-height: normal; }
body.techgg.pg_portalcp .techgg-portalcp-nav-head strong,
body.techgg.pg_portalcp .techgg-portalcp-nav-head span { display: block; }
body.techgg.pg_portalcp .techgg-portalcp-nav-head strong { height: auto; font-size: 19px; line-height: 1.35; letter-spacing: .04em; white-space: normal; }
body.techgg.pg_portalcp .techgg-portalcp-nav-head span { height: auto; margin-top: 5px; overflow: visible; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; white-space: normal; }
body.techgg.pg_portalcp .techgg-portalcp-nav ul { margin: 0; padding: 0; border: 0; }
body.techgg.pg_portalcp .techgg-portalcp-nav li { position: relative; height: auto; min-height: 0; margin: 3px 0; border: 0; }
body.techgg.pg_portalcp .techgg-portalcp-nav li a { display: flex; width: 100%; min-width: 0; min-height: 42px; box-sizing: border-box; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 5px; color: #39454d; font-size: 15px; font-weight: 650; line-height: 1.45; white-space: normal; overflow: visible; }
body.techgg.pg_portalcp .techgg-portalcp-nav li a span { display: block; min-width: 0; height: auto; line-height: 1.45; overflow: visible; overflow-wrap: anywhere; }
body.techgg.pg_portalcp .techgg-portalcp-nav li a:hover { background: #f2f4f5; color: #26343c; }
body.techgg.pg_portalcp .techgg-portalcp-nav li.a > a { background: transparent; color: #25343b; }
body.techgg.pg_portalcp .techgg-portalcp-nav li.a::before { content: none; }
body.techgg.pg_portalcp .techgg-portalcp-nav li.a > a span { display: inline-block; width: fit-content; padding-bottom: 2px; border-bottom: 2px solid #20a66d; }
body.techgg.pg_portalcp .techgg-portalcp-nav svg { display: block; width: 19px; height: 19px; flex: 0 0 19px; color: #515965; stroke-width: 1.8; }
body.techgg.pg_portalcp .techgg-portalcp-nav-head svg { color: #f2f4f6; }
body.techgg.pg_portalcp .techgg-portalcp-nav ul.techgg-portalcp-subnav { margin: 0 0 3px 30px; padding-left: 10px; border-left: 1px solid #e5e9ef; }
body.techgg.pg_portalcp .techgg-portalcp-nav .techgg-portalcp-subnav li { margin: 0; }
body.techgg.pg_portalcp .techgg-portalcp-nav .techgg-portalcp-subnav li a { min-height: 34px; padding: 6px 8px; color: #68727d; font-size: 13px; font-weight: 550; }
body.techgg.pg_portalcp .techgg-portalcp-nav .techgg-portalcp-subnav svg { width: 16px; height: 16px; flex-basis: 16px; }
body.techgg.pg_portalcp .techgg-portalcp-icon { display: inline-flex; width: 20px; height: 20px; flex: 0 0 20px; align-items: center; justify-content: center; border-radius: 4px; background: transparent; color: #53606a !important; font-style: normal; font-size: 16px; line-height: 1; }
body.techgg.pg_portalcp .techgg-portalcp-nav-head .techgg-portalcp-icon { color: #e7edf0 !important; }
body.techgg.pg_portalcp .techgg-portalcp-icon::before { display: block; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-channel::before { content: '\25a6'; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-write::before { content: '+'; font-size: 17px; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-article::before { content: '\2261'; font-size: 16px; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-hub::before { content: '\25a6'; font-size: 20px; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-comment::before { content: ''; width: 14px; height: 11px; border: 1.5px solid currentColor; border-radius: 4px; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-comment::after { content: ''; width: 4px; height: 4px; margin: 9px 0 0 -12px; border-left: 1.5px solid currentColor; transform: skewY(-30deg); }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-block::before { content: '\229e'; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-plugin::before { content: '\2699'; }
body.techgg.pg_portalcp .techgg-portalcp-icon.is-draft::before { content: '\25a4'; font-size: 15px; }
body.techgg.pg_portalcp .techgg-portalcp-nav li.a .techgg-portalcp-icon { background: transparent; color: #344149 !important; box-shadow: none; }
body.techgg.pg_portalcp .techgg-portalcp-nav li .techgg-portalcp-icon,
body.techgg.pg_portalcp .techgg-portalcp-nav li a:hover .techgg-portalcp-icon { color: #4a555c !important; }
body.techgg.pg_portalcp #ct .nfl > .f_c { max-width: 560px; margin: 8vh auto 0; text-align: center; }
body.techgg.pg_portalcp #ct .nfl > .f_c #messagetext { display: inline-block; max-width: 100%; text-align: left; }
body.techgg.pg_portalcp .techgg-portalcp-card { min-width: 0; }
body.techgg.pg_portalcp .techgg-dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
body.techgg.pg_portalcp .techgg-dashboard-head h1 { margin: 0; color: #26343c; font-size: 22px; }
body.techgg.pg_portalcp .techgg-dashboard-create { padding: 8px 13px; border-radius: 5px; background: #263039; color: #fff; font-weight: 700; }
body.techgg.pg_portalcp .techgg-dashboard-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 20px; }
body.techgg.pg_portalcp .techgg-dashboard-stats > div { padding: 17px; border: 1px solid #e1e6e9; border-radius: 6px; background: #fff; }
body.techgg.pg_portalcp .techgg-dashboard-stats span { display: block; color: #6b7981; font-size: 12px; }
body.techgg.pg_portalcp .techgg-dashboard-stats strong { display: block; margin-top: 8px; color: #25333b; font-size: 25px; line-height: 1; }
body.techgg.pg_portalcp .techgg-dashboard-shortcuts { display: flex; flex-wrap: wrap; gap: 15px; margin: 0 0 24px; padding-bottom: 17px; border-bottom: 1px solid #e2e8eb; }
body.techgg.pg_portalcp .techgg-dashboard-shortcuts a { color: #356176; font-weight: 650; }
body.techgg.pg_portalcp .techgg-dashboard-featured { margin: 0 0 22px; padding: 17px 0 20px; border-top: 1px solid #e2e8eb; border-bottom: 1px solid #e2e8eb; }
body.techgg.pg_portalcp .techgg-dashboard-featured h2 { margin: 0 0 14px; color: #26343c; font-size: 16px; }
body.techgg.pg_portalcp .techgg-dashboard-featured-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
body.techgg.pg_portalcp .techgg-dashboard-featured h3 { margin: 0 0 8px; color: #596771; font-size: 13px; }
body.techgg.pg_portalcp .techgg-dashboard-featured ul { margin: 0; padding: 0; list-style: none; }
body.techgg.pg_portalcp .techgg-dashboard-featured li { display: flex; align-items: center; gap: 12px; min-height: 34px; border-top: 1px solid #edf0f2; color: #65747d; font-size: 12px; }
body.techgg.pg_portalcp .techgg-dashboard-featured li a, body.techgg.pg_portalcp .techgg-dashboard-featured li span { overflow: hidden; flex: 1; min-width: 0; color: #344650; text-overflow: ellipsis; white-space: nowrap; }
body.techgg.pg_portalcp .techgg-dashboard-featured li button { flex: none; border: 0; background: none; color: #60747f; cursor: pointer; font: inherit; }
body.techgg.pg_portalcp .techgg-dashboard-featured li button:hover { color: #a04747; }
body.techgg.pg_portalcp .techgg-dashboard-featured .techgg-home-featured-message { margin: 8px 0 0; color: #65747d; font-size: 12px; }
@media (max-width: 600px) { body.techgg.pg_portalcp .techgg-dashboard-featured-columns { grid-template-columns: 1fr; gap: 18px; } }
body.techgg.pg_portalcp .techgg-media-page { min-width: 0; }
body.techgg.pg_portalcp .techgg-media-page .techgg-dashboard-head span { color: #78858e; font-size: 13px; }
body.techgg.pg_portalcp .techgg-media-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 0 0 22px; padding-bottom: 16px; border-bottom: 1px solid #e4e9ed; }
body.techgg.pg_portalcp .techgg-media-filters label { color: #596771; font-size: 13px; font-weight: 650; }
body.techgg.pg_portalcp .techgg-media-filters input, body.techgg.pg_portalcp .techgg-media-filters select { box-sizing: border-box; height: 36px; padding: 0 10px; border: 1px solid #d7e0e5; border-radius: 5px; background: #fff; color: #2d3a43; font-size: 13px; }
body.techgg.pg_portalcp .techgg-media-filters input { width: min(300px, 100%); margin-right: 12px; }
body.techgg.pg_portalcp .techgg-media-filters button, body.techgg.pg_portalcp .techgg-media-actions button { height: 36px; padding: 0 14px; border: 0; border-radius: 5px; background: #28323a; color: #fff; font-size: 13px; font-weight: 650; cursor: pointer; }
body.techgg.pg_portalcp .techgg-media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
body.techgg.pg_portalcp .techgg-media-tile { display: block; min-width: 0; padding: 0; border: 1px solid #e2e8ec; border-radius: 6px; overflow: hidden; background: #fff; color: #364650; text-align: left; cursor: pointer; }
body.techgg.pg_portalcp .techgg-media-tile:hover, body.techgg.pg_portalcp .techgg-media-tile:focus-visible { border-color: #8298a5; box-shadow: 0 3px 12px rgba(30, 45, 54, .1); }
body.techgg.pg_portalcp .techgg-media-preview { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f2f5f6; }
body.techgg.pg_portalcp .techgg-media-preview img { width: 100%; height: 100%; object-fit: cover; }
body.techgg.pg_portalcp .techgg-media-badge { position: absolute; top: 8px; padding: 5px 7px; border-radius: 3px; box-shadow: 0 1px 3px rgba(31, 46, 54, .08); font-size: 11px; font-weight: 700; line-height: 1; }
body.techgg.pg_portalcp .techgg-media-badge.is-size { left: 8px; background: #e4f4f1; color: #17665e; }
body.techgg.pg_portalcp .techgg-media-badge.is-format { right: 8px; background: #fff0df; color: #9b541b; }
body.techgg.pg_portalcp .techgg-media-name { display: block; overflow: hidden; padding: 10px 11px; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
body.techgg.pg_portalcp .techgg-media-empty { padding: 48px 0; color: #77848d; text-align: center; }
body.techgg.pg_portalcp .techgg-media-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 26px 0 6px; color: #677681; font-size: 13px; }
body.techgg.pg_portalcp .techgg-media-pagination a { color: #344c5d; font-weight: 650; }
body.techgg.pg_portalcp .techgg-media-dialog { box-sizing: border-box; width: min(900px, calc(100vw - 32px)); max-width: none; max-height: min(88vh, 850px); padding: 0; border: 1px solid #dfe5e9; border-radius: 8px; background: #fff; box-shadow: 0 24px 72px rgba(20, 31, 39, .24); }
body.techgg.pg_portalcp .techgg-media-dialog::backdrop { background: rgba(23, 31, 42, .54); }
body.techgg.pg_portalcp .techgg-media-dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #e8ecf0; }
body.techgg.pg_portalcp .techgg-media-dialog-head h2 { margin: 0; font-size: 16px; }
body.techgg.pg_portalcp .techgg-media-close { border: 0; background: transparent; color: #61717b; font-size: 26px; cursor: pointer; }
body.techgg.pg_portalcp .techgg-media-dialog-body { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(210px, 1fr); gap: 22px; padding: 20px; }
body.techgg.pg_portalcp .techgg-media-large { display: grid; min-height: 280px; max-height: 65vh; place-items: center; overflow: hidden; background: #f3f5f6; }
body.techgg.pg_portalcp .techgg-media-large img { display: block; max-width: 100%; max-height: 65vh; object-fit: contain; }
body.techgg.pg_portalcp .techgg-media-info { min-width: 0; }
body.techgg.pg_portalcp .techgg-media-info h3 { overflow-wrap: anywhere; margin: 0 0 18px; color: #26343d; font-size: 15px; }
body.techgg.pg_portalcp .techgg-media-info dl { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 11px 8px; margin: 0 0 22px; font-size: 12px; }
body.techgg.pg_portalcp .techgg-media-info dt { color: #7b8992; }
body.techgg.pg_portalcp .techgg-media-info dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }
body.techgg.pg_portalcp .techgg-media-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
body.techgg.pg_portalcp .techgg-media-actions a { color: #435e6d; font-size: 12px; font-weight: 650; }
body.techgg.pg_portalcp .techgg-media-feedback { color: #59736b; font-size: 12px; }
@media (max-width: 1000px) { body.techgg.pg_portalcp .techgg-media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 650px) { body.techgg.pg_portalcp .techgg-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; } body.techgg.pg_portalcp .techgg-media-dialog-body { grid-template-columns: 1fr; } body.techgg.pg_portalcp .techgg-media-large { min-height: 180px; max-height: 42vh; } }
body.techgg.pg_portalcp .techgg-dashboard-recent h2 { margin: 0 0 12px; font-size: 16px; }
body.techgg.pg_portalcp .techgg-tags-filter { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
body.techgg.pg_portalcp .techgg-tags-filter label { flex: none; color: #5c6a73; font-size: 13px; }
body.techgg.pg_portalcp .techgg-tags-filter input { width: min(360px, 100%); height: 36px; }
body.techgg.pg_portalcp .techgg-tags-actions { white-space: nowrap; }
body.techgg.pg_portalcp .techgg-tags-actions button { margin-right: 5px; }
body.techgg.pg_portalcp .techgg-tags-actions .techgg-tag-delete { color: #ab4a4a; }
body.techgg.pg_portalcp #techgg-tags-message:not(:empty) { margin: 0 0 10px; color: #5b6973; }
body.techgg.pg_portalcp .techgg-comment-dialog { width: min(580px, calc(100vw - 32px)); max-height: 82vh; padding: 24px; border: 1px solid #dbe3e8; border-radius: 8px; box-shadow: 0 24px 65px rgba(20, 32, 42, .2); }
body.techgg.pg_portalcp .techgg-comment-dialog::backdrop { background: rgba(20, 30, 38, .48); }
body.techgg.pg_portalcp .techgg-comment-dialog h2 { margin: 0 0 15px; font-size: 18px; }
body.techgg.pg_portalcp .techgg-comment-dialog-close { float: right; border: 0; background: transparent; color: #677680; font-size: 24px; cursor: pointer; }
body.techgg.pg_portalcp .techgg-comment-dialog .flb { display: none; }
body.techgg.pg_portalcp .techgg-comment-dialog .c { width: auto; padding: 0; }
body.techgg.pg_portalcp .techgg-comment-dialog .pt { box-sizing: border-box; width: 100%; min-height: 170px; margin: 8px 0 14px; border: 1px solid #ccd7de; border-radius: 5px; }
body.techgg.pg_portalcp .techgg-comment-dialog .o { text-align: right; }
body.techgg.pg_portalcp .techgg-editor-dialog { position: fixed; inset: 0; z-index: 9999; box-sizing: border-box; width: min(520px, calc(100vw - 32px)); max-width: none; max-height: min(82vh, 760px); margin: auto; padding: 0; overflow: auto; border: 1px solid #dfe5eb; border-radius: 8px; background: #fff; box-shadow: 0 24px 72px rgba(25, 35, 50, .22); }
body.techgg.pg_portalcp .fwinmask[id^="fwin_recommend_"] { position: fixed !important; top: 50% !important; right: auto !important; bottom: auto !important; left: 50% !important; margin: 0 !important; transform: translate(-50%, -50%); }
body.techgg.pg_portalcp .techgg-editor-dialog::backdrop { background: rgba(23, 31, 42, .48); }
body.techgg.pg_portalcp .techgg-editor-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 22px; border-bottom: 1px solid #e8ecf1; }
body.techgg.pg_portalcp .techgg-editor-dialog header h2 { margin: 0; color: #27323d; font-size: 18px; font-weight: 700; }
body.techgg.pg_portalcp .techgg-editor-dialog-close { float: none; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 5px; background: transparent; color: #687585; font-size: 25px; line-height: 1; cursor: pointer; }
body.techgg.pg_portalcp .techgg-editor-dialog-close:hover { background: #f1f3f7; }
body.techgg.pg_portalcp .techgg-editor-dialog-body { padding: 22px; }
body.techgg.pg_portalcp .techgg-editor-dialog-body label { display: block; margin-bottom: 8px; color: #45515d; font-size: 13px; font-weight: 700; }
body.techgg.pg_portalcp .techgg-editor-dialog-body input { box-sizing: border-box; width: 100%; height: 38px; }
body.techgg.pg_portalcp .techgg-editor-dialog-body [role="alert"]:not(:empty) { margin-top: 9px; color: #b14343; font-size: 13px; }
body.techgg.pg_portalcp .techgg-editor-dialog footer { display: flex; justify-content: flex-end; gap: 8px; padding: 15px 22px; border-top: 1px solid #e8ecf1; }
body.techgg.pg_portalcp .techgg-comment-dialog .pt { min-height: 160px; }
@media (max-width: 600px) { body.techgg.pg_portalcp .techgg-dashboard-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
body.techgg.pg_portalcp .techgg-portalcp-card-head { margin: -24px -24px 22px; padding: 25px 28px 21px; border-bottom: 1px solid var(--tg-line); background: linear-gradient(120deg, #fbfdfc, #f0f8f4); }
body.techgg.pg_portalcp .techgg-portalcp-card-head h1 { margin: 4px 0; font-size: 25px; }
body.techgg.pg_portalcp .techgg-portalcp-card-head p { margin: 0; color: var(--tg-muted); }
body.techgg.pg_portalcp .techgg-portalcp-kicker { color: var(--tg-brand); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
body.techgg.pg_portalcp .techgg-comment-filter { display: grid; grid-template-columns: minmax(180px, 1fr) 120px 120px auto auto; gap: 12px; align-items: end; margin-bottom: 22px; padding: 16px; border: 1px solid var(--tg-line); border-radius: 12px; background: #f8faf9; }
body.techgg.pg_portalcp .techgg-comment-filter label span { display: block; margin-bottom: 6px; color: var(--tg-muted); font-size: 12px; font-weight: 650; }
body.techgg.pg_portalcp .techgg-comment-filter .px { width: 100%; height: 38px; border-color: #dce3df; border-radius: 8px; }
body.techgg.pg_portalcp .techgg-comment-filter .pn { height: 38px; padding: 0 18px; }
body.techgg.pg_portalcp .techgg-filter-reset { display: inline-flex; height: 38px; align-items: center; color: var(--tg-muted); }
body.techgg.pg_portalcp .techgg-comment-table-wrap { overflow-x: auto; }
body.techgg.pg_portalcp .techgg-comment-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
body.techgg.pg_portalcp .techgg-comment-table th { padding: 11px 12px; border-bottom: 1px solid var(--tg-line); color: var(--tg-muted); background: #f7f9f8; text-align: left; font-size: 12px; }
body.techgg.pg_portalcp .techgg-comment-table td { padding: 15px 12px; border-bottom: 1px solid var(--tg-line); color: #4c5767; vertical-align: top; line-height: 1.55; overflow-wrap: anywhere; }
body.techgg.pg_portalcp .techgg-comment-table th:first-child { width: 34%; }
body.techgg.pg_portalcp .techgg-comment-table th:nth-child(2) { width: 25%; }
body.techgg.pg_portalcp .techgg-comment-table th:nth-child(3) { width: 10%; }
body.techgg.pg_portalcp .techgg-comment-table th:nth-child(4) { width: 17%; }
body.techgg.pg_portalcp .techgg-comment-table td strong,
body.techgg.pg_portalcp .techgg-comment-table td small { display: block; }
body.techgg.pg_portalcp .techgg-comment-table td small { color: #9aa3af; }
body.techgg.pg_portalcp .techgg-comment-table td p { margin: 6px 0 0; color: #252e3b; }
body.techgg.pg_portalcp .techgg-status { display: inline-flex; padding: 3px 8px; border-radius: 999px; font-size: 12px; }
body.techgg.pg_portalcp .techgg-status.is-live { background: #e8f8f0; color: #087a4b; }
body.techgg.pg_portalcp .techgg-status.is-pending { background: #fff4df; color: #9a6410; }
body.techgg.pg_portalcp .techgg-status.is-draft { margin-left: 6px; background: #edf1f3; color: #52616b; font-size: 12px; font-weight: 650; }
body.techgg.pg_portalcp .techgg-publication-state { display: flex; align-items: center; gap: 7px; margin: 0 0 0 auto; padding: 0 0 3px; color: #64717b; font-size: 12px; }
body.techgg.pg_portalcp .techgg-publication-state .techgg-publication-label { font-weight: 650; }
body.techgg.pg_portalcp .techgg-publication-badge { padding: 3px 8px; border-radius: 4px; background: #e7f3eb; color: #28734c; font-size: 12px; }
body.techgg.pg_portalcp .techgg-publication-badge.is-draft { background: #e9eef1; color: #445762; }
body.techgg.pg_portalcp .techgg-publication-badge.is-review { background: #fff2dc; color: #906522; }
body.techgg.pg_portalcp .techgg-publication-badge.is-ignored { background: #f8ebea; color: #a0514b; }
body.techgg.pg_portalcp .techgg-publication-note { color: #7a6970; font-size: 12px; }
body.techgg.pg_portalcp #ff-work-draft-actions { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-left: auto; }
body.techgg.pg_portalcp .ff-work-draft-button,
body.techgg.pg_portalcp .ff-work-draft-state-button { min-height: 30px; padding: 0 10px; border: 1px solid #ced8de; border-radius: 4px; background: #fff; color: #384a55; font-size: 12px; font-weight: 650; cursor: pointer; }
body.techgg.pg_portalcp .ff-work-draft-button:hover,
body.techgg.pg_portalcp .ff-work-draft-state-button:hover { border-color: #89a2ae; background: #f6f9fa; }
body.techgg.pg_portalcp .ff-work-draft-button:disabled { opacity: .55; cursor: default; }
body.techgg.pg_portalcp .ff-work-draft-state-button { border-color: #d4bdb7; color: #8c5044; }
body.techgg.pg_portalcp .ff-work-draft-message { max-width: 100%; color: #59707d; font-size: 12px; }
body.techgg.pg_portalcp .ff-work-draft-list { margin: -7px 0 16px; padding: 7px 12px; border: 1px solid #e0e7eb; border-radius: 5px; background: #fff; color: #65737d; font-size: 13px; }
body.techgg.pg_portalcp .ff-work-draft-list[hidden] { display: none; }
body.techgg.pg_portalcp .ff-work-draft-row { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid #edf1f3; }
body.techgg.pg_portalcp .ff-work-draft-row:last-child { border-bottom: 0; }
body.techgg.pg_portalcp .ff-work-draft-row a { flex: 1; min-width: 0; overflow: hidden; color: #344b58; text-overflow: ellipsis; white-space: nowrap; }
body.techgg.pg_portalcp .ff-work-draft-row time { flex: none; color: #81909a; font-size: 12px; }
body.techgg.pg_portalcp .ff-work-draft-delete { flex: none; padding: 3px 5px; border: 0; background: transparent; color: #a45d54; font-size: 12px; cursor: pointer; }
@media (max-width: 600px) {
  body.techgg.pg_portalcp #ff-work-draft-actions { width: 100%; margin-left: 0; }
  body.techgg.pg_portalcp .ff-work-draft-row { flex-wrap: wrap; gap: 4px 10px; }
  body.techgg.pg_portalcp .ff-work-draft-row a { flex-basis: 100%; }
}
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn { color: #35434c; font-size: 14px; line-height: 1.55; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .mt { margin: 0 0 17px; color: #26343c; font-size: 21px; line-height: 1.35; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .tb { margin-bottom: 14px; border-bottom-color: #e1e7eb; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .tb a { font-size: 14px; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .dt { width: 100%; border-collapse: collapse; font-size: 13px; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .dt th { padding: 10px 11px; border-bottom: 1px solid #dce4e9; background: #f6f8f9; color: #5b6973; font-size: 12px; font-weight: 700; text-align: left; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .dt td { padding: 11px; border-bottom: 1px solid #edf1f3; vertical-align: middle; font-size: 13px; line-height: 1.5; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .dt tr:hover td { background: #fafbfc; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .px,
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .ps { border-color: #d8e0e5; border-radius: 4px; font-size: 13px; }
body.techgg.pg_portalcp #ct.techgg-portalcp-layout .mn .pn { min-height: 32px; font-size: 13px; }
body.techgg.pg_portalcp .techgg-comment-actions a { display: inline-block; margin-right: 9px; color: var(--tg-brand-deep); }
body.techgg.pg_portalcp .techgg-comment-actions .is-danger { color: #c34545; }
body.techgg.pg_portalcp .techgg-comment-empty { padding: 44px 20px; text-align: center; color: var(--tg-muted); }
body.techgg.pg_portalcp #articleform .px,
body.techgg.pg_portalcp #articleform .pt { max-width: 100%; }
body.techgg.pg_portalcp .techgg-article-meta { margin: 18px 0; padding: 16px; border: 1px solid var(--tg-line); border-radius: 8px; background: #fff; }
body.techgg.pg_portalcp .techgg-meta-fields { display: grid; grid-template-columns: 1.1fr 1fr 1.1fr 1fr; gap: 12px; align-items: start; }
body.techgg.pg_portalcp .techgg-taptip { display: flex; grid-column: 1 / -1; gap: 0; padding: 0; border-bottom: 1px solid var(--tg-line); }
body.techgg.pg_portalcp .techgg-taptip button { min-width: 68px; padding: 8px 14px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; color: var(--tg-muted); cursor: pointer; font-weight: 700; }
body.techgg.pg_portalcp .techgg-taptip button.is-active { background: #f0f2f3; color: #28352e; }
body.techgg.pg_portalcp .techgg-taptip .techgg-publication-state button { min-width: 0; padding: 6px 9px; border: 0; border-radius: 4px; color: #33434b; font-size: 12px; }
body.techgg.pg_portalcp .ff-work-publication-menu { position: relative; }
body.techgg.pg_portalcp .ff-work-publication-menu summary { padding: 6px 8px; border: 1px solid #dce3e7; border-radius: 4px; color: #354650; cursor: pointer; list-style-position: inside; white-space: nowrap; }
body.techgg.pg_portalcp .ff-work-publication-menu[open] { z-index: 30; }
body.techgg.pg_portalcp .ff-work-publication-menu[open] button { position: absolute; top: calc(100% + 2px); right: 0; display: block; width: 112px; border: 1px solid #e0e6e9; border-radius: 4px 4px 0 0; background: #fff; text-align: left; box-shadow: 0 3px 10px rgba(27, 42, 50, .08); }
body.techgg.pg_portalcp .ff-work-publication-menu[open] button + button { top: calc(100% + 31px); border-radius: 0 0 4px 4px; }
body.techgg.pg_portalcp .ff-work-publication-menu button { display: none; }
body.techgg.pg_portalcp .ff-work-publication-menu button:hover { background: #f0f3f5; }
body.techgg.pg_portalcp .ff-work-draft-message { max-width: 220px; color: #52616b; font-size: 11px; }
body.techgg.pg_portalcp .ff-work-draft-page { min-height: 350px; padding: 12px 8px; }
body.techgg.pg_portalcp .ff-work-draft-page h2 { margin: 0 0 22px; font-size: 21px; }
body.techgg.pg_portalcp .ff-work-draft-page .ff-work-draft-list { display: grid; gap: 9px; padding: 0; border: 0; }
body.techgg.pg_portalcp .ff-work-draft-page .ff-work-draft-row { display: flex; align-items: center; gap: 14px; padding: 13px 16px; border: 1px solid #e1e7eb; border-radius: 5px; background: #fff; }
body.techgg.pg_portalcp .ff-work-draft-page .ff-work-draft-row a { flex: 1; min-width: 0; color: #273740; font-weight: 650; }
body.techgg.pg_portalcp .ff-work-draft-page .ff-work-draft-row time { flex: none; color: #87929a; font-size: 12px; }
body.techgg.pg_portalcp .techgg-meta-field label, body.techgg.pg_portalcp .techgg-category-field > label { display: block; margin-bottom: 5px; color: var(--tg-muted); font-size: 12px; font-weight: 650; }
body.techgg.pg_portalcp .techgg-category-field { grid-column: auto; min-width: 0; }
body.techgg.pg_portalcp .techgg-category-field > label { margin: 0; white-space: nowrap; }
body.techgg.pg_portalcp .techgg-category-field dt { margin: 0; color: var(--tg-muted); font-size: 12px; font-weight: 650; white-space: nowrap; }
body.techgg.pg_portalcp .techgg-category-field dd { margin: 0; }
body.techgg.pg_portalcp .techgg-meta-field { min-width: 0; }
body.techgg.pg_portalcp .techgg-meta-field:not([hidden]) { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 5px; min-height: 32px; }
body.techgg.pg_portalcp .techgg-meta-field dt { margin: 0; color: var(--tg-muted); font-size: 12px; font-weight: 650; white-space: nowrap; }
body.techgg.pg_portalcp .techgg-meta-field dd { min-width: 0; margin: 0; }
body.techgg.pg_portalcp .techgg-meta-field .px { box-sizing: border-box; width: 100%; height: 32px; }
body.techgg.pg_portalcp #articleform .techgg-meta-field .px,
body.techgg.pg_portalcp #articleform .techgg-meta-field .ps,
body.techgg.pg_portalcp #articleform .techgg-category-field .ftid a { border: 0; border-bottom: 1px solid #bfcbd1; border-radius: 0; background: transparent; box-shadow: none; }
body.techgg.pg_portalcp #articleform .techgg-meta-field .px:focus,
body.techgg.pg_portalcp #articleform .techgg-meta-field .ps:focus { border-bottom-color: #41535d; outline: 0; }
body.techgg.pg_portalcp .techgg-meta-source .px, body.techgg.pg_portalcp .techgg-meta-author .px, body.techgg.pg_portalcp .techgg-meta-date .px { max-width: none; }
body.techgg.pg_portalcp .techgg-meta-source dd { display: flex; gap: 6px; }
body.techgg.pg_portalcp .techgg-meta-source .px { flex: 1 1 auto; min-width: 0; }
body.techgg.pg_portalcp .techgg-meta-source #from { flex: 1 1 auto; max-width: none; }
body.techgg.pg_portalcp .techgg-meta-source .ps { flex: none; width: 28px !important; max-width: 28px; height: 32px; font-size: 0; }
body.techgg.pg_portalcp .techgg-meta-source .ps option { font-size: 13px; }
body.techgg.pg_portalcp .techgg-meta-comment { align-self: center; }
body.techgg.pg_portalcp .techgg-meta-home:not([hidden]) { grid-column: span 2; grid-template-columns: 62px minmax(0, 1fr); }
body.techgg.pg_portalcp .techgg-meta-home dd { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
body.techgg.pg_portalcp .techgg-meta-home dd label { display: inline-flex; align-items: center; gap: 5px; margin: 0; color: #344650; font-size: 12px; white-space: nowrap; }
body.techgg.pg_portalcp .techgg-meta-home dd input { margin: 0; accent-color: #25333b; }
body.techgg.pg_portalcp .techgg-meta-home .techgg-home-featured-message { color: #65747d; font-size: 11px; }
body.techgg.pg_portalcp .techgg-meta-wide:not([hidden]) { grid-column: span 2; }
body.techgg.pg_portalcp .techgg-meta-related:not([hidden]) { grid-column: 1 / -1; display: block; padding-top: 10px; border-top: 1px solid #e7ebee; }
body.techgg.pg_portalcp .techgg-meta-related h2 { margin: 0; color: #4b5861; font-size: 13px; font-weight: 650; }
body.techgg.pg_portalcp .techgg-meta-related h2 a { margin-left: 8px; color: #4d7184; font-size: 12px; }
body.techgg.pg_portalcp .techgg-meta-related #raid_div { margin: 7px 0 0; }

@media (max-width: 900px) {
  body.techgg.pg_portalcp .techgg-meta-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.techgg.pg_portalcp .techgg-meta-field:not([hidden]) { grid-template-columns: 88px minmax(0, 1fr); }
  body.techgg.pg_portalcp #ct.ct2_a { grid-template-columns: 1fr; }
  body.techgg.pg_portalcp #ct.ct2_a > .appl,
  body.techgg.pg_portalcp #ct.ct2_a > .mn { grid-column: 1; }
  body.techgg.pg_portalcp #ct.ct2_a > .appl { grid-row: 1; position: static; }
  body.techgg.pg_portalcp #ct.ct2_a > .mn { grid-row: 2; }
  body.techgg.pg_portalcp .techgg-portalcp-nav > ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
  body.techgg.pg_portalcp .techgg-portalcp-nav ul.techgg-portalcp-subnav { margin-left: 22px; }
  body.techgg.pg_portalcp .techgg-comment-filter { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body.techgg.pg_portalcp #ct,
  body.techgg.pg_portalcp .ct2_a { width: calc(100% - 20px); }
  body.techgg.pg_portalcp .mn { padding: 16px; }
  body.techgg.pg_portalcp .techgg-portalcp-card-head { margin: -16px -16px 18px; padding: 21px 18px 18px; }
  body.techgg.pg_portalcp .techgg-portalcp-nav > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.techgg.pg_portalcp .techgg-comment-filter { grid-template-columns: 1fr; }
  body.techgg.pg_portalcp .techgg-comment-table { min-width: 760px; }
  body.techgg.pg_portalcp .techgg-meta-fields { grid-template-columns: 1fr; }
  body.techgg.pg_portalcp .techgg-category-field { grid-column: auto; }
}

/* Direct-data portal article sidebar */
body.techgg .tg-tag-page { margin: 0 calc(50% - 50vw); background: #f4f7f5; color: var(--tg-ink); }
body.techgg .tg-tag-hero { padding: 58px 20px 54px; background: #15372a; color: #fff; }
body.techgg .tg-tag-hero-inner { width: min(1120px, 100%); margin: 0 auto; }
body.techgg .tg-tag-kicker { display: block; margin-bottom: 10px; color: #79d5ac; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
body.techgg .tg-tag-hero h1 { margin: 0; color: #fff; font-size: 34px; line-height: 1.25; overflow-wrap: anywhere; }
body.techgg .tg-tag-hero p { margin: 11px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
body.techgg .tg-tag-hero p strong { color: #fff; }
body.techgg .tg-tag-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 54px; }
body.techgg .tg-tag-breadcrumb { margin-bottom: 14px; color: var(--tg-muted); font-size: 12px; }
body.techgg .tg-tag-breadcrumb a { color: var(--tg-brand-deep); }
body.techgg .tg-tag-breadcrumb em { margin: 0 8px; color: #aeb8b2; }
body.techgg .tg-tag-list { padding: 4px 26px; border: 1px solid var(--tg-line); border-radius: var(--tg-radius); background: #fff; box-shadow: var(--tg-shadow); }
body.techgg .tg-tag-article { display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 25px; padding: 24px 0; border-bottom: 1px solid var(--tg-line); }
body.techgg .tg-tag-article:last-child { border-bottom: 0; }
body.techgg .tg-tag-article.is-compact { grid-template-columns: 1fr; }
body.techgg .tg-tag-thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 7px; background: #edf2ef; }
body.techgg .tg-tag-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
body.techgg .tg-tag-thumb:hover img { transform: scale(1.025); }
body.techgg .tg-tag-article-body { min-width: 0; align-self: center; }
body.techgg .tg-tag-meta { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-bottom: 8px; color: var(--tg-muted); font-size: 12px; }
body.techgg .tg-tag-article h2 { margin: 0; font-size: 21px; line-height: 1.42; }
body.techgg .tg-tag-article h2 a { color: var(--tg-ink); }
body.techgg .tg-tag-article h2 a:hover { color: var(--tg-brand-deep); }
body.techgg .tg-tag-summary { margin: 10px 0 0; color: #677383; font-size: 14px; line-height: 1.75; }
body.techgg .tg-tag-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
body.techgg .tg-tag-chips a { padding: 4px 9px; border-radius: 4px; background: #edf7f2; color: var(--tg-brand-deep); font-size: 12px; }
body.techgg .tg-tag-chips a:hover { background: var(--tg-brand); color: #fff; }
body.techgg .tg-tag-empty { padding: 70px 20px; text-align: center; }
body.techgg .tg-tag-empty strong { display: block; margin-bottom: 8px; font-size: 20px; }
body.techgg .tg-tag-empty p { margin: 0 0 18px; color: var(--tg-muted); }
body.techgg .tg-tag-empty a { color: var(--tg-brand-deep); font-weight: 700; }
body.techgg .tg-tag-pagination { padding-top: 22px; }
@media (max-width: 720px) {
  body.techgg .tg-tag-hero { padding: 40px 16px 38px; }
  body.techgg .tg-tag-hero h1 { font-size: 27px; }
  body.techgg .tg-tag-shell { width: calc(100% - 24px); padding-top: 14px; }
  body.techgg .tg-tag-list { padding: 0 16px; }
  body.techgg .tg-tag-article { grid-template-columns: 1fr; gap: 15px; padding: 18px 0; }
  body.techgg .tg-tag-thumb { aspect-ratio: 16 / 9; }
  body.techgg .tg-tag-article h2 { font-size: 18px; }
}

body.techgg .tg-article-sidebar { display: flex !important; flex-direction: column; min-width: 0; gap: 18px; }
body.techgg .tg-article-sidebar .tg-side-card { margin: 0; overflow: hidden; }
body.techgg .tg-author-card { position: relative; padding-top: 24px; text-align: center; background: linear-gradient(155deg, #f7fbf9 0, #fff 58%); }
body.techgg .tg-side-avatar { display: inline-flex; width: 72px; height: 72px; margin-bottom: 10px; padding: 3px; border-radius: 50%; background: linear-gradient(145deg, var(--tg-brand), #a5dcc2); }
body.techgg .tg-side-avatar img { width: 100%; height: 100%; border: 3px solid #fff; border-radius: 50%; object-fit: cover; }
body.techgg .tg-side-eyebrow { display: block; color: var(--tg-brand); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
body.techgg .tg-author-card h3 { margin: 5px 0 3px; font-size: 20px; }
body.techgg .tg-author-card h3 a { color: var(--tg-ink); }
body.techgg .tg-author-card p { margin: 0 0 13px; color: var(--tg-muted); font-size: 12px; }
body.techgg .tg-side-more { display: inline-flex; padding: 7px 13px; border: 1px solid #cce7da; border-radius: 999px; color: var(--tg-brand-deep); font-size: 12px; }
body.techgg .tg-side-title-mark { color: #9aa4b1; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
body.techgg .tg-work-list-meta li { padding: 11px 0; }
body.techgg .tg-work-list-meta li:first-child { padding-top: 0; }
body.techgg .tg-work-list-meta a { padding: 0; font-weight: 650; line-height: 1.55; }
body.techgg .tg-work-list-meta small { display: flex; justify-content: space-between; margin-top: 5px; color: #9aa4b1; font-size: 11px; }
body.techgg .tg-work-list-meta small em { font-style: normal; }
body.techgg .tg-side-empty { padding: 20px 0; color: var(--tg-muted); text-align: center; }
body.techgg .tg-related-stack { display: grid; gap: 12px; }
body.techgg .tg-related-stack > a { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 11px; align-items: center; color: var(--tg-ink); }
body.techgg .tg-related-stack > a:not(:first-child) { padding-top: 12px; border-top: 1px solid var(--tg-line); }
body.techgg .tg-related-stack img { width: 78px; height: 58px; border-radius: 7px; object-fit: cover; }
body.techgg .tg-related-stack strong { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body.techgg .tg-related-stack small { display: block; margin-top: 5px; color: #9aa4b1; font-size: 10px; }
body.techgg .tg-rank-list { margin: 0; padding: 0; list-style: none; }
body.techgg .tg-rank-list li { display: grid; grid-template-columns: 27px minmax(0, 1fr) auto; gap: 8px; align-items: start; padding: 10px 0; border-bottom: 1px dashed var(--tg-line); }
body.techgg .tg-rank-list li:last-child { border-bottom: 0; }
body.techgg .tg-rank-list i { color: #b5bec9; font-family: Georgia, serif; font-size: 17px; font-style: italic; }
body.techgg .tg-rank-list li:first-child i { color: var(--tg-brand); }
body.techgg .tg-rank-list a { color: var(--tg-ink); font-size: 13px; line-height: 1.5; }
body.techgg .tg-rank-list small { color: #a4acb7; font-size: 10px; }
body.techgg .tg-side-tags { display: flex; flex-wrap: wrap; gap: 8px; }
body.techgg .tg-side-tags a { padding: 6px 10px; border: 1px solid #deebe5; border-radius: 999px; background: #f5faf7; color: #486456; font-size: 12px; }
body.techgg .tg-side-tags a:hover { border-color: var(--tg-brand); background: var(--tg-brand); color: #fff; }
@media (max-width: 900px) {
  body.techgg .tg-article-sidebar { width: min(100% - 24px, 560px) !important; margin: 18px auto 0 !important; text-align: left !important; }
  body.techgg .tg-article-sidebar .tg-author-card { text-align: center !important; }
}
body.techgg .tg-related-stack > a span:only-child { grid-column: 1 / -1; }

/* Direct portal article view: source-driven sidebar and calm reading surface. */
body.techgg.pg_view #ct.ct2 { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; width: min(var(--tg-wrap), calc(100% - 40px)); align-items: start; }
body.techgg.pg_view #ct.ct2::before, body.techgg.pg_view #ct.ct2::after { display: none; }
body.techgg.pg_view #ct.ct2 > .mn, body.techgg.pg_view #ct.ct2 > .sd { float: none; width: auto; min-width: 0; margin: 0; }
body.techgg.pg_view #ct.ct2 > .mn { padding: 0; background: transparent; border: 0; box-shadow: none; }
body.techgg.pg_view .techgg-article-view { margin: 0; border: 0; background: #fff; box-shadow: var(--tg-shadow); }
body.techgg.pg_view #ct.ct2.inside_box > .mn, body.techgg.pg_view #ct.ct2.inside_box .Framebox { border: 0; background: transparent; box-shadow: none; }
body.techgg.pg_view #ct.ct2.inside_box .middle_info { border: 0; background: #fff; box-shadow: none; }
body.techgg.pg_view #ct.ct2.inside_box .content_middle,
body.techgg.pg_view #ct.ct2.inside_box .vwtb-container,
body.techgg.pg_view #ct.ct2.inside_box #wz_infos { border: 0 !important; outline: 0; box-shadow: none !important; }
body.techgg.pg_view #ct.ct2.inside_box .pren { border: 0; box-shadow: none; }
body.techgg.pg_view .techgg-article-view > .h, body.techgg.pg_view .techgg-article-view > .d { border-color: var(--tg-line); }
body.techgg.pg_view .techgg-article-view .vwtb { border: 0; }
body.techgg.pg_view .techgg-article-view #article_content { padding-left: 0; padding-right: 0; }
body.techgg.pg_view .techgg-portal-comment, body.techgg.pg_view #related_article { margin-top: 20px; border: 0; border-radius: 8px; background: #fff; box-shadow: var(--tg-shadow); }
body.techgg.pg_view .techgg-portal-comment .bm_h { padding: 17px 22px 15px; border-bottom: 1px solid var(--tg-line); }
body.techgg.pg_view .techgg-portal-comment h3 { margin: 0; font-size: 17px; }
body.techgg.pg_view .techgg-portal-comment h3 em { margin-left: 7px; color: var(--tg-brand); font-size: 12px; font-style: normal; }
body.techgg.pg_view .techgg-portal-comment .bm_c { padding: 16px 22px 20px; }
body.techgg .techgg-comment-item { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 11px; margin: 0; padding: 17px 0; border-bottom: 1px solid var(--tg-line); }
body.techgg .techgg-comment-item dt, body.techgg .techgg-comment-item dd { margin: 0; }
body.techgg .techgg-comment-avatar { display: grid; width: 38px; height: 38px; place-items: center; overflow: hidden; border-radius: 50%; background: #e6f4ed; color: var(--tg-brand-deep); font-size: 12px; font-weight: 750; }
body.techgg .techgg-comment-avatar img { width: 100%; height: 100%; object-fit: cover; }
body.techgg .techgg-comment-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
body.techgg .techgg-comment-head time { margin-left: 8px; color: #98a2ad; font-size: 12px; }
body.techgg .techgg-comment-actions { display: inline-flex; gap: 8px; white-space: nowrap; font-size: 12px; }
body.techgg .techgg-comment-message { margin-top: 7px; color: #3a4552; line-height: 1.75; overflow-wrap: anywhere; }
@media (max-width: 900px) { body.techgg.pg_view #ct.ct2 { grid-template-columns: 1fr; width: min(100% - 24px, var(--tg-wrap)); } }
@media (max-width: 600px) { body.techgg.pg_view .techgg-portal-comment .bm_c { padding-left: 14px; padding-right: 14px; } body.techgg .techgg-comment-head { align-items: flex-start; flex-direction: column; gap: 4px; } }
body.techgg .tg-list-hero{isolation:isolate;background-image:url('images/column-hero.jpg');background-position:center;background-size:cover}body.techgg .tg-list-hero-art{position:absolute;z-index:-1;inset:0;background-position:center;background-size:cover;opacity:.34;transform:scale(1.035)}body.techgg .tg-list-hero-copy{position:relative}body.techgg .tg-list-kicker{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:#bfe9dd;font-size:11px;font-weight:700;letter-spacing:1.6px}.tg-list-kicker:before{width:18px;height:2px;background:#22b573;content:''}body.techgg .tg-list-hero h1{margin-top:12px}body.techgg .tg-list-hero-actions{display:flex;align-items:center;gap:10px}body.techgg .tg-list-browse{display:inline-flex;align-items:center;min-height:40px;box-sizing:border-box;padding:0 16px;border:1px solid rgba(255,255,255,.42);border-radius:4px;color:#fff;font-size:14px}.tg-list-browse:hover{border-color:#fff;background:rgba(255,255,255,.1);color:#fff;text-decoration:none}body.techgg .tg-list-hero-4 .tg-list-hero-art,body.techgg .tg-list-hero-6 .tg-list-hero-art{background-color:#0b4054;mix-blend-mode:color}body.techgg .tg-list-hero-7 .tg-list-hero-art,body.techgg .tg-list-hero-8 .tg-list-hero-art{background-color:#43224c;mix-blend-mode:color}body.techgg .tg-list-hero-9 .tg-list-hero-art{background-color:#2f5131;mix-blend-mode:color}@media(max-width:620px){body.techgg .tg-list-kicker{margin-top:10px}.tg-list-hero-actions{gap:8px}.tg-list-browse,body.techgg .tg-list-hero .tg-list-publish{min-height:36px;padding:0 12px;font-size:13px}}
body.techgg .tg-list-hero{position:relative;display:flex;align-items:center;min-height:330px;margin:0 0 32px;overflow:hidden;background:#132a36 url('images/column-hero.jpg') center/cover no-repeat;color:#fff}body.techgg .tg-list-hero:before{position:absolute;inset:0;background:rgba(8,19,27,.58);content:''}body.techgg .tg-list-hero:after{position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.25);content:''}body.techgg .tg-list-hero>div{position:relative;z-index:1;box-sizing:border-box;width:min(1180px,calc(100% - 32px));margin:auto;padding:22px 0}body.techgg .tg-list-hero h1{max-width:680px;margin:10px 0 12px;color:#fff;font-size:38px;font-weight:700;line-height:1.2;text-shadow:0 2px 16px rgba(0,0,0,.28)}body.techgg .tg-list-hero h1:before{display:inline-block;width:30px;height:3px;margin:0 12px 10px 0;background:#21b66f;content:''}body.techgg .tg-list-hero p{max-width:580px;margin:0 0 24px;color:#e4edf0;font-size:16px;line-height:1.75}body.techgg .tg-list-hero .tg-list-crumb,body.techgg .tg-list-hero .tg-list-crumb a{color:#d6e4e7}body.techgg .tg-list-hero .tg-list-crumb em{padding:0 6px;color:#7d9aa2}body.techgg .tg-list-hero .tg-list-publish{display:inline-flex;align-items:center;min-height:40px;box-sizing:border-box;padding:0 17px;border:1px solid #25bd76;border-radius:4px;background:#16a765;color:#fff;font-size:14px;font-weight:600;box-shadow:0 8px 20px rgba(0,0,0,.2)}body.techgg .tg-list-hero .tg-list-publish:hover{background:#128a53;color:#fff;text-decoration:none}@media(max-width:620px){body.techgg .tg-list-hero{min-height:260px;background-position:center}.tg-list-hero>div{padding:18px 0!important}body.techgg .tg-list-hero h1{font-size:29px}body.techgg .tg-list-hero p{font-size:14px}}
