/* Ebullition Theme: Layout 302 (Vertical Timeline & GitHub Dot-Matrix Style) */
body { background: #0d1117; background-image: radial-gradient(rgba(46,164,79,0.1) 1px, transparent 0); background-size: 16px 16px; font-family: "Fira Code", "Consolas", "Monaco", monospace, "PingFang SC"; color: #c9d1d9; margin: 0; padding: 0; min-height: 100vh; }
.ebullition-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.ebullition-head-wrap { border-bottom: 1px solid #30363d; padding: 25px 0; background: #0d1117; }
.ebullition-brand-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.ebullition-logo img { max-height: 42px; display: block; filter: invert(0.9) hue-rotate(120deg) brightness(1.2); }
.ebullition-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 30px; }
.ebullition-menu a { color: rgba(201, 209, 217, 0.7); text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.2s; }
.ebullition-menu a:hover, .ebullition-menu .active { border-bottom: 2px solid #58a6ff; color: #58a6ff; text-shadow: 0 0 8px rgba(88, 166, 255, 0.4); }
.ebullition-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.ebullition-col-left { width: 25%; flex-shrink: 0; }
.ebullition-col-right { width: 75%; flex-grow: 1; min-width: 0; }
.ebullition-timeline-panel { background: #161b22; border: 1px solid #30363d; border-radius: 6px; padding: 25px; box-sizing: border-box; position: relative; }
.ebullition-timeline-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(88, 166, 255, 0.1); pointer-events: none; margin: 4px; }
.ebullition-line-indicator { width: 2px; height: 120px; background: rgba(46,164,79,0.3); margin: 20px auto; position: relative; }
.ebullition-line-indicator::before { content: ""; width: 8px; height: 8px; background: #2ea44f; border-radius: 50%; position: absolute; left: -3px; top: 30px; box-shadow: 0 0 8px #2ea44f; }
.ebullition-notice-pod { background: #161b22; border: 1px solid #30363d; padding: 20px 25px; margin-bottom: 30px; line-height: 1.7; font-size: 13.5px; color: #c9d1d9; position: relative; border-radius: 6px; }
.ebullition-notice-pod::before { content: "系统通告 // SYS_TRACE"; position: absolute; top: -10px; left: 20px; background: #0d1117; padding: 0 8px; font-size: 11px; font-weight: bold; color: #2ea44f; }
.ebullition-section-title { font-size: 15px; font-weight: bold; color: #ffffff; margin: 0 0 20px 0; border-top: 1px solid #30363d; border-bottom: 1px dashed #30363d; padding: 10px 5px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.ebullition-section-title i { margin-right: 10px; color: #58a6ff; }
.ebullition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ebullition-dot-card { background: #161b22; border: 1px solid #30363d; border-radius: 6px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; position: relative; transition: all 0.25s ease-in-out; }
.ebullition-dot-card::after { content: "SYS_LOG_ENTRY"; position: absolute; top: 0; right: 15px; font-size: 9px; padding: 1px 6px; background: #0d1117; color: #8b949e; border: 1px solid #30363d; border-top: none; }
.ebullition-dot-card:hover { border-color: #58a6ff; box-shadow: 0 0 15px rgba(88, 166, 255, 0.15); }
.ebullition-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.ebullition-card-title { font-size: 14px; font-weight: bold; color: #ffffff; line-height: 1.5; }
.ebullition-badge-auto { border: 1px solid #58a6ff; color: #58a6ff; background: rgba(88,166,255,0.05); padding: 1px 6px; font-size: 10.5px; font-weight: bold; }
.ebullition-badge-manual { border: 1px dashed #8b949e; color: #8b949e; background: transparent; padding: 1px 6px; font-size: 10.5px; }
.ebullition-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px dashed #30363d; padding-top: 15px; }
.ebullition-price-box { display: flex; flex-direction: column; }
.ebullition-qty-info { font-size: 11px; color: #8b949e; margin-bottom: 3px; }
.ebullition-price { font-size: 19px; font-weight: bold; color: #58a6ff; font-family: monospace; }
.ebullition-btn-action { background: transparent; color: #58a6ff !important; border: 1.5px solid #58a6ff; padding: 7px 18px; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; letter-spacing: 0.5px; }
.ebullition-btn-action:hover { background: #58a6ff; color: #0d1117 !important; }
.ebullition-paper-panel { border: 1px solid #30363d; background: #161b22; padding: 35px; box-sizing: border-box; position: relative; border-radius: 6px; }
.ebullition-paper-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(88, 166, 255, 0.08); pointer-events: none; margin: 4px; }
.layui-form-label { background: #161b22 !important; border: 1.5px solid #30363d !important; border-right: none !important; color: #c9d1d9 !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1.5px solid #30363d !important; background: #0d1117 !important; color: #fff !important; }
.layui-input:focus { border-color: #58a6ff !important; box-shadow: 0 0 8px rgba(88, 166, 255, 0.15) !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .ebullition-columns { flex-direction: column; padding: 0 15px; }
    .ebullition-col-left, .ebullition-col-right { width: 100%; }
    .ebullition-col-left { display: none; }
}
@media (max-width: 768px) {
    .ebullition-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .ebullition-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .ebullition-grid { grid-template-columns: 1fr; gap: 15px; }
}
