:root {
  --pt-bg: #05070b;
  --pt-panel: rgba(11, 17, 25, .94);
  --pt-panel-2: #101923;
  --pt-line: rgba(37, 216, 255, .34);
  --pt-cyan: #25d8ff;
  --pt-blue: #087cbb;
  --pt-text: #f4f8fb;
  --pt-muted: #8fa3b6;
  --pt-gold: #ffb000;
  --pt-red: #ff4058;
}

* { box-sizing: border-box; }

html { color-scheme: dark; }

body.site-home {
  min-width: 280px;
  color: var(--pt-text);
  font-family: "Segoe UI", Arial, sans-serif !important;
}
body.site-home .navbar {
  min-height: 64px;
  border-bottom: 1px solid var(--pt-line);
  background: linear-gradient(90deg, rgba(4, 7, 12, .97), rgba(9, 18, 27, .95), rgba(4, 7, 12, .97));
  box-shadow: 0 10px 34px rgba(0, 0, 0, .42), inset 0 -1px rgba(37, 216, 255, .12);
}
body.site-home .nav-links a,
body.site-home .menu-toggle { color: #dceaf4; }
body.site-home .nav-links a {
  position: relative;
  padding: 9px 13px;
  border-radius: 7px;
  color: #c7d4df;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.site-home .nav-links a:hover { color: #071017; background: var(--pt-cyan); }
body.site-home .login-button {
  top: 14px;
  border: 1px solid rgba(255, 176, 0, .55);
  border-radius: 7px;
  color: #160f00;
  background: var(--pt-gold);
  box-shadow: 0 0 18px rgba(255, 176, 0, .2);
  font-weight: 800;
}
body.site-home .login-button:hover { color: #061016; background: var(--pt-cyan); }
body.site-home footer {
  border-top: 1px solid rgba(38, 198, 255, .24);
  background: #080d15 !important;
}

body.site-home .logo-container {
  width: min(1060px, calc(100% - 32px));
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  align-items: center;
  gap: clamp(20px, 5vw, 70px);
  margin: 28px auto 18px;
  padding: clamp(24px, 4vw, 52px) !important;
  border: 1px solid rgba(37, 216, 255, .26);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(4, 9, 15, .96), rgba(10, 21, 31, .9)),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(37,216,255,.03) 22px 23px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48), inset 0 0 60px rgba(37, 216, 255, .04);
}
body.site-home .logo-container > img {
  width: min(100%, 310px) !important;
  max-height: 280px;
  margin: auto;
  object-fit: contain;
  opacity: 1 !important;
  filter: drop-shadow(0 0 26px rgba(37, 216, 255, .28));
}
body.site-home .logo-container > img:hover {
  filter: drop-shadow(0 0 34px rgba(37, 216, 255, .46));
  transform: scale(1.015);
}
.hero-copy { min-width: 0; }
.hero-kicker {
  display: inline-flex;
  padding: 7px 11px;
  border-left: 3px solid var(--pt-gold);
  color: var(--pt-gold);
  background: rgba(255, 176, 0, .07);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}
.hero-copy h1 {
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(34px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.04em;
  text-shadow: 0 5px 22px rgba(0, 0, 0, .5);
}
.hero-copy h1 strong { color: var(--pt-cyan); }
.hero-copy p {
  max-width: 560px;
  margin: 0;
  color: #a9bac8;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.6;
}
body.site-home .search-container { margin-top: 10px; }
body.site-home .search-container form {
  width: min(720px, 100%);
  position: relative;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 8px;
  border: 1px solid rgba(37, 216, 255, .24);
  border-radius: 12px;
  background: rgba(7, 12, 19, .88);
  box-shadow: 0 14px 35px rgba(0,0,0,.28);
}
body.site-home .search-box {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}
body.site-home .search-box__icon,
body.site-home .search-suggestion__icon {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 18px;
  border: 2px solid #8394a4;
  border-radius: 50%;
}
body.site-home .search-box__icon {
  position: absolute;
  z-index: 2;
  left: 17px;
  top: 50%;
  width: 17px;
  height: 17px;
  transform: translateY(-56%);
}
body.site-home .search-box__icon::after,
body.site-home .search-suggestion__icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #8394a4;
  transform: rotate(45deg);
}
body.site-home .search-box__icon::after { right: -5px; bottom: -2px; }
body.site-home .search-suggestion__icon { position: relative; width: 15px; height: 15px; flex-basis: 15px; }
body.site-home .search-suggestion__icon::after { right: -5px; bottom: -2px; }
body.site-home .search-container input[type="text"] {
  flex: 1 1 300px;
  max-width: none;
  height: 48px;
  padding: 0 48px 0 50px;
  border: 0;
  border-radius: 7px;
  color: #eef8ff;
  background: #0e1721;
}
body.site-home .search-box__clear {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 7px;
  width: 34px;
  height: 34px !important;
  display: none;
  padding: 0 !important;
  border: 0 !important;
  color: #a7b7c4 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 27px !important;
  font-weight: 300 !important;
  line-height: 1;
  transform: translateY(-50%);
}
body.site-home .search-box__clear.is-visible { display: grid; place-items: center; }
body.site-home .search-box__clear:hover { color: #fff !important; }
body.site-home .search-suggestions {
  position: absolute;
  z-index: 500;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  display: none;
  max-height: min(360px, 55vh);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 7px 0;
  border: 1px solid rgba(37,216,255,.25);
  border-radius: 12px;
  color: #e8f0f6;
  background: #101720;
  box-shadow: 0 18px 48px rgba(0,0,0,.55);
}
body.site-home .search-suggestions::-webkit-scrollbar { width: 7px; }
body.site-home .search-suggestions::-webkit-scrollbar-track { background: #0b1118; }
body.site-home .search-suggestions::-webkit-scrollbar-thumb { border-radius: 8px; background: #334b5d; }
body.site-home .search-suggestions.is-open { display: block; }
body.site-home .search-suggestion {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 18px;
  cursor: default;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
}
body.site-home .search-suggestion:hover,
body.site-home .search-suggestion.is-active { background: #202b36; }
body.site-home .search-suggestion__text { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.site-home .search-suggestion__text span { font-weight: 800; }
body.site-home .search-container button {
  height: 46px;
  border-radius: 7px;
  color: #061017;
  background: var(--pt-cyan);
  font-weight: 900;
}
body.site-home .service-hub {
  width: min(1060px, calc(100% - 32px));
  margin: 22px auto 38px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(37, 216, 255, .18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(12, 20, 29, .95), rgba(5, 9, 14, .97)),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(37,216,255,.025) 28px 29px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .4), inset 0 1px rgba(255,255,255,.025);
}
body.site-home .service-hub__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(37,216,255,.14);
}
body.site-home .service-hub__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--pt-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .22em;
}
body.site-home .service-hub__heading h2 {
  margin: 0;
  color: #f2f8fc;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: -.025em;
}
body.site-home .service-hub__heading p {
  margin: 0 0 3px;
  color: #8498aa;
  font-size: 13px;
  text-align: right;
}
body.site-home .service-grid { display: grid; }
body.site-home .service-grid--primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
body.site-home .service-card {
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 15px;
  padding: 15px 16px;
  border: 1px solid rgba(128, 157, 180, .17);
  border-radius: 12px;
  color: #e9f2f8;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(19,30,42,.94), rgba(10,16,24,.96));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
body.site-home .service-card--featured {
  border-color: rgba(255, 176, 0, .38);
  background: linear-gradient(135deg, rgba(49,37,12,.82), rgba(14,19,24,.97) 65%);
}
body.site-home .service-card:hover {
  border-color: rgba(37,216,255,.62);
  background: linear-gradient(135deg, rgba(19,42,55,.98), rgba(9,17,25,.98));
  box-shadow: 0 12px 30px rgba(0,0,0,.34), 0 0 24px rgba(37,216,255,.09);
  transform: translateY(-3px);
}
body.site-home .service-card--featured:hover { border-color: rgba(255,176,0,.72); }
body.site-home .service-card__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 11px;
  border: 1px solid rgba(37,216,255,.26);
  border-radius: 12px;
  background: #091018;
}
body.site-home .service-card--featured .service-card__icon { border-color: rgba(255,176,0,.38); }
body.site-home .service-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.28));
}
body.site-home .service-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(37,216,255,.18));
}
body.site-home .service-card--event .service-card__icon { color: var(--pt-gold); }
body.site-home .service-card--storage .service-card__icon { color: var(--pt-cyan); }
body.site-home .service-card--drive .service-card__icon { color: #65d28b; }
body.site-home .service-card--chat .service-card__icon { color: #b99cff; }
body.site-home .service-card__content { min-width: 0; }
body.site-home .service-card__content strong {
  display: block;
  overflow: hidden;
  color: #f4f8fb;
  font-size: 17px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.site-home .service-card--featured .service-card__content strong { color: var(--pt-gold); }
body.site-home .service-card__content small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #8295a6;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.site-home .service-card__arrow {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37,216,255,.18);
  border-radius: 50%;
  color: #7990a2;
  font-size: 17px;
  transition: color .18s ease, border-color .18s ease, transform .18s ease;
}
body.site-home .service-card:hover .service-card__arrow {
  border-color: var(--pt-cyan);
  color: var(--pt-cyan);
  transform: translateX(2px);
}
body.site-home .contact-section {
  width: min(1060px, calc(100% - 32px));
  margin: 12px auto 36px;
  border: 1px solid rgba(37, 216, 255, .18);
  border-radius: 16px;
  background: rgba(7, 12, 19, .92);
}
body.site-home .contact-title { color: var(--pt-cyan); }
body.site-home .contact-img { border: 1px solid rgba(37,216,255,.35); background: #111a23; }

body.site-home .account-widget {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 28px;
}
body.site-home .account-button[hidden],
body.site-home .login-button[hidden],
body.site-home .account-menu[hidden],
body.site-page .auth-loading[hidden] { display: none !important; }
body.site-home .account-widget .login-button {
  position: static;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
}
body.site-home .account-button {
  max-width: 230px;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 10px 5px 6px;
  border: 1px solid rgba(37,216,255,.35);
  border-radius: 10px;
  color: #eaf6fc;
  background: rgba(12,22,31,.96);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  cursor: pointer;
}
body.site-home .account-button:hover { border-color: var(--pt-cyan); background: #132331; }
body.site-home .account-button img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(37,216,255,.38);
  border-radius: 50%;
  object-fit: cover;
  background: #071019;
}
body.site-home #accountName {
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.site-home .account-button__chevron { color: var(--pt-cyan); font-size: 15px; }
body.site-home .account-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: min(300px, calc(100vw - 22px));
  padding: 11px;
  border: 1px solid rgba(37,216,255,.28);
  border-radius: 12px;
  color: #eaf5fb;
  background: rgba(8,14,21,.985);
  box-shadow: 0 22px 48px rgba(0,0,0,.55);
}
body.site-home .account-menu__profile {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  align-items: center;
  gap: 11px;
  padding: 8px 7px 14px;
  border-bottom: 1px solid rgba(37,216,255,.15);
}
body.site-home .account-menu__profile img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(37,216,255,.4);
  border-radius: 50%;
  object-fit: cover;
}
body.site-home .account-menu__profile strong,
body.site-home .account-menu__profile small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.site-home .account-menu__profile strong { font-size: 14px; }
body.site-home .account-menu__profile small { margin-top: 4px; color: #8296a8; font-size: 11px; }
body.site-home #logoutButton {
  width: 100%;
  min-height: 38px;
  margin-top: 9px;
  border: 1px solid rgba(255,64,88,.38);
  border-radius: 8px;
  color: #ff9daa;
  background: rgba(255,64,88,.08);
  font-weight: 800;
  cursor: pointer;
}
body.site-home #logoutButton:hover { border-color: #ff4058; color: #fff; background: rgba(255,64,88,.18); }

body.site-page .google-login-panel {
  width: min(100%, 470px);
  margin: 0 auto;
  text-align: center;
}
body.site-page .google-login-panel__tag {
  display: inline-block;
  margin-bottom: 17px;
  padding: 6px 10px;
  border-left: 3px solid var(--pt-gold);
  color: var(--pt-gold);
  background: rgba(255,176,0,.07);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
}
body.site-page .google-login-panel__logo {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto 12px;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(37,216,255,.3));
}
body.site-page .google-login-panel h1 { margin: 8px 0 12px; color: #eef8ff; font-size: clamp(25px,5vw,35px); }
body.site-page .google-login-panel p { margin: 0 auto 24px; color: #95a9ba; line-height: 1.65; }
body.site-page .container .google-login-button {
  min-height: 54px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  padding: 7px !important;
  border: 1px solid #d8e2e8 !important;
  border-radius: 10px;
  color: #17222b !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}
body.site-page .container .google-login-button:hover { filter: brightness(.96); }
body.site-page .google-login-button__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #dce5ea;
  border-radius: 50%;
  color: #4285f4;
  background: #fff;
  font-size: 20px;
  font-weight: 900;
}
body.site-page .auth-loading { margin-top: 14px; color: var(--pt-cyan); font-size: 13px; }
body.site-page .auth-error { min-height: 20px; margin-top: 12px; color: #ff8595; font-size: 13px; }
body.site-page .google-login-panel__note { display: block; margin-top: 18px; color: #708496; line-height: 1.5; }

body.site-page {
  min-width: 280px;
  padding-top: 68px !important;
  flex-direction: column !important;
  color: var(--pt-text);
  font-family: "Segoe UI", Arial, sans-serif !important;
  background-color: var(--pt-bg);
  background-image:
    radial-gradient(circle at 18% 8%, rgba(37, 216, 255, .09), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 176, 0, .045), transparent 22%),
    linear-gradient(145deg, rgba(5,7,11,.98), rgba(10,16,23,.98));
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.pt-site-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-bottom: 1px solid var(--pt-line);
  background: linear-gradient(90deg, rgba(4, 7, 12, .98), rgba(9, 18, 27, .96), rgba(4, 7, 12, .98));
  box-shadow: 0 8px 28px rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
}

.pt-site-header__inner {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.pt-site-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pt-text);
  text-decoration: none;
}

.pt-site-brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 0 9px rgba(37,216,255,.32));
}

.pt-site-brand__text { min-width: 0; line-height: 1.05; }
.pt-site-brand__name { display: block; font-weight: 800; letter-spacing: .05em; }
.pt-site-brand__page {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--pt-cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pt-site-nav { display: flex; align-items: center; gap: 5px; }
.pt-site-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #cfe2f2;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}
.pt-site-nav a:hover,
.pt-site-nav a:focus-visible {
  color: #fff;
  border-color: var(--pt-line);
  background: rgba(38, 198, 255, .12);
  outline: none;
  transform: translateY(-1px);
}
.pt-site-nav a[aria-current="page"] {
  color: #061018;
  border-color: var(--pt-cyan);
  background: var(--pt-cyan);
}

body.site-page .logo img {
  width: clamp(100px, 16vw, 155px) !important;
  max-height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
  filter: drop-shadow(0 0 20px rgba(37,216,255,.28));
}

body.site-page .container,
body.site-page .form-container,
body.site-page .account-info,
body.site-page .wifi-info,
body.site-page .info-box,
body.site-page .legend {
  border-color: rgba(37,216,255,.25) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.34) !important;
}

body.site-page #adminLoginBtn { top: 72px !important; }

.pt-site-footer {
  flex: 0 0 auto;
  width: min(1180px, calc(100% - 28px));
  margin: 28px auto 0;
  padding: 14px 18px;
  border-top: 1px solid rgba(38, 198, 255, .24);
  color: var(--pt-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.pt-site-footer a { color: var(--pt-cyan); text-decoration: none; }
.pt-site-footer a:hover { text-decoration: underline; }

body.site-page button,
body.site-page input,
body.site-page textarea,
body.site-page select { font-family: inherit; }

body.site-page input:focus-visible,
body.site-page textarea:focus-visible,
body.site-page select:focus-visible,
body.site-page button:focus-visible,
body.site-page a:focus-visible {
  outline: 2px solid var(--pt-cyan);
  outline-offset: 2px;
}

body.site-page .form-container input,
body.site-page .form-container textarea,
body.site-page .container input[type="email"],
body.site-page .container input[type="password"] {
  border: 1px solid rgba(37,216,255,.2) !important;
  color: #eef8ff !important;
  background: #0b121a !important;
  box-shadow: inset 0 1px 5px rgba(0,0,0,.35);
}
body.site-page .form-container input::placeholder,
body.site-page .form-container textarea::placeholder,
body.site-page .container input::placeholder { color: #75899a; }
body.site-page .form-container button,
body.site-page .container button:not(#logoutBtn) {
  border: 1px solid rgba(37,216,255,.55) !important;
  color: #061017 !important;
  background: var(--pt-cyan) !important;
  font-weight: 850 !important;
  box-shadow: 0 8px 20px rgba(37,216,255,.13);
}
body.site-page .form-container button:hover,
body.site-page .container button:not(#logoutBtn):hover { filter: brightness(1.12); }

body.site-legal {
  display: block;
  min-height: 100vh;
  margin: 0;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  background:
    radial-gradient(circle at 50% 0, rgba(38, 198, 255, .14), transparent 35%),
    linear-gradient(145deg, #060a11, #101a28 58%, #070b12);
}
body.site-legal > h1,
body.site-legal > p {
  width: min(760px, 100%);
  margin-right: auto;
  margin-left: auto;
}
body.site-legal > h1 {
  margin-top: 62px;
  margin-bottom: 24px;
  color: var(--pt-cyan);
  font-size: clamp(28px, 5vw, 42px);
}
body.site-legal > p {
  padding: 18px 20px;
  border: 1px solid rgba(38, 198, 255, .18);
  border-radius: 12px;
  color: #d9e8f4;
  line-height: 1.75;
  background: rgba(11, 18, 29, .82);
}
body.site-legal > p a { color: var(--pt-cyan); overflow-wrap: anywhere; }

@media (max-width: 760px) {
  body.site-page { padding-top: 60px !important; }
  .pt-site-header { height: 52px; padding: 6px 9px; }
  .pt-site-header__inner { grid-template-columns: minmax(130px, 1fr) auto; gap: 8px; }
  .pt-site-brand { gap: 8px; }
  .pt-site-brand img { width: 34px; height: 34px; flex-basis: 34px; border-radius: 8px; }
  .pt-site-brand__name { font-size: 13px; }
  .pt-site-brand__page { font-size: 9px; }
  .pt-site-nav a { display: none; }
  .pt-site-nav a.pt-site-nav__home { display: inline-flex; min-height: 34px; padding: 0 11px; font-size: 12px; }
  .pt-site-footer { width: calc(100% - 18px); margin-top: 18px; padding: 12px 8px; }
  body.site-legal { padding-right: 14px; padding-left: 14px; }
  body.site-legal > h1 { margin-top: 34px; }
  body.site-page #adminLoginBtn { top: 62px !important; }
  body.site-home .logo-container {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
    padding: 24px 18px 28px !important;
    text-align: center;
  }
  body.site-home .logo-container > img { width: 150px !important; max-height: 150px; }
  .hero-kicker { font-size: 10px; }
  .hero-copy h1 { margin-top: 12px; }
  body.site-home .login-button { right: 12px; }
  body.site-home .account-widget { top: 9px; right: 10px; }
  body.site-home .account-button { max-width: 165px; min-height: 42px; }
  body.site-home .account-button img { width: 30px; height: 30px; flex-basis: 30px; }
  body.site-page .google-login-panel__logo { width: 105px; height: 105px; }
  body.site-home .search-container form { gap: 7px; padding: 6px; }
  body.site-home .search-container button[type="submit"] { padding: 0 13px; font-size: 14px; }
  body.site-home .search-suggestion { padding-right: 14px; padding-left: 16px; font-size: 14px; }
  body.site-home .service-hub { width: calc(100% - 18px); margin-top: 12px; padding: 17px 12px; border-radius: 14px; }
  body.site-home .service-hub__heading { display: block; margin-bottom: 14px; padding: 0 5px 13px; }
  body.site-home .service-hub__heading p { margin-top: 8px; text-align: left; }
  body.site-home .service-grid--primary { grid-template-columns: 1fr; gap: 8px; }
  body.site-home .service-card { min-height: 82px; grid-template-columns: 50px minmax(0,1fr) 26px; gap: 12px; padding: 11px 12px; }
  body.site-home .service-card__icon { width: 50px; height: 50px; padding: 9px; border-radius: 10px; }
  body.site-home .service-card__content strong { font-size: 15px; }
}

/* Command header for the service hub */
body.site-home .service-hub { position: relative; }
body.site-home .service-hub::before,
body.site-home .service-hub::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  width: 74px;
  height: 3px;
  background: var(--pt-cyan);
  box-shadow: 0 0 16px rgba(37,216,255,.62);
}
body.site-home .service-hub::before { left: 28px; }
body.site-home .service-hub::after { right: 28px; background: var(--pt-gold); box-shadow: 0 0 16px rgba(255,176,0,.48); }
body.site-home .service-hub__heading {
  position: relative;
  align-items: center;
  margin: -8px -8px 22px;
  padding: 18px 20px 19px;
  border: 1px solid rgba(37,216,255,.2);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  background: linear-gradient(90deg, rgba(37,216,255,.08), transparent 38%), linear-gradient(135deg, rgba(15,27,39,.96), rgba(7,12,19,.98));
  box-shadow: inset 4px 0 rgba(37,216,255,.75);
}
body.site-home .service-hub__heading::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--pt-cyan), rgba(37,216,255,.08) 55%, var(--pt-gold));
}
body.site-home .service-hub__identity { min-width: 0; display: flex; align-items: center; gap: 16px; }
body.site-home .service-hub__mark {
  width: 48px;
  height: 48px;
  position: relative;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(37,216,255,.5);
  clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
  background: rgba(37,216,255,.08);
  box-shadow: inset 0 0 18px rgba(37,216,255,.12);
}
body.site-home .service-hub__mark::before,
body.site-home .service-hub__mark::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--pt-cyan);
  transform: rotate(45deg);
}
body.site-home .service-hub__mark::after { width: 5px; height: 5px; border: 0; background: var(--pt-gold); }
body.site-home .service-hub__mark i { position: absolute; left: 4px; width: 4px; height: 1px; background: var(--pt-cyan); }
body.site-home .service-hub__mark i:nth-child(1) { top: 16px; }
body.site-home .service-hub__mark i:nth-child(2) { top: 23px; width: 7px; }
body.site-home .service-hub__mark i:nth-child(3) { top: 30px; }
body.site-home .service-hub__eyebrow { margin-bottom: 7px; font-size: 9px; letter-spacing: .24em; }
body.site-home .service-hub__heading h2 { font-size: clamp(23px,3vw,32px); line-height: 1; letter-spacing: .015em; text-shadow: 0 0 18px rgba(37,216,255,.12); }
body.site-home .service-hub__system { flex: 0 0 auto; padding: 10px 13px; border-left: 1px solid rgba(37,216,255,.22); text-align: right; }
body.site-home .service-hub__status { display: flex; align-items: center; justify-content: flex-end; gap: 7px; color: #64f5a7; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
body.site-home .service-hub__status i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #37f38d; box-shadow: 0 0 10px rgba(55,243,141,.9); }
body.site-home .service-hub__system small { display: block; margin-top: 7px; color: #6e8294; font-size: 8px; font-weight: 800; letter-spacing: .16em; }

@media (max-width: 760px) {
  body.site-home .service-hub__heading { display: flex; margin: -5px -2px 14px; padding: 14px 14px 15px; }
  body.site-home .service-hub__identity { gap: 11px; }
  body.site-home .service-hub__mark { width: 40px; height: 40px; flex-basis: 40px; }
  body.site-home .service-hub__eyebrow { font-size: 7px; letter-spacing: .18em; }
  body.site-home .service-hub__heading h2 { font-size: 19px; }
  body.site-home .service-hub__system { display: none; }
}

body.site-page .container #googleLoginButton {
  border-color: #d8e2e8 !important;
  color: #17222b !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
}
body.site-page .container #googleLoginButton:hover { filter: brightness(.96); }

@media (prefers-reduced-motion: reduce) {
  .pt-site-nav a { transition: none; }
}

/* Homepage V1 — Command Center */
body.site-home {
  padding-top: 76px;
  background: #03070b;
}
body.site-home #bg-video { opacity: .28; filter: saturate(.8) contrast(1.18); }
body.site-home .navbar {
  min-height: 68px;
  padding: 8px 28px;
  justify-content: center;
}
body.site-home .home-nav-brand {
  position: absolute;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #edf7fc;
  text-decoration: none;
}
body.site-home .home-nav-brand img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(37,216,255,.28)); }
body.site-home .home-nav-brand span { display: block; line-height: 1.05; }
body.site-home .home-nav-brand strong { display: block; font-size: 13px; letter-spacing: .05em; }
body.site-home .home-nav-brand small { display: block; margin-top: 5px; color: var(--pt-cyan); font-size: 8px; font-weight: 900; letter-spacing: .19em; }
body.site-home .navbar .nav-links { gap: 7px; }
body.site-home .navbar .nav-links a { padding: 10px 15px; }
body.site-home .navbar .nav-links a.is-active { color: var(--pt-cyan); background: rgba(37,216,255,.08); box-shadow: inset 0 -2px var(--pt-cyan); }
body.site-home .account-widget { top: 12px; }
body.site-home .command-home { width: 100%; }
body.site-home .home-command-hero {
  width: min(1180px, calc(100% - 32px));
  min-height: 440px;
  position: relative;
  z-index: 30;
  margin: 24px auto 18px;
  padding: 8px 24px 88px;
  overflow: visible;
  border: 1px solid rgba(37,216,255,.25);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(5,10,15,.94), rgba(7,15,22,.82)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(37,216,255,.025) 80px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(37,216,255,.025) 80px);
  box-shadow: 0 28px 70px rgba(0,0,0,.48), inset 0 0 80px rgba(37,216,255,.035);
}
body.site-home .home-command-hero::before {
  content: "PT GAMING // COMMAND CENTER";
  position: absolute;
  top: 18px;
  right: 26px;
  color: rgba(120,151,174,.35);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .2em;
}
body.site-home .home-command-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1px;
  bottom: -1px;
  width: 28px;
  height: 28px;
  border-right: 3px solid var(--pt-cyan);
  border-bottom: 3px solid var(--pt-cyan);
  pointer-events: none;
}
body.site-home .home-command-hero .logo-container {
  width: 100%;
  min-height: 340px;
  grid-template-columns: minmax(240px, 390px) 1fr;
  gap: clamp(28px,5vw,72px);
  margin: 0;
  padding: 30px 30px 20px !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.site-home .home-command-hero .logo-container > img { width: min(100%,330px) !important; max-height: 305px; }
body.site-home .home-command-hero .hero-kicker { color: var(--pt-cyan); border-left-color: var(--pt-cyan); background: rgba(37,216,255,.06); }
body.site-home .home-command-hero .hero-copy h1 { font-size: clamp(40px,5.3vw,72px); }
body.site-home .home-command-hero .hero-copy p { color: #aab9c5; }
body.site-home .home-command-hero .search-container {
  position: absolute;
  z-index: 20;
  right: 50px;
  bottom: 34px;
  width: min(650px, 58%);
  margin: 0;
  padding: 0;
}
body.site-home .home-command-hero .search-container form { width: 100%; }
body.site-home .service-hub--v1 { width: min(1180px, calc(100% - 32px)); margin-top: 12px; }
body.site-home .service-hub--v1 { z-index: 1; }
body.site-home .service-hub--v1 .service-grid--primary { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
body.site-home .service-hub--v1 .service-card {
  min-height: 165px;
  grid-template-columns: 1fr 28px;
  grid-template-rows: 66px 1fr;
  align-items: center;
  gap: 9px 8px;
  padding: 16px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  border-radius: 0;
}
body.site-home .service-hub--v1 .service-card__icon { width: 64px; height: 64px; grid-column: 1 / -1; }
body.site-home .service-hub--v1 .service-card__content strong { font-size: 18px; text-transform: uppercase; }
body.site-home .service-hub--v1 .service-card__content small { white-space: normal; line-height: 1.35; }
body.site-home .service-hub--v1 .service-card__arrow { align-self: end; }
body.site-home .command-stats {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 9px;
  margin-top: 12px;
}
body.site-home .command-stat {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(121,151,173,.2);
  color: #dbe8f1;
  text-decoration: none;
  background: rgba(8,14,21,.88);
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
body.site-home a.command-stat:hover { border-color: rgba(37,216,255,.5); background: rgba(15,29,40,.94); transform: translateY(-2px); }
body.site-home .command-stat__symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37,216,255,.3);
  border-radius: 50%;
  color: var(--pt-cyan);
  font-size: 22px;
  font-weight: 800;
}
body.site-home .command-stat > span:last-child { min-width: 0; }
body.site-home .command-stat small,
body.site-home .command-stat strong,
body.site-home .command-stat em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.site-home .command-stat small { color: #8499aa; font-size: 8px; font-weight: 800; letter-spacing: .06em; }
body.site-home .command-stat strong { margin-top: 5px; color: var(--pt-cyan); font-size: 13px; }
body.site-home .command-stat em { margin-top: 4px; color: #697d8e; font-size: 9px; font-style: normal; }
body.site-home .contact-section {
  width: min(1180px,calc(100% - 32px));
  margin: 16px auto 0;
  padding: 17px 22px;
  border-radius: 0;
  clip-path: polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);
}
body.site-home .contact-title { margin: 0 0 14px; font-size: 13px; }
body.site-home .contact-img { width: 42px; height: 42px; margin-bottom: 5px; padding: 7px; }
body.site-home .contact-img img { width: 25px; height: 25px; }
body.site-home .contact-info {
  width: min(1180px,calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid rgba(37,216,255,.16);
  border-top: 0;
  background: rgba(5,10,16,.95);
}
body.site-home footer { margin-top: 16px; }

@media (max-width: 1050px) {
  body.site-home .home-nav-brand span { display: none; }
  body.site-home .service-hub--v1 .service-grid--primary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.site-home .command-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  body.site-home { padding-top: 62px; }
  body.site-home .navbar { min-height: 58px; padding: 7px 10px; }
  body.site-home .home-nav-brand { left: 52px; }
  body.site-home .home-nav-brand img { width: 40px; height: 40px; }
  body.site-home .home-command-hero { width: calc(100% - 18px); min-height: 0; margin-top: 10px; padding: 15px 10px 18px; clip-path: none; border-radius: 14px; }
  body.site-home .home-command-hero::before { display: none; }
  body.site-home .home-command-hero .logo-container { min-height: 0; grid-template-columns: 1fr; padding: 16px 10px 10px !important; }
  body.site-home .home-command-hero .logo-container > img { width: 145px !important; max-height: 145px; }
  body.site-home .home-command-hero .search-container { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 8px; }
  body.site-home .service-hub--v1 { width: calc(100% - 18px); }
  body.site-home .service-hub--v1 .service-grid--primary { grid-template-columns: 1fr; }
  body.site-home .service-hub--v1 .service-card { min-height: 86px; grid-template-columns: 54px minmax(0,1fr) 26px; grid-template-rows: 1fr; clip-path: none; border-radius: 10px; }
  body.site-home .service-hub--v1 .service-card__icon { width: 52px; height: 52px; grid-column: auto; }
  body.site-home .service-hub--v1 .service-card__content strong { font-size: 15px; }
  body.site-home .command-stats { grid-template-columns: 1fr; gap: 7px; }
  body.site-home .command-stat { min-height: 72px; }
  body.site-home .contact-section,
  body.site-home .contact-info { width: calc(100% - 18px); }
}
