﻿/* Template 1 — Ops Console · left rail + HUD banner + console panels */
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
*, *:before, *:after { box-sizing: border-box; }

body.zac8d9body {
  font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #d7e6f2;
  background: #040810;
  line-height: 1.7;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.zac8d9shell { display: flex; min-height: 100vh; }

.zac8d9siderail {
  width: 228px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px 16px;
  background: linear-gradient(180deg, #07111c 0%, #050b14 100%);
  border-right: 1px solid rgba(61, 214, 255, .16);
  z-index: 100;
}
.zac8d9logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; color: #fff; font-size: 15px;
}
.zac8d9logodot {
  width: 9px; height: 9px; border-radius: 1px;
  background: #3dd6ff; box-shadow: 0 0 14px #3dd6ff; flex-shrink: 0;
}
.zac8d9logotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zac8d9navtog { position: absolute; left: -9999px; opacity: 0; }
.zac8d9navbtn { display: none; cursor: pointer; padding: 10px; }
.zac8d9navbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #3dd6ff; }
.zac8d9navlist { display: flex; flex-direction: column; gap: 4px; }
.zac8d9navlist a {
  display: block; padding: 11px 12px;
  color: #8fa5b8; font-size: 14px; font-weight: 500;
  border-left: 2px solid transparent;
}
.zac8d9navlist a:hover {
  color: #3dd6ff; background: rgba(61, 214, 255, .06);
  border-left-color: #3dd6ff;
}
.zac8d9cta {
  margin-top: auto; text-align: center;
  background: #3dd6ff; color: #040810 !important;
  padding: 12px 14px; font-size: 13px; font-weight: 700;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.zac8d9cta:hover { background: #fff; }

.zac8d9workspace { flex: 1; min-width: 0; }

.zac8d9btn {
  display: inline-block; padding: 12px 22px;
  font-weight: 700; font-size: 14px; border: 1px solid transparent; text-align: center;
}
.zac8d9btnsolid { background: #3dd6ff; color: #040810 !important; }
.zac8d9btnsolid:hover { background: #fff; }
.zac8d9btnghost { border-color: rgba(255,255,255,.35); color: #fff !important; }
.zac8d9btnghost:hover { background: rgba(255,255,255,.08); }
.zac8d9btnblock { display: block; width: 100%; }

.zac8d9banner {
  position: relative; min-height: 82vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.zac8d9bannerbg { position: absolute; inset: 0; }
.zac8d9bannerbg img { width: 100%; height: 100%; object-fit: cover; }
.zac8d9bannermask {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(4,8,16,.92) 0%, rgba(4,8,16,.55) 55%, rgba(4,8,16,.35) 100%),
    linear-gradient(0deg, rgba(4,8,16,.95) 0%, transparent 45%);
}
.zac8d9hudcorners { position: absolute; inset: 24px; pointer-events: none; }
.zac8d9hud {
  position: absolute; width: 28px; height: 28px;
  border: 2px solid rgba(61, 214, 255, .55);
}
.zac8d9hud.tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.zac8d9hud.tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.zac8d9hud.bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.zac8d9hud.br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

.zac8d9bannerbody {
  position: relative; z-index: 2;
  max-width: 760px; padding: 48px 40px 28px;
}
.zac8d9status {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: .12em; color: #3dd6ff;
  text-transform: uppercase; margin-bottom: 16px;
}
.zac8d9pulse {
  width: 8px; height: 8px; border-radius: 50%; background: #3dd6ff;
  box-shadow: 0 0 0 0 rgba(61,214,255,.6);
  animation: zac8d9pulse 1.6s infinite;
}
@keyframes zac8d9pulse {
  0% { box-shadow: 0 0 0 0 rgba(61,214,255,.55); }
  70% { box-shadow: 0 0 0 12px rgba(61,214,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(61,214,255,0); }
}
.zac8d9h1 {
  font-size: clamp(28px, 4.2vw, 46px); line-height: 1.2;
  color: #fff; font-weight: 800; margin-bottom: 16px;
}
.zac8d9lead {
  font-size: 16px; color: #b7c9d8; max-width: 620px; margin-bottom: 28px;
}
.zac8d9banneracts { display: flex; flex-wrap: wrap; gap: 12px; }

.zac8d9bannerstrip {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(61,214,255,.18);
  background: rgba(4,8,16,.72);
  backdrop-filter: blur(8px);
}
.zac8d9stripgrid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; max-width: 1100px;
}
.zac8d9stripgrid div {
  padding: 18px 24px;
  border-right: 1px solid rgba(61,214,255,.12);
}
.zac8d9stripgrid div:last-child { border-right: 0; }
.zac8d9stripgrid strong {
  display: block; font-size: 22px; color: #3dd6ff; font-weight: 800;
}
.zac8d9stripgrid span { font-size: 12px; color: #8fa5b8; }

.zac8d9section { padding: 72px 40px; }
.zac8d9sectiondark { background: #070e18; }
.zac8d9sectionsoft { background: #0a121d; }
.zac8d9eyebrow {
  font-size: 12px; letter-spacing: .16em; color: #3dd6ff;
  margin-bottom: 10px; font-weight: 600;
}
.zac8d9centerhead { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.zac8d9centerhead h2,
.zac8d9asidehead h2 {
  font-size: clamp(24px, 3vw, 34px); color: #fff; margin-bottom: 12px;
}
.zac8d9centerhead p,
.zac8d9asidehead p { color: #93a8ba; font-size: 15px; }

.zac8d9aboutlayout {
  display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start;
  max-width: 1100px; margin: 0 auto;
}
.zac8d9asidehead {
  position: sticky; top: 32px;
  padding-right: 20px; border-right: 1px solid rgba(61,214,255,.15);
}
.zac8d9aboutmain h3 { color: #fff; font-size: 22px; margin-bottom: 14px; }
.zac8d9aboutmain p { color: #a8bccb; margin-bottom: 14px; font-size: 15px; }
.zac8d9chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.zac8d9chips li {
  padding: 7px 14px; font-size: 13px; color: #3dd6ff;
  border: 1px solid rgba(61,214,255,.28); background: rgba(61,214,255,.06);
}

.zac8d9consolegrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 1100px; margin: 0 auto;
}
.zac8d9panel {
  padding: 24px 22px;
  background: rgba(8, 16, 28, .9);
  border: 1px solid rgba(61,214,255,.14);
  border-top: 2px solid #3dd6ff;
}
.zac8d9panel h3 { color: #fff; font-size: 17px; margin-bottom: 10px; }
.zac8d9panel > p { color: #9bb0c0; font-size: 14px; margin-bottom: 14px; }
.zac8d9panel ul { display: flex; flex-direction: column; gap: 6px; }
.zac8d9panel li {
  position: relative; padding-left: 14px; color: #7f96a9; font-size: 13px;
}
.zac8d9panel li:before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 5px; height: 5px; background: #3dd6ff;
}

.zac8d9scenerail {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  max-width: 1100px; margin: 0 auto;
}
.zac8d9scenerail article {
  padding: 22px 20px;
  background: linear-gradient(145deg, #0c1724, #08101a);
  border-left: 3px solid #3dd6ff;
}
.zac8d9scenerail h3 { color: #fff; font-size: 16px; margin-bottom: 8px; }
.zac8d9scenerail p { color: #93a8ba; font-size: 14px; }

.zac8d9rail {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  max-width: 1100px; margin: 0 auto;
}
.zac8d9rail li {
  padding: 20px 14px; background: #07111c;
  border: 1px solid rgba(61,214,255,.12); text-align: center;
}
.zac8d9rail span {
  display: block; font-size: 20px; font-weight: 800; color: #3dd6ff; margin-bottom: 8px;
}
.zac8d9rail h3 { color: #fff; font-size: 15px; margin-bottom: 6px; }
.zac8d9rail p { color: #8fa5b8; font-size: 13px; }

.zac8d9faqgrid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  max-width: 960px; margin: 0 auto;
}
.zac8d9faqgrid article {
  padding: 22px 20px; background: #0a121d;
  border: 1px solid rgba(255,255,255,.06);
}
.zac8d9faqgrid h3 { color: #fff; font-size: 16px; margin-bottom: 8px; }
.zac8d9faqgrid p { color: #93a8ba; font-size: 14px; }

.zac8d9contactlayout {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px;
  max-width: 1000px; margin: 0 auto;
}
.zac8d9contactinfo {
  padding: 28px 24px; background: #0a121d;
  border: 1px solid rgba(61,214,255,.16);
}
.zac8d9contactinfo h3 { color: #fff; margin-bottom: 18px; font-size: 18px; }
.zac8d9contactinfo li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 14px;
}
.zac8d9contactinfo span { color: #7f96a9; }
.zac8d9contactinfo strong { color: #fff; text-align: right; }
.zac8d9online { color: #3dd6ff !important; }

.zac8d9form {
  display: flex; flex-direction: column; gap: 14px;
  padding: 28px 24px; background: #07111c;
  border: 1px solid rgba(61,214,255,.14);
}
.zac8d9form label {
  display: flex; flex-direction: column; gap: 8px;
  color: #9bb0c0; font-size: 13px;
}
.zac8d9form input,
.zac8d9form select,
.zac8d9form textarea {
  width: 100%; padding: 12px 14px;
  background: #040810; border: 1px solid rgba(61,214,255,.2);
  color: #e8f1f8; font: inherit; outline: none;
}
.zac8d9form input:focus,
.zac8d9form select:focus,
.zac8d9form textarea:focus { border-color: #3dd6ff; }
.zac8d9form button { cursor: pointer; font: inherit; margin-top: 6px; }

.zac8d9footer {
  padding: 48px 40px 28px;
  background: #03060c;
  border-top: 1px solid rgba(61,214,255,.12);
}
.zac8d9footergrid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 28px;
  max-width: 1100px; margin: 0 auto 28px;
}
.zac8d9footer h3 { color: #fff; font-size: 15px; margin-bottom: 12px; }
.zac8d9footer p, .zac8d9footer li { color: #7f96a9; font-size: 13px; margin-bottom: 6px; }
.zac8d9footer a:hover { color: #3dd6ff; }
.zac8d9flinklist { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.zac8d9adbox { max-width: 1100px; margin: 0 auto 20px; text-align: center; }
.zac8d9footerbottom {
  max-width: 1100px; margin: 0 auto;
  padding-top: 18px; border-top: 1px solid rgba(255,255,255,.06);
  text-align: center; color: #5f7385; font-size: 12px;
}
.zac8d9footerbottom p { margin-bottom: 6px; }
.zac8d9footerbottom a { color: #9bb0c0; }

@media (max-width: 1100px) {
  .zac8d9consolegrid,
  .zac8d9scenerail { grid-template-columns: repeat(2, 1fr); }
  .zac8d9rail { grid-template-columns: repeat(3, 1fr); }
  .zac8d9footergrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .zac8d9shell { flex-direction: column; }
  .zac8d9siderail {
    width: 100%; height: auto; position: relative;
    flex-direction: row; flex-wrap: wrap; align-items: center;
    padding: 14px 16px; gap: 10px;
  }
  .zac8d9navbtn { display: block; margin-left: auto; }
  .zac8d9nav {
    display: none; width: 100%; order: 10;
  }
  .zac8d9navtog:checked ~ .zac8d9nav { display: block; }
  .zac8d9cta { margin-top: 0; padding: 8px 14px; font-size: 12px; }
  .zac8d9aboutlayout,
  .zac8d9contactlayout { grid-template-columns: 1fr; }
  .zac8d9asidehead {
    position: static; border-right: 0; padding-right: 0;
    border-bottom: 1px solid rgba(61,214,255,.15); padding-bottom: 16px;
  }
  .zac8d9section { padding: 52px 20px; }
  .zac8d9bannerbody { padding: 36px 20px 20px; }
  .zac8d9stripgrid { grid-template-columns: repeat(2, 1fr); }
  .zac8d9stripgrid div { border-bottom: 1px solid rgba(61,214,255,.1); }
  .zac8d9footer { padding: 40px 20px 24px; }
}
@media (max-width: 640px) {
  .zac8d9consolegrid,
  .zac8d9scenerail,
  .zac8d9faqgrid,
  .zac8d9rail,
  .zac8d9footergrid { grid-template-columns: 1fr; }
  .zac8d9banner { min-height: 70vh; }
  .zac8d9hudcorners { inset: 14px; }
}
