body { background-color: #040508; color: #94a3b8; font-family: "Fira Code", Monaco, "Courier New", monospace; margin: 0; padding: 25px; line-height: 1.6; }
.ttnb-wrapper { max-width: 1250px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：分体式悬浮全息控制桥页头 */
.ttnb-bridge-header { background: rgba(15, 12, 30, 0.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(6, 182, 212, 0.15); border-radius: 16px; padding: 15px 30px; margin-bottom: 45px; display: flex; justify-content: space-between; align-items: center; position: relative; box-shadow: 0 8px 32px rgba(6, 182, 212, 0.05); }
.ttnb-bridge-header::before { content: "[ STATUS_FLOW: OPTIMAL ]"; position: absolute; top: -10px; left: 20px; background: #040508; color: #06b6d4; padding: 0 10px; font-size: 10px; font-weight: bold; letter-spacing: 1px; }
.ttnb-brand img { height: 35px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(6,182,212,0.4)); }
.ttnb-nav { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.ttnb-nav a { color: #8492a6; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 15px; border: 1px solid rgba(139, 92, 246, 0.15); transition: all 0.3s; background: rgba(4, 5, 8, 0.5); }
.ttnb-nav a:hover, .ttnb-nav a.active { color: #06b6d4; border-color: #06b6d4; text-shadow: 0 0 10px rgba(6,182,212,0.5); box-shadow: 0 0 15px rgba(6,182,212,0.15); }
.ttnb-glass-notice { background: rgba(139, 92, 246, 0.03); border: 1px solid rgba(139, 92, 246, 0.15); padding: 18px 25px; margin-bottom: 40px; font-size: 13px; color: #ec4899; border-left: 5px solid #ec4899; box-shadow: inset 0 0 15px rgba(139, 92, 246, 0.05); }
.ttnb-grid-title { font-size: 15px; font-weight: bold; color: #06b6d4; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px dashed rgba(6, 182, 212, 0.2); padding-bottom: 8px; display: flex; align-items: center; gap: 10px; }
/* 全息便当盒网格 */
.ttnb-hologram-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.ttnb-hud-card { background: rgba(15, 12, 30, 0.3); border: 1px solid rgba(139, 92, 246, 0.12); padding: 25px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; border-radius: 12px; }
.ttnb-hud-card:hover { border-color: #06b6d4; box-shadow: 0 0 18px rgba(6, 182, 212, 0.15); background: rgba(15, 12, 30, 0.45); }
.ttnb-telemetry { position: absolute; bottom: 8px; right: 12px; font-size: 9px; color: rgba(139, 92, 246, 0.2); }
.ttnb-hud-card:hover .ttnb-telemetry { color: #06b6d4; }
.ttnb-glass-img { height: 160px; background: rgba(4, 5, 8, 0.4); border: 1px solid rgba(139, 92, 246, 0.1); display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; transition: border-color 0.3s; border-radius: 8px; }
.ttnb-hud-card:hover .ttnb-glass-img { border-color: #06b6d4; }
.ttnb-glass-img img { max-width: 90%; max-height: 90%; object-fit: contain; opacity: 0.85; transition: 0.3s; }
.ttnb-hud-card:hover .ttnb-glass-img img { opacity: 1; transform: scale(1.03); }
.ttnb-card-title { font-size: 15px; font-weight: bold; color: #e2e8f0; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ttnb-meta-row { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px solid rgba(139, 92, 246, 0.1); padding-top: 15px; }
.ttnb-hud-card:hover .ttnb-meta-row { border-top-color: #06b6d4; }
.ttnb-badge { font-size: 10px; padding: 3px 8px; border: 1px solid rgba(139, 92, 246, 0.15); font-weight: bold; text-transform: uppercase; border-radius: 4px; }
.ttnb-hud-card:hover .ttnb-badge { border-color: #06b6d4; }
.ttnb-badge-auto { color: #ec4899; border-color: rgba(236, 72, 153, 0.2); }
.ttnb-hud-card:hover .ttnb-badge-auto { color: #ec4899; border-color: #ec4899; }
.ttnb-badge-manual { color: #8492a6; }
.ttnb-price-glow { color: #06b6d4; font-size: 20px; font-weight: bold; text-shadow: 0 0 6px rgba(6,182,212,0.3); }
/* 详情页重构：悬浮全息仪表面板 */
.ttnb-hologram-detail { display: flex; gap: 40px; }
.ttnb-left-scope { width: 45%; }
.ttnb-right-control { width: 55%; background: rgba(15, 12, 30, 0.4); border: 1px solid rgba(6, 182, 212, 0.15); padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.5); border-radius: 16px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.ttnb-dt-view { border: 1px solid rgba(139, 92, 246, 0.15); background: rgba(4, 5, 8, 0.4); padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 30px rgba(0,0,0,0.8); border-radius: 12px; }
.ttnb-dt-view img { max-width: 100%; border: 1px solid rgba(139, 92, 246, 0.15); border-radius: 8px; }
.ttnb-dt-title { font-size: 24px; font-weight: bold; color: #f1f5f9; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid rgba(6, 182, 212, 0.2); padding-bottom: 15px; }
.ttnb-spec-matrix { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.ttnb-spec-matrix td { border: 1px solid rgba(139, 92, 246, 0.12); padding: 15px; font-size: 14px; }
.ttnb-spec-label { color: rgba(139, 92, 246, 0.4); background: rgba(4, 5, 8, 0.4); width: 35%; }
.ttnb-spec-val { color: #06b6d4; font-weight: bold; text-shadow: 0 0 5px rgba(6,182,212,0.4); }
.ttnb-group { margin-bottom: 20px; }
.ttnb-label { display: block; font-size: 11px; color: #ec4899; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px; }
.ttnb-input { width: 100%; box-sizing: border-box; background: rgba(4, 5, 8, 0.5); border: 1px solid rgba(139, 92, 246, 0.15); color: #cbd5e1; padding: 14px 18px; border-radius: 8px; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.ttnb-input:focus { border-color: #06b6d4; background: rgba(15, 12, 30, 0.5); box-shadow: 0 0 10px rgba(6,182,212,0.2); }
.ttnb-btn-execute { width: 100%; background: #06b6d4; color: #040508; border: none; padding: 16px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; box-shadow: 0 0 15px rgba(6, 182, 212, 0.3); border-radius: 8px; }
.ttnb-btn-execute:hover { background: #059cbd; transform: scale(0.99); }
.ttnb-btn-execute:disabled { background: rgba(139, 92, 246, 0.1); color: rgba(139, 92, 246, 0.3); cursor: not-allowed; box-shadow: none; }
.ttnb-desc-schematic { background: rgba(15, 12, 30, 0.3); border: 1px solid rgba(139, 92, 246, 0.12); padding: 35px; margin-top: 40px; border-radius: 12px; }
.ttnb-desc-title { font-size: 15px; color: #ec4899; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.ttnb-desc-content { font-size: 14px; color: #94a3b8; line-height: 1.8; }
/* 全息检索面板 */
.ttnb-q-tabs { display: flex; background: rgba(4, 5, 8, 0.4); border: 1px solid rgba(139, 92, 246, 0.12); padding: 4px; margin-bottom: 35px; border-radius: 8px; }
.ttnb-q-tabs a { flex: 1; text-align: center; padding: 12px; color: rgba(139, 92, 246, 0.4); font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.ttnb-q-tabs a.active, .ttnb-q-tabs a:hover { background: rgba(15, 12, 30, 0.4); color: #06b6d4; border-radius: 6px; }
.ttnb-tech-table { width: 100%; border-collapse: collapse; }
.ttnb-tech-table th, .ttnb-tech-table td { padding: 18px; border-bottom: 1px solid rgba(139, 92, 246, 0.12); text-align: left; }
.ttnb-tech-table th { color: rgba(139, 92, 246, 0.4); font-size: 12px; text-transform: uppercase; }
.ttnb-tech-table td { color: #cbd5e1; }
.ttnb-footer { border-top: 1px solid rgba(139, 92, 246, 0.12); margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: rgba(139, 92, 246, 0.3); }
@media (max-width: 900px) {
    .ttnb-hologram-detail { flex-direction: column; }
    .ttnb-left-scope, .ttnb-right-control { width: 100%; }
    .ttnb-bridge-header { flex-direction: column; gap: 20px; border-radius: 12px; }
    .ttnb-nav { display: none; }
}
