/* Ebullient Theme: Layout 452 (Friction Water Droplet & Pop Soda Style) */
body { background: #fff0f5; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: #3a86c8; margin: 0; padding: 0; }
.ebullient-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.ebullient-head-wrap { background: #ffffff; border-radius: 50px; padding: 15px 30px; margin: 25px auto; max-width: 1140px; width: calc(100% - 40px); box-sizing: border-box; box-shadow: 0 10px 30px rgba(0,0,0,0.01), inset 0 2px 4px rgba(255,255,255,0.9); border: 1.5px solid rgba(58,134,200,0.04); display: flex; justify-content: space-between; align-items: center; }
.ebullient-logo img { max-height: 40px; display: block; filter: sepia(0.1) contrast(1.1) brightness(0.95); }
.ebullient-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 10px; }
.ebullient-menu a { color: #5a748c; text-decoration: none; font-size: 13.5px; font-weight: 600; padding: 10px 20px; border-radius: 50px; transition: all 0.25s; }
.ebullient-menu a:hover, .ebullient-menu .active { background: #3a86c8; color: #ffffff; box-shadow: 0 6px 15px rgba(58,134,200,0.25); }
.ebullient-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.ebullient-col-left { width: 30%; flex-shrink: 0; }
.ebullient-col-right { width: 70%; flex-grow: 1; min-width: 0; }
.ebullient-rail-panel { background: #ffffff; border-radius: 24px; padding: 35px 25px; box-sizing: border-box; border: 1.5px solid rgba(58,134,200,0.05); box-shadow: 0 10px 30px rgba(0,0,0,0.01), inset 0 2px 4px rgba(255,255,255,0.9); display: flex; flex-direction: column; align-items: center; }
.ebullient-condenser-tube { width: 14px; height: 120px; background: #fff0f5; border-radius: 50px; border: 1.5px solid rgba(58,134,200,0.1); margin: 25px auto; position: relative; overflow: hidden; }
.ebullient-condenser-tube::before { content: ""; width: 8px; height: 8px; background: #3a86c8; border-radius: 50%; position: absolute; left: 3px; bottom: 10px; animation: ebullientBubbleUp 2.5s infinite ease-in-out; }
.ebullient-notice-pod { background: #ffffff; border-radius: 20px; padding: 20px 28px; margin-bottom: 30px; line-height: 1.6; font-size: 13.5px; color: #3a86c8; border: 1.5px solid rgba(58,134,200,0.05); position: relative; box-shadow: 0 8px 25px rgba(0,0,0,0.01), inset 0 2px 4px rgba(255,255,255,0.9); }
.ebullient-notice-pod::before { content: "冷凝指示 // CONDENSER_LOG"; position: absolute; top: -10px; left: 25px; background: #fff0f5; padding: 0 8px; font-size: 11px; font-weight: bold; color: #3a86c8; }
.ebullient-section-title { font-size: 16px; font-weight: bold; color: #3a86c8; margin: 0 0 20px 0; border-bottom: 2px solid rgba(58,134,200,0.08); padding-bottom: 12px; display: flex; align-items: center; letter-spacing: 0.5px; }
.ebullient-section-title i { margin-right: 8px; color: #3a86c8; }
.ebullient-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ebullient-droplet-card { background: #ffffff; border-radius: 24px 8px 24px 24px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; box-shadow: 0 10px 25px rgba(58,134,200,0.03), inset 0 2px 4px rgba(255,255,255,0.9); border: 1.5px solid rgba(58,134,200,0.04); transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.ebullient-droplet-card:hover { transform: scale(1.02); box-shadow: 0 15px 35px rgba(58,134,200,0.08), inset 0 2px 4px rgba(255,255,255,0.9); border-color: #3a86c8; }
.ebullient-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.ebullient-card-title { font-size: 14.5px; font-weight: bold; color: #3a86c8; line-height: 1.5; }
.ebullient-badge-auto { background: #e8f5fd; color: #3a86c8; border: 1px solid #b3e5fc; border-radius: 50px; padding: 2px 10px; font-size: 10.5px; font-weight: bold; }
.ebullient-badge-manual { background: #f1f3f4; color: #5f6368; border: 1px solid #dadce0; border-radius: 50px; padding: 2px 10px; font-size: 10.5px; }
.ebullient-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px solid rgba(58,134,200,0.06); padding-top: 15px; }
.ebullient-price-box { display: flex; flex-direction: column; }
.ebullient-qty-info { font-size: 11px; color: #5a748c; margin-bottom: 3px; }
.ebullient-price { font-size: 19px; font-weight: bold; color: #3a86c8; }
.ebullient-btn-action { background: #3a86c8; color: #ffffff !important; border-radius: 50px; padding: 8px 22px; border: none; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; box-shadow: 0 5px 12px rgba(58,134,200,0.15); }
.ebullient-btn-action:hover { opacity: 0.95; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(58,134,200,0.25); }
.ebullient-pod-panel { background: #ffffff; border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.01), inset 0 2px 4px rgba(255,255,255,0.9); border: 1.5px solid rgba(58,134,200,0.04); padding: 35px; box-sizing: border-box; }
.layui-form-label { background: #fff0f5 !important; border: 1px solid #b3e5fc !important; border-right: none !important; color: #3a86c8 !important; border-radius: 50px 0 0 50px !important; font-weight: bold !important; }
.layui-input { border-radius: 0 50px 50px 0 !important; border: 1px solid #b3e5fc !important; background: #ffffff !important; color: #3a86c8 !important; }
.layui-input:focus { border-color: #3a86c8 !important; box-shadow: 0 0 0 3px rgba(58,134,200,0.08) !important; }

@keyframes ebullientBubbleUp {
    0% { bottom: -10px; opacity: 0; }
    30% { opacity: 1; }
    80% { opacity: 1; }
    100% { bottom: 110px; opacity: 0; }
}

/* Mobile Adaptations */
@media (max-width: 992px) {
    .ebullient-columns { flex-direction: column; padding: 0 15px; }
    .ebullient-col-left, .ebullient-col-right { width: 100%; }
    .ebullient-col-left { display: none; }
}
@media (max-width: 768px) {
    .ebullient-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .ebullient-menu { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .ebullient-grid { grid-template-columns: 1fr; gap: 15px; }
}
