/* Lightweight public purchase styles: cloud_server.asp + server_rental.asp */
/* Member-center-only rules remain in member.css and are intentionally excluded. */

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, "Microsoft YaHei", sans-serif; color: #172033; background: #f5f7fb; }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }
input, select { width: 100%; min-height: 38px; padding: 8px 10px; border: 1px solid #d7deea; border-radius: 6px; background: #fff; }
button, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px; border: 1px solid #2563eb; border-radius: 6px; background: #2563eb; color: #fff; cursor: pointer; }
.btn.secondary { border-color: #d7deea; background: #fff; color: #2563eb; }
button.danger, .btn.danger { border-color: #dc2626; background: #dc2626; color: #fff; }
.btn.small, button.small { min-height: 28px; padding: 0 9px; font-size: 12px; }

label { display: grid; gap: 6px; color: #4b5563; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.muted { color: #64748b; font-size: 13px; }

.member-shell { max-width: 1040px; margin: 0 auto; padding: 18px; }
.member-nav { display: grid; grid-template-columns: auto 1fr auto auto; gap: 14px; align-items: center; margin-bottom: 16px; padding: 13px 16px; border: 1px solid #dce3ef; border-radius: 8px; background: #fff; }
.member-nav .logo { font-weight: 700; color: #172033; }
.member-nav .return-admin-link { color: #dc2626; font-weight: 700; }
.panel, .welcome-card, .money-grid > div { padding: 16px; border: 1px solid #dce3ef; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(15, 23, 42, .04); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.panel h2, .panel h3 { margin-top: 0; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

.server-hero { margin-bottom: 16px; padding: 22px; border: 1px solid #dce3ef; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(15, 23, 42, .04); }
.server-hero h1 { margin: 0 0 8px; font-size: 28px; }
.server-hero p { margin: 0; color: #64748b; }
.server-filter { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; align-items: end; }
.server-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.server-card { display: grid; gap: 14px; padding: 16px; border: 1px solid #dce3ef; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(15, 23, 42, .04); }
.server-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.server-card h2 { margin: 0 0 6px; font-size: 20px; }
.server-card h3 { margin: 0 0 8px; font-size: 15px; }
.server-card p { margin: 0; color: #64748b; }
.server-price { min-width: 130px; text-align: right; }
.server-price strong { display: block; color: #0f172a; font-size: 22px; }
.server-price span { color: #64748b; font-size: 13px; }
.server-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.server-specs div { min-height: 74px; padding: 10px; border: 1px solid #e5eaf2; border-radius: 8px; background: #f8fafc; }
.server-specs span { display: block; color: #64748b; font-size: 12px; }
.server-specs strong { display: block; margin-top: 6px; color: #172033; }
.server-specs em { display: block; margin-top: 4px; color: #64748b; font-size: 12px; font-style: normal; }
.server-order-fields, .os-version-source { display: none; }
.server-os { display: grid; gap: 10px; padding: 12px; border: 1px solid #e5eaf2; border-radius: 8px; background: #f8fafc; }
.server-os h3 { margin: 0; }
.os-type-options { display: flex; flex-wrap: wrap; gap: 8px; }
.os-type-btn { min-height: 34px; padding: 0 12px; border: 1px solid #cbd5e1; border-radius: 6px; background: #fff; color: #334155; font-weight: 700; }
.os-type-btn:hover, .os-type-btn.is-active { border-color: #2563eb; background: #eff6ff; color: #1d4ed8; text-decoration: none; }
.os-version-row { display: grid; gap: 6px; color: #475569; font-size: 13px; }
.os-version-row select:disabled { background: #f1f5f9; color: #94a3b8; cursor: not-allowed; }
.os-selected { margin: 0; color: #475569; font-size: 13px; }
.period-box { display: grid; gap: 10px; padding: 12px; border: 1px solid #e5eaf2; border-radius: 8px; background: #fff; }
.period-box h3 { margin: 0; }
.period-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.period-option { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px; padding: 9px; border: 1px solid #d7deea; border-radius: 8px; background: #f8fafc; cursor: pointer; }
.period-option.is-active { border-color: #2563eb; background: #eff6ff; }
.period-option input { width: auto; min-height: 0; }
.period-option span { color: #475569; font-size: 13px; }
.period-option strong { display: block; color: #172033; font-size: 13px; }
.ip-box { display: grid; gap: 10px; padding: 12px; border: 1px solid #dbeafe; border-radius: 8px; background: #f8fbff; }
.ip-stepper { display: inline-grid; grid-template-columns: 38px 76px 38px; align-items: center; width: max-content; overflow: hidden; border: 1px solid #bfdbfe; border-radius: 8px; background: #fff; }
.ip-stepper .ip-step, .ip-stepper .protection-step { width: 38px; height: 36px; padding: 0; border: 0; border-radius: 0; background: #eff6ff; color: #1d4ed8; font-size: 18px; font-weight: 700; }
.ip-stepper .ip-count-input, .ip-stepper .protection-count-input { width: 76px; min-height: 36px; padding: 0 8px; border: 0; border-left: 1px solid #bfdbfe; border-right: 1px solid #bfdbfe; border-radius: 0; text-align: center; font-weight: 700; }
.protection-box, .bandwidth-box { display: grid; gap: 10px; padding: 12px; border: 1px solid #bfdbfe; border-radius: 8px; background: #eff6ff; }
.bandwidth-result { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; color: #475569; font-size: 13px; }
.bandwidth-result strong { color: #172033; }
.server-desc { padding-top: 2px; line-height: 1.7; }
.server-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 760px) {
  .form-grid, .money-grid, .server-filter, .server-grid, .server-specs, .bandwidth-result, .period-options, .detail-grid { grid-template-columns: 1fr; }
  .member-nav { grid-template-columns: 1fr; }
  .server-card-head { flex-direction: column; }
  .server-price { text-align: left; }
}

/* Cloud server purchase page */
.server-buy-body { background: #f5f7fb; color: #172033; }
.server-buy-shell { width: min(1280px, calc(100vw - 32px)); max-width: none; padding: 18px 0 36px; }
.server-buy-nav { height: 56px; margin-bottom: 18px; border: 0; box-shadow: 0 2px 10px rgba(15, 23, 42, .06); }
.server-buy-nav .logo { color: #0f172a; font-size: 18px; }
.server-buy-hero { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; padding: 24px; border-radius: 10px; background: linear-gradient(135deg, #0f5dcb 0%, #1677ff 62%, #5aa7ff 100%); color: #fff; box-shadow: 0 12px 28px rgba(22, 119, 255, .18); }
.server-buy-hero span { display: inline-flex; margin-bottom: 8px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; }
.server-buy-hero h1 { margin: 0 0 8px; font-size: 28px; line-height: 1.25; }
.server-buy-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.82); line-height: 1.7; }
.server-buy-hero .btn.secondary { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.13); color: #fff; }
.core-hero-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; margin-left: auto; }
.core-hero-illustration { width: 178px; max-width: 28vw; min-width: 132px; flex: 0 0 auto; filter: drop-shadow(0 16px 22px rgba(15,23,42,.22)); pointer-events: none; }
.cloud-config-panel, .cloud-buy-card, .cloud-config-section { border: 1px solid #e6edf7; border-radius: 8px; background: #fff; box-shadow: 0 2px 10px rgba(15, 23, 42, .06); overflow: visible !important; }
.cloud-config-panel { margin-bottom: 16px; padding: 18px; }
.cloud-section-title { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.cloud-section-title > span { flex: 0 0 auto; min-width: 34px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; background: #eaf3ff; color: #1677ff; font-size: 12px; font-weight: 900; }
.cloud-section-title h2, .cloud-section-title h3 { margin: 0; color: #0f172a; font-size: 16px; line-height: 1.4; }
.cloud-section-title h2 { font-size: 18px; }
.cloud-section-title p { margin: 4px 0 0; color: #64748b; font-size: 13px; line-height: 1.55; }
.cloud-filter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: 12px; align-items: end; }
.cloud-filter-grid label { gap: 7px; color: #334155; font-weight: 700; }
.cloud-filter-grid label span { color: #64748b; font-size: 12px; font-weight: 800; }
.cloud-filter-grid select { height: 40px; border-radius: 8px; }
.cloud-filter-grid select:focus, .cloud-filter-grid select:hover, .server-buy-body input:hover, .server-buy-body select:hover { border-color: #1677ff; outline: none; }
.cloud-filter-grid button { height: 40px; border-color: #1677ff; border-radius: 8px; background: linear-gradient(135deg, #1677ff, #4096ff); font-weight: 800; white-space: nowrap; }
.cloud-server-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.cloud-buy-card { display: grid; gap: 16px; padding: 0; overflow: visible !important; }
.product-configurator { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); gap: 18px; align-items: flex-start; }
.product-selector-panel { position: sticky; top: 14px; display: grid; gap: 14px; padding: 16px; border: 1px solid #e6edf7; border-radius: 8px; background: #fff; box-shadow: 0 2px 10px rgba(15, 23, 42, .06); }
.product-selector-grid { display: grid; gap: 10px; }
.product-choice { width: 100%; display: grid; gap: 6px; padding: 13px 14px; border: 1px solid #e2e8f0; border-radius: 8px; background: #f8fafc; color: #0f172a; text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.product-choice:hover { border-color: #93c5fd; background: #f8fbff; transform: translateY(-1px); }
.product-choice.is-active { border-color: #1677ff; background: #eff6ff; box-shadow: inset 3px 0 0 #1677ff, 0 8px 22px rgba(22,119,255,.12); }
.product-choice-kicker { color: #64748b; font-size: 12px; font-weight: 800; }
.product-choice strong { color: #0f172a; font-size: 15px; font-weight: 900; }
.product-choice em { color: #475569; font-size: 12px; font-style: normal; line-height: 1.4; }
.product-choice-price { display: flex; align-items: baseline; gap: 5px; color: #1677ff; font-size: 12px; font-weight: 800; }
.product-choice-price strong { color: #1677ff; font-size: 16px; }
.product-config-stage { min-width: 0; overflow: visible; }
.config-product-panel { display: none; }
.config-product-panel.is-active { display: grid; }
.cloud-product-head { padding: 18px 18px 0; }
.cloud-product-label { display: inline-flex; min-height: 24px; align-items: center; margin-bottom: 8px; padding: 0 9px; border-radius: 999px; background: #eff6ff; color: #1677ff; font-size: 12px; font-weight: 900; }
.cloud-product-head h2 { font-size: 22px; }
.cloud-product-head p { color: #64748b; }
.cloud-product-head .server-price strong { color: #1677ff; font-size: 24px; }
.cloud-config-section { display: grid; gap: 12px; margin: 0 18px; padding: 16px; box-shadow: 0 2px 10px rgba(15, 23, 42, .04); overflow: visible !important; }
.machine-card { display: grid; gap: 14px; padding: 16px; border: 1px solid #d7e8ff; border-radius: 8px; background: #fbfdff; cursor: default; }
.machine-card.is-selected { border-color: #1677ff; box-shadow: inset 0 0 0 1px rgba(22,119,255,.14), 0 8px 22px rgba(22,119,255,.08); }
.machine-card input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.machine-main { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.machine-main strong { color: #0f172a; font-size: 17px; }
.machine-main em { color: #64748b; font-size: 13px; font-style: normal; }
.server-buy-body .server-specs { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.server-buy-body .server-specs div { min-height: 78px; border-color: #edf2f7; background: #f8fbff; }
.server-buy-body .server-specs strong { color: #0f172a; font-size: 15px; }
.server-buy-body .ip-box, .server-buy-body .bandwidth-box, .server-buy-body .protection-box, .server-buy-body .server-os, .server-buy-body .period-box { border-color: #e6edf7; background: #fff; }
.ip-config-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.server-buy-body .ip-stepper { grid-template-columns: 42px 92px 42px; border-color: #bfdbfe; border-radius: 8px; }
.server-buy-body .ip-stepper .ip-step { width: 42px; height: 40px; background: #eff6ff; color: #1677ff; }
.server-buy-body .ip-stepper .ip-count-input { width: 92px; min-height: 40px; color: #0f172a; font-size: 17px; }
.resource-kv, .cloud-result-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.resource-kv span, .cloud-result-grid span { min-height: 42px; padding: 10px 12px; border-radius: 8px; background: #f8fafc; color: #64748b; font-size: 13px; line-height: 1.45; }
.resource-kv strong, .cloud-result-grid strong { color: #0f172a; font-weight: 900; }
.server-buy-body .protection-result .period-fee-nowrap { white-space: nowrap; word-break: keep-all; }
.cloud-slider { position: relative; z-index: 30; height: 54px; padding: 34px 8px 8px; overflow: visible !important; }
.cloud-slider input[type="range"] { position: absolute; left: 8px; right: 8px; top: 30px; z-index: 5; width: calc(100% - 16px); height: 22px; margin: 0; opacity: 0; cursor: pointer; }
.cloud-slider .track { position: absolute; left: 8px; right: 8px; top: 37px; height: 8px; border-radius: 999px; background: #e5e7eb; overflow: hidden; }
.cloud-slider .active { width: 0; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #1677ff, #4096ff); }
.cloud-slider .thumb { position: absolute; left: 0; top: 30px; z-index: 4; width: 22px; height: 22px; margin-left: -11px; border: 3px solid #1677ff; border-radius: 50%; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.18), 0 0 0 5px rgba(22,119,255,.14); transform: translate3d(var(--slider-x, 8px),0,0); transition: transform .16s ease, box-shadow .16s ease; will-change: transform; pointer-events: none; }
.cloud-slider:hover .thumb, .cloud-slider input[type="range"]:focus ~ .thumb { transform: translate3d(var(--slider-x, 8px),0,0) scale(1.1); box-shadow: 0 6px 18px rgba(22,119,255,.34), 0 0 0 7px rgba(22,119,255,.2); }
.cloud-slider:hover .track { background: #d1d5db; }
.cloud-slider .tooltip { position: fixed; z-index: 99999; left: 0; top: 0; transform: translate3d(-9999px,-9999px,0) translateX(-50%); min-height: 26px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border-radius: 999px; background: #1677ff; color: #fff; box-shadow: 0 8px 20px rgba(22,119,255,.34); font-size: 12px; font-weight: 900; line-height: 26px; white-space: nowrap; will-change: transform; pointer-events: none; }
.cloud-slider .tooltip::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 8px; height: 8px; background: #1677ff; transform: translateX(-50%) rotate(45deg); border-radius: 2px; }
.cloud-slider-ticks { display: flex; justify-content: space-between; gap: 8px; margin-top: -2px; padding: 0 4px; color: #64748b; font-size: 12px; font-weight: 800; }
.cloud-slider-ticks span { flex: 1 1 auto; min-width: 0; text-align: center; white-space: nowrap; position: relative; }
.cloud-slider-ticks span::before { content: ""; display: block; width: 1px; height: 6px; margin: 0 auto 4px; border-radius: 999px; background: #cbd5e1; }
.os-select-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.server-buy-body .os-version-row select { height: 40px; border-radius: 8px; }
.server-buy-body .os-selected { padding: 10px 12px; border-radius: 8px; background: #f8fafc; color: #475569; }
.server-buy-body .period-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.server-buy-body .period-option { min-width: 0; min-height: 64px; display: flex; align-items: center; gap: 7px; border-radius: 8px; background: #fff; transition: border-color .18s, box-shadow .18s, background .18s; }
.server-buy-body .period-option input { flex: 0 0 auto; }
.server-buy-body .period-option span { min-width: 0; flex: 1 1 auto; }
.server-buy-body .period-option strong { display: inline-flex; flex: 0 0 auto; align-items: baseline; white-space: nowrap; word-break: keep-all; font-variant-numeric: tabular-nums; }
.server-buy-body .period-option:hover { border-color: #1677ff; }
.server-buy-body .period-option.is-active { border-color: #1677ff; background: #eff6ff; box-shadow: inset 0 0 0 1px rgba(22,119,255,.12); }
.cloud-summary-bar { position: sticky; bottom: 14px; z-index: 12; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 2px 18px 18px; padding: 14px 16px; border: 1px solid #bfdbfe; border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 12px 32px rgba(15, 23, 42, .14); backdrop-filter: blur(10px); }
.cloud-summary-bar > div:first-child { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; }
.cloud-summary-bar span { min-height: 28px; display: inline-flex; align-items: center; padding: 0 9px; border-radius: 999px; background: #f1f5f9; color: #64748b; font-size: 12px; }
.cloud-summary-bar span strong { margin-left: 3px; color: #0f172a; }
.summary-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex: 0 0 auto; }
.summary-actions em { color: #0f172a; font-style: normal; font-size: 14px; font-weight: 900; white-space: nowrap; }
.summary-actions em strong { color: #ef4444; font-size: 24px; font-variant-numeric: tabular-nums; }
.summary-actions .btn { min-height: 40px; border-radius: 8px; font-weight: 900; }
.summary-actions .btn:not(.secondary) { background: linear-gradient(135deg, #1677ff, #4096ff); }
.order-confirm .form-actions .btn,
.order-confirm .form-actions button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.server-buy-body .server-desc { margin: 0; padding: 12px; border-radius: 8px; background: #f8fafc; color: #64748b; line-height: 1.7; }
@media (max-width: 1180px) {
  .product-configurator { grid-template-columns: 1fr; }
  .product-selector-panel { position: static; }
  .cloud-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .server-buy-body .server-specs, .resource-kv, .cloud-result-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cloud-filter-grid button { grid-column: 1 / -1; }
  .cloud-summary-bar { align-items: stretch; flex-direction: column; }
  .summary-actions { justify-content: space-between; }
}
@media (max-width: 760px) {
  .server-buy-shell { width: min(100vw - 20px, 760px); padding-top: 10px; }
  .server-buy-hero { align-items: flex-start; flex-direction: column; padding: 18px; }
  .core-hero-actions { width: 100%; justify-content: flex-start; margin-left: 0; }
  .core-hero-illustration { display: none; }
  .cloud-filter-grid, .server-buy-body .server-specs, .resource-kv, .cloud-result-grid, .os-select-grid, .server-buy-body .period-options { grid-template-columns: 1fr; }
  .ip-config-row, .machine-main { align-items: flex-start; flex-direction: column; }
  .cloud-summary-bar { bottom: 8px; margin: 0 10px 12px; }
  .summary-actions { align-items: stretch; flex-direction: column; }
  .summary-actions .btn { width: 100%; }
}

.server-specs div {
  position: relative;
  padding-left: 46px;
}

.server-specs div::before,
.resource-kv span::before,
.bandwidth-result span::before,
.cloud-summary-bar span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: #1677ff;
  -webkit-mask: var(--field-icon, url("../icons/ui/price-tag.svg")) center / 20px 20px no-repeat;
  mask: var(--field-icon, url("../icons/ui/price-tag.svg")) center / 20px 20px no-repeat;
}

.server-specs div:nth-child(1) { --field-icon: url("../icons/ui/cpu-chip.svg"); }
.server-specs div:nth-child(2) { --field-icon: url("../icons/ui/memory.svg"); }
.server-specs div:nth-child(3) { --field-icon: url("../icons/ui/disk.svg"); }
.server-specs div:nth-child(4),
.server-specs div:nth-child(5) { --field-icon: url("../icons/ui/bandwidth.svg"); }
.server-specs div:nth-child(6) { --field-icon: url("../icons/ui/ip.svg"); }

.resource-kv,
.bandwidth-result,
.cloud-summary-bar {
  --field-icon: url("../icons/ui/price-tag.svg");
}

.resource-kv span,
.bandwidth-result span,
.cloud-summary-bar span {
  position: relative;
  padding-left: 34px;
}

.resource-kv span::before,
.bandwidth-result span::before,
.cloud-summary-bar span::before {
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-mask-size: 17px 17px;
  mask-size: 17px 17px;
}

.ip-box .resource-kv span::before { -webkit-mask-image: url("../icons/ui/ip.svg"); mask-image: url("../icons/ui/ip.svg"); }
.bandwidth-box .bandwidth-result span::before { -webkit-mask-image: url("../icons/ui/bandwidth.svg"); mask-image: url("../icons/ui/bandwidth.svg"); }
.protection-box .bandwidth-result span::before { -webkit-mask-image: url("../icons/ui/shield.svg"); mask-image: url("../icons/ui/shield.svg"); }
.cloud-summary-bar span:nth-child(1)::before { -webkit-mask-image: url("../icons/ui/price-tag.svg"); mask-image: url("../icons/ui/price-tag.svg"); }
.cloud-summary-bar span:nth-child(2)::before { -webkit-mask-image: url("../icons/ui/ip.svg"); mask-image: url("../icons/ui/ip.svg"); }
.cloud-summary-bar span:nth-child(3)::before { -webkit-mask-image: url("../icons/ui/bandwidth.svg"); mask-image: url("../icons/ui/bandwidth.svg"); }
.cloud-summary-bar span:nth-child(4)::before { -webkit-mask-image: url("../icons/ui/shield.svg"); mask-image: url("../icons/ui/shield.svg"); }

.site-public-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; width: 100%; padding: 16px 20px 24px; color: #94a3b8; font-size: 12px; line-height: 1.6; text-align: center; }
.site-public-footer span { white-space: nowrap; }

