

/* BEGIN GLADYSDRIFT MANAGED THEME CSS */

/* Source: homepage-style.css */
.home .entry-content > .wp-block-html,
.home .entry-content > *:has(.gdx-app-home) {
  margin-top: 0;
  margin-bottom: 0;
}

.home .entry-content .gdx-app-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background:
    radial-gradient(circle at 10% 12%, rgba(88, 214, 195, 0.14), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(117, 183, 255, 0.16), transparent 34%),
    radial-gradient(circle at 50% 80%, rgba(255, 179, 92, 0.12), transparent 30%),
    linear-gradient(180deg, #08111c 0%, #050a13 100%);
  padding: 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.home .entry-content .gdx-app-home::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 10, 19, 0.06), rgba(5, 10, 19, 0));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.home .entry-content .gdx-app-home[data-state="loading"]::before {
  opacity: 0;
}

/* Source: section-page-style.css */
.page:has(.gdx-app-shell) .wp-site-blocks > header,
.page:has(.gdx-app-shell) .wp-site-blocks > footer {
  display: none;
}

.page:has(.gdx-app-shell),
.page:has(.gdx-app-shell) body {
  background: #08121c;
}

.page:has(.gdx-app-shell) .wp-site-blocks,
.page:has(.gdx-app-shell) .wp-site-blocks > main,
.page:has(.gdx-app-shell) .entry-content {
  margin: 0;
  max-width: none;
  padding: 0;
}

.page .entry-content > .wp-block-html,
.page .entry-content > *:has(.gdx-app-shell) {
  margin: 0;
}

.page .entry-content .gdx-app-shell {
  position: relative;
  width: 100%;
  min-height: 100svh;
  background: #08121c;
}

.page .entry-content .gdx-app-shell::before {
  content: "Loading page...";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(237, 247, 255, 0.82);
  font: 500 0.95rem/1.4 "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background:
    radial-gradient(circle at top left, rgba(122, 231, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #08111a, #061018);
}

.page .entry-content .gdx-app-shell[data-state="ready"]::before {
  display: none;
}

.page .entry-content .gdx-app-shell__frame {
  display: block;
  width: 100%;
  min-height: 100svh;
  border: 0;
  background: transparent;
}

.page .entry-content .gdx-app-shell__fallback {
  display: none;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(122, 231, 255, 0.18);
  background: rgba(6, 16, 24, 0.9);
  color: rgba(237, 247, 255, 0.88);
}

.page .entry-content .gdx-app-shell[data-state="fallback"] .gdx-app-shell__fallback {
  display: block;
}

.page .entry-content .gdx-app-shell__fallback a {
  color: #7ae7ff;
}

@media (max-width: 768px) {
  .page .entry-content .gdx-app-shell,
  .page .entry-content .gdx-app-shell__frame {
    min-height: 88svh;
  }
}

.page .entry-content .gdx-category-page {
  width: 100%;
  min-height: 100svh;
  margin: 0;
  color: #eef6ff;
  background:
    linear-gradient(90deg, rgba(8, 18, 28, 0.96), rgba(8, 18, 28, 0.82)),
    url("/wp-content/uploads/2026/05/webpage_datacenter_bg_clean.jpg") center/cover fixed,
    #08121c;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

.page .entry-content .gdx-category-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

.page .entry-content .gdx-category-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 34px;
}

.page .entry-content .gdx-category-brand {
  font-weight: 850;
}

.page .entry-content .gdx-category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.page .entry-content .gdx-category-link,
.page .entry-content .gdx-category-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 246, 255, 0.2);
  border-radius: 8px;
  padding: 0 13px;
  background: rgba(238, 246, 255, 0.08);
  color: #eef6ff;
  text-decoration: none;
  font: 750 13px/1 "Segoe UI", sans-serif;
}

.page .entry-content .gdx-category-button {
  border-color: transparent;
  background: linear-gradient(135deg, #41d7c6, #72a8ff);
  color: #061018;
}

.page .entry-content .gdx-category-hero {
  min-height: 58svh;
  display: grid;
  align-content: center;
  padding: 22px 0 58px;
}

.page .entry-content .gdx-category-eyebrow {
  margin: 0 0 12px;
  color: rgba(238, 246, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page .entry-content .gdx-category-title {
  max-width: 920px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.page .entry-content .gdx-category-lede {
  max-width: 820px;
  margin: 22px 0 0;
  color: rgba(238, 246, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.page .entry-content .gdx-category-band {
  background: rgba(248, 251, 255, 0.97);
  color: #0f172a;
}

.page .entry-content .gdx-category-section {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 52px 0;
}

.page .entry-content .gdx-category-section h2 {
  max-width: 820px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(27px, 4vw, 46px);
  line-height: 1.08;
}

.page .entry-content .gdx-category-section > p {
  max-width: 820px;
  margin: 14px 0 0;
  color: #5d6b7d;
  font-size: 17px;
  line-height: 1.58;
}

.page .entry-content .gdx-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.page .entry-content .gdx-category-panel {
  border-top: 1px solid rgba(15, 23, 42, 0.16);
  padding-top: 18px;
}

.page .entry-content .gdx-category-panel small {
  display: block;
  color: #357e88;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page .entry-content .gdx-category-panel h3 {
  margin: 9px 0 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.18;
}

.page .entry-content .gdx-category-panel p,
.page .entry-content .gdx-category-panel li {
  color: #5d6b7d;
  line-height: 1.55;
}

.page .entry-content .gdx-category-panel ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.page .entry-content .gdx-category-note {
  margin-top: 26px;
  border-left: 5px solid #41d7c6;
  border-radius: 8px;
  padding: 18px;
  background: #edf7fb;
  color: #1f3244;
  line-height: 1.55;
}

.page .entry-content .gdx-category-frame {
  margin-top: 24px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #08121c;
}

.page .entry-content .gdx-category-frame iframe {
  width: 100%;
  min-height: 78svh;
  border: 0;
  display: block;
  background: #fff;
}

@media (max-width: 900px) {
  .page .entry-content .gdx-category-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .page .entry-content .gdx-category-links,
  .page .entry-content .gdx-category-link,
  .page .entry-content .gdx-category-button {
    width: 100%;
  }

  .page .entry-content .gdx-category-grid {
    grid-template-columns: 1fr;
  }
}

.page .entry-content .gdx-global-legal-footer,
.gdx-global-legal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 16px;
  background: #061018;
  color: rgba(238, 246, 255, 0.86);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.page .entry-content .gdx-global-legal-footer a,
.gdx-global-legal-footer a {
  color: #7ee7d8;
  text-decoration: none;
}

.page .entry-content .gdx-global-legal-footer a:hover,
.gdx-global-legal-footer a:hover {
  text-decoration: underline;
}

/* Source: user-facing-ui-tabs-page-markup.html <style> */
.gdx-ui-tabs {
      min-height: 100svh;
      margin: 0;
      color: #ecf6f8;
      background:
        linear-gradient(180deg, rgba(5, 13, 20, 0.98), rgba(7, 17, 27, 0.96)),
        #07111b;
      font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
      letter-spacing: 0;
    }

    .gdx-ui-tabs * {
      box-sizing: border-box;
    }

    .gdx-ui-tabs a {
      color: inherit;
    }

    .gdx-ui-tabs__shell {
      width: min(1480px, calc(100vw - 32px));
      margin: 0 auto;
      padding: 28px 0 38px;
    }

    .gdx-ui-tabs__header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: end;
      padding: 0 0 20px;
    }

    .gdx-ui-tabs__kicker,
    .gdx-ui-tabs__meta,
    .gdx-ui-tabs__route-label {
      color: rgba(236, 246, 248, 0.72);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .gdx-ui-tabs__title {
      max-width: 980px;
      margin: 8px 0 0;
      color: #f8fbff;
      font-size: clamp(34px, 5vw, 66px);
      line-height: 0.96;
      letter-spacing: 0;
    }

    .gdx-ui-tabs__lede {
      max-width: 920px;
      margin: 14px 0 0;
      color: rgba(236, 246, 248, 0.78);
      font-size: 16px;
      line-height: 1.55;
    }

    .gdx-ui-tabs__actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }

    .gdx-ui-tabs__action,
    .gdx-ui-tabs__tab,
    .gdx-ui-tabs__surface {
      min-height: 42px;
      border: 1px solid rgba(236, 246, 248, 0.16);
      border-radius: 8px;
      background: rgba(236, 246, 248, 0.07);
      color: #ecf6f8;
      font: 750 13px/1.2 "Segoe UI", system-ui, sans-serif;
      text-decoration: none;
    }

    .gdx-ui-tabs__action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
    }

    .gdx-ui-tabs__action--primary,
    .gdx-ui-tabs__tab[aria-selected="true"],
    .gdx-ui-tabs__surface[aria-pressed="true"] {
      border-color: transparent;
      background: linear-gradient(135deg, #4ed8c2, #7ba7ff);
      color: #061018;
    }

    .gdx-ui-tabs__main {
      display: grid;
      grid-template-columns: 330px minmax(0, 1fr);
      gap: 16px;
      align-items: stretch;
    }

    .gdx-ui-tabs__sidebar,
    .gdx-ui-tabs__viewer {
      border: 1px solid rgba(236, 246, 248, 0.14);
      border-radius: 8px;
      background: rgba(236, 246, 248, 0.06);
      overflow: hidden;
    }

    .gdx-ui-tabs__sidebar {
      display: grid;
      align-content: start;
      gap: 14px;
      padding: 14px;
    }

    .gdx-ui-tabs__tablist {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    .gdx-ui-tabs__tab,
    .gdx-ui-tabs__surface {
      width: 100%;
      cursor: pointer;
      text-align: left;
      transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
    }

    .gdx-ui-tabs__tab {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      text-align: center;
    }

    .gdx-ui-tabs__surface-list {
      display: grid;
      gap: 8px;
      max-height: 62svh;
      overflow: auto;
      padding-right: 2px;
    }

    .gdx-ui-tabs__surface {
      display: grid;
      gap: 5px;
      padding: 11px 12px;
    }

    .gdx-ui-tabs__surface span {
      color: rgba(236, 246, 248, 0.66);
      font-size: 12px;
      font-weight: 500;
      line-height: 1.35;
    }

    .gdx-ui-tabs__surface[aria-pressed="true"] span {
      color: rgba(6, 16, 24, 0.74);
    }

    .gdx-ui-tabs__framebar {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      min-height: 64px;
      padding: 12px 14px;
      border-bottom: 1px solid rgba(236, 246, 248, 0.14);
      background: rgba(6, 16, 24, 0.72);
    }

    .gdx-ui-tabs__route {
      margin-top: 4px;
      color: rgba(236, 246, 248, 0.78);
      font-size: 13px;
      word-break: break-word;
    }

    .gdx-ui-tabs__framewrap {
      position: relative;
      min-height: 74svh;
      background: #ffffff;
    }

    .gdx-ui-tabs__loading {
      position: absolute;
      inset: 0;
      z-index: 1;
      display: grid;
      place-items: center;
      padding: 24px;
      color: rgba(236, 246, 248, 0.82);
      background:
        radial-gradient(circle at 18% 12%, rgba(78, 216, 194, 0.2), transparent 30%),
        linear-gradient(180deg, #08121c, #050d14);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .gdx-ui-tabs[data-state="ready"] .gdx-ui-tabs__loading {
      display: none;
    }

    .gdx-ui-tabs__frame {
      position: relative;
      z-index: 0;
      display: block;
      width: 100%;
      min-height: 74svh;
      border: 0;
      background: #ffffff;
    }

    .gdx-ui-tabs__fallback {
      display: none;
      padding: 12px 14px;
      border-top: 1px solid rgba(236, 246, 248, 0.14);
      background: rgba(6, 16, 24, 0.9);
      color: rgba(236, 246, 248, 0.78);
      font-size: 13px;
      line-height: 1.45;
    }

    .gdx-ui-tabs[data-state="fallback"] .gdx-ui-tabs__fallback {
      display: block;
    }

    @media (max-width: 980px) {
      .gdx-ui-tabs__header,
      .gdx-ui-tabs__main,
      .gdx-ui-tabs__framebar {
        grid-template-columns: 1fr;
      }

      .gdx-ui-tabs__actions {
        justify-content: flex-start;
      }

      .gdx-ui-tabs__surface-list {
        max-height: none;
      }

      .gdx-ui-tabs__framewrap,
      .gdx-ui-tabs__frame {
        min-height: 76svh;
      }
    }

    @media (max-width: 640px) {
      .gdx-ui-tabs__shell {
        width: min(100% - 20px, 1480px);
        padding-top: 18px;
      }

      .gdx-ui-tabs__tablist {
        grid-template-columns: 1fr;
      }
    }

/* END GLADYSDRIFT MANAGED THEME CSS */