/* Crepuscule Theme: Layout 042 (Asymmetric Three-Column Twilight Split Style) */
body { background: radial-gradient(circle at top, #111118 0%, #07070b 100%) no-repeat fixed; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #cbd5e1; margin: 0; padding: 0; min-height: 100vh; }
.crepuscule-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.crepuscule-head-bar { background: rgba(17, 17, 24, 0.7); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, 0.04); padding: 15px 30px; box-sizing: border-box; }
.crepuscule-header-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; }
.crepuscule-logo img { max-height: 38px; display: block; filter: drop-shadow(0 0 8px rgba(253, 164, 175, 0.3)) hue-rotate(120deg); }
.crepuscule-nav { display: flex; list-style: none; padding: 0; margin: 0; gap: 20px; }
.crepuscule-nav a { color: rgba(203, 213, 225, 0.7); text-decoration: none; font-size: 13.5px; font-weight: 500; padding: 8px 16px; border-radius: 6px; transition: all 0.25s; }
.crepuscule-nav a:hover, .crepuscule-nav .active { color: #fff; background: rgba(253, 164, 175, 0.1); }
.crepuscule-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.crepuscule-col-left { width: 25%; flex-shrink: 0; }
.crepuscule-col-center { width: 30%; flex-shrink: 0; }
.crepuscule-col-right { width: 45%; flex-grow: 1; min-width: 0; }
.crepuscule-glass-panel { background: rgba(17, 17, 24, 0.55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 10px; padding: 25px; box-sizing: border-box; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); margin-bottom: 24px; }
.crepuscule-menu-vertical { list-style: none; padding: 0; margin: 0; }
.crepuscule-menu-vertical li { margin-bottom: 8px; }
.crepuscule-menu-vertical a { display: block; padding: 11px 15px; color: rgba(203, 213, 225, 0.8); text-decoration: none; border-radius: 6px; font-size: 13px; background: rgba(255,255,255,0.02); transition: all 0.25s; border-left: 2px solid transparent; }
.crepuscule-menu-vertical a:hover, .crepuscule-menu-vertical .active { background: rgba(253, 164, 175, 0.08); border-left-color: #fda4af; color: #fff; }
.crepuscule-notice-capsule { background: rgba(253, 164, 175, 0.03); border: 1px solid rgba(253, 164, 175, 0.12); padding: 15px 20px; border-radius: 8px; font-size: 13px; line-height: 1.6; color: #fda4af; margin-bottom: 20px; }
.crepuscule-section-title { font-size: 14.5px; font-weight: bold; color: #fda4af; margin: 0 0 15px 0; display: flex; align-items: center; letter-spacing: 0.5px; text-transform: uppercase; }
.crepuscule-section-title i { margin-right: 8px; color: #e11d48; }
.crepuscule-ledger-list { display: flex; flex-direction: column; gap: 14px; }
.crepuscule-ledger-row { background: rgba(255, 255, 255, 0.015); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: 8px; padding: 20px; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.crepuscule-ledger-row:hover { border-color: rgba(253, 164, 175, 0.25); background: rgba(255, 255, 255, 0.03); transform: translateX(2px); }
.crepuscule-ledger-info { display: flex; align-items: center; gap: 15px; flex-grow: 1; min-width: 0; }
.crepuscule-ledger-title { font-size: 14.5px; font-weight: 500; color: #e2e8f0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crepuscule-badge-auto { background: rgba(253, 164, 175, 0.08); color: #fda4af; border: 1px solid rgba(253, 164, 175, 0.15); border-radius: 4px; padding: 1px 6px; font-size: 10.5px; }
.crepuscule-badge-manual { background: rgba(255, 255, 255, 0.02); color: #94a3b8; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 4px; padding: 1px 6px; font-size: 10.5px; }
.crepuscule-ledger-meta { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.crepuscule-qty-info { font-size: 11px; color: #94a3b8; }
.crepuscule-price { font-size: 18px; font-weight: bold; color: #e11d48; font-family: monospace; }
.crepuscule-btn-action { background: linear-gradient(135deg, #e11d48, #be123c); color: #fff !important; border-radius: 6px; padding: 7px 16px; border: none; font-size: 12px; font-weight: 600; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; box-shadow: 0 4px 12px rgba(225, 29, 72, 0.25); }
.crepuscule-btn-action:hover { opacity: 0.95; transform: translateY(-1px); }
.layui-form-label { background: rgba(255, 255, 255, 0.01) !important; border: 1px solid rgba(255, 255, 255, 0.06) !important; border-right: none !important; color: #e2e8f0 !important; border-radius: 6px 0 0 6px !important; }
.layui-input { border-radius: 0 6px 6px 0 !important; border: 1px solid rgba(255, 255, 255, 0.06) !important; background: rgba(0,0,0,0.2) !important; color: #fff !important; }
.layui-input:focus { border-color: #fda4af !important; box-shadow: 0 0 0 3px rgba(253, 164, 175, 0.12) !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .crepuscule-columns { flex-direction: column; padding: 0 15px; }
    .crepuscule-col-left, .crepuscule-col-center { width: 100%; }
    .crepuscule-col-right { width: 100%; }
    .crepuscule-col-left { display: none; }
}
