/* Incandescence Theme: Layout 192 (Polaroid Photo Wall & Glitch Vapour Style) */
body { background: #0c0514; font-family: "Courier New", Courier, monospace, "PingFang SC"; color: #00e5ff; margin: 0; padding: 0; min-height: 100vh; }
.incandescence-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.incandescence-head-wrap { border-bottom: 1px solid rgba(0, 229, 255, 0.2); padding: 25px 0; background: #0c0514; }
.incandescence-brand-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.incandescence-logo img { max-height: 42px; display: block; filter: hue-rotate(240deg) brightness(1.2) contrast(1.1); }
.incandescence-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 30px; }
.incandescence-menu a { color: rgba(0, 229, 255, 0.6); text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.2s; }
.incandescence-menu a:hover, .incandescence-menu .active { border-bottom: 1.5px solid #00e5ff; color: #fff; text-shadow: 0 0 8px rgba(0, 229, 255, 0.6); }
.incandescence-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.incandescence-col-left { width: 25%; flex-shrink: 0; }
.incandescence-col-right { width: 75%; flex-grow: 1; min-width: 0; }
.incandescence-peg-panel { background: #1a0f30; border: 1px solid rgba(0, 229, 255, 0.2); padding: 25px; box-sizing: border-box; position: relative; }
.incandescence-peg-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(0, 229, 255, 0.1); pointer-events: none; margin: 4px; }
.incandescence-stitch-line { width: 100%; height: 2px; border-top: 1px dashed rgba(0, 229, 255, 0.2); margin: 25px 0; }
.incandescence-notice-pod { background: #1a0f30; border: 1px solid rgba(0, 229, 255, 0.2); padding: 20px 25px; margin-bottom: 30px; line-height: 1.7; font-size: 13.5px; color: #00e5ff; position: relative; }
.incandescence-notice-pod::before { content: "全息通告 // NEON_NOTICE"; position: absolute; top: -10px; left: 20px; background: #0c0514; padding: 0 8px; font-size: 11px; font-weight: bold; color: #ff007f; }
.incandescence-section-title { font-size: 15px; font-weight: bold; color: #fff; margin: 0 0 20px 0; border-top: 1px solid rgba(0, 229, 255, 0.2); border-bottom: 1px dashed rgba(0, 229, 255, 0.15); padding: 10px 5px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.incandescence-section-title i { margin-right: 10px; color: #ff007f; }
.incandescence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.incandescence-photo-card { background: rgba(26, 15, 48, 0.45); border: 1px solid rgba(0, 229, 255, 0.12); padding: 18px; display: flex; flex-direction: column; justify-content: space-between; min-height: 200px; position: relative; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); border-bottom: 25px solid rgba(26, 15, 48, 0.6); }
/* 奇偶卡片产生细微角度偏转，形成挂绳相册错落排版 */
.incandescence-grid > div:nth-child(odd) { transform: rotate(-0.8deg); }
.incandescence-grid > div:nth-child(even) { transform: rotate(0.8deg); }
.incandescence-photo-card:hover { transform: scale(1.02) rotate(0deg) !important; border-color: #ff007f; box-shadow: 0 0 15px rgba(255, 0, 127, 0.2); }
.incandescence-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.incandescence-card-title { font-size: 14px; font-weight: bold; color: #ffffff; line-height: 1.5; }
.incandescence-badge-auto { border: 1px solid #ff007f; color: #ff007f; background: rgba(255,0,127,0.05); padding: 1px 6px; font-size: 10.5px; font-weight: bold; }
.incandescence-badge-manual { border: 1px dashed #7f8c8d; color: #7f8c8d; background: transparent; padding: 1px 6px; font-size: 10.5px; }
.incandescence-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px dashed rgba(0, 229, 255, 0.15); padding-top: 15px; }
.incandescence-price-box { display: flex; flex-direction: column; }
.incandescence-qty-info { font-size: 11px; color: #8b949e; margin-bottom: 3px; }
.incandescence-price { font-size: 19px; font-weight: bold; color: #ff007f; font-family: monospace; }
.incandescence-btn-action { background: transparent; color: #00e5ff !important; border: 1.5px solid #00e5ff; 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; }
.incandescence-btn-action:hover { background: #00e5ff; color: #0c0514 !important; }
.incandescence-paper-panel { border: 1px solid rgba(0, 229, 255, 0.2); background: #1a0f30; padding: 35px; box-sizing: border-box; position: relative; }
.incandescence-paper-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(0, 229, 255, 0.08); pointer-events: none; margin: 4px; }
.layui-form-label { background: #1a0f30 !important; border: 1px solid rgba(0, 229, 255, 0.2) !important; border-right: none !important; color: #00e5ff !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1px solid rgba(0, 229, 255, 0.2) !important; background: #0c0514 !important; color: #ffffff !important; }
.layui-input:focus { border-color: #ff007f !important; box-shadow: 0 0 8px rgba(255, 0, 127, 0.15) !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .incandescence-columns { flex-direction: column; padding: 0 15px; }
    .incandescence-col-left, .incandescence-col-right { width: 100%; }
    .incandescence-col-left { display: none; }
}
@media (max-width: 768px) {
    .incandescence-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .incandescence-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .incandescence-grid { grid-template-columns: 1fr; gap: 15px; }
    .incandescence-grid > div:nth-child(odd), .incandescence-grid > div:nth-child(even) { transform: none !important; }
}
