/* Elysian Theme: Layout 242 (Apothecary Drawers & Cinnabar Red Style) */
body { background: #fcf9f2; font-family: "Georgia", "Times New Roman", "PingFang SC", serif; color: #1c1c1c; margin: 0; padding: 0; }
.elysian-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.elysian-head-wrap { border-bottom: 2px solid #1c1c1c; padding: 25px 0; background: #fcf9f2; }
.elysian-brand-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.elysian-logo img { max-height: 44px; display: block; filter: sepia(0.5) contrast(1.15) brightness(0.95); }
.elysian-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 30px; }
.elysian-menu a { color: #1c1c1c; text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.2s; }
.elysian-menu a:hover, .elysian-menu .active { border-bottom: 2px solid #a64a3c; color: #a64a3c; }
.elysian-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.elysian-col-left { width: 25%; flex-shrink: 0; }
.elysian-col-right { width: 75%; flex-grow: 1; min-width: 0; }
.elysian-apothecary-panel { background: #faf6ee; border: 1.5px solid #1c1c1c; padding: 25px; box-sizing: border-box; position: relative; }
.elysian-apothecary-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(28, 28, 28, 0.15); pointer-events: none; margin: 4px; }
.elysian-ring-handle { width: 36px; height: 36px; border: 2px solid #1c1c1c; border-radius: 50%; margin: 20px auto; position: relative; display: flex; align-items: center; justify-content: center; }
.elysian-ring-handle::before { content: ""; width: 8px; height: 8px; background: #1c1c1c; border-radius: 50%; }
.elysian-notice-pod { background: #faf6ee; border: 1px dashed #1c1c1c; padding: 20px 25px; margin-bottom: 30px; line-height: 1.7; font-size: 13.5px; color: #1c1c1c; position: relative; }
.elysian-notice-pod::before { content: "药方笺 / NOTICE"; position: absolute; top: -10px; left: 20px; background: #fcf9f2; padding: 0 8px; font-size: 11px; font-weight: bold; color: #a64a3c; }
.elysian-section-title { font-size: 16px; font-weight: bold; color: #1c1c1c; margin: 0 0 20px 0; border-top: 1px solid #1c1c1c; border-bottom: 1px dashed #1c1c1c; padding: 10px 5px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.elysian-section-title i { margin-right: 10px; color: #a64a3c; }
.elysian-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.elysian-drawer-card { background: #faf6ee; border: 1.5px solid #1c1c1c; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; position: relative; }
.elysian-drawer-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(28, 28, 28, 0.12); pointer-events: none; margin: 3px; }
.elysian-drawer-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(28, 28, 28, 0.08); border-color: #a64a3c; }
.elysian-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.elysian-card-title { font-size: 14.5px; font-weight: bold; color: #1c1c1c; line-height: 1.5; }
.elysian-badge-auto { border: 1.5px solid #1c1c1c; color: #1c1c1c; background: rgba(28,28,28,0.02); padding: 1px 6px; font-size: 10.5px; font-weight: bold; }
.elysian-badge-manual { border: 1px dashed #7f8c8d; color: #7f8c8d; background: transparent; padding: 1px 6px; font-size: 10.5px; }
.elysian-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px dashed rgba(28, 28, 28, 0.15); padding-top: 15px; }
.elysian-price-box { display: flex; flex-direction: column; }
.elysian-qty-info { font-size: 11px; color: #7f8c8d; margin-bottom: 3px; }
.elysian-price { font-size: 19px; font-weight: bold; color: #a64a3c; font-family: "Courier New", Courier, monospace; }
.elysian-btn-action { background: transparent; color: #1c1c1c !important; border: 1.5px solid #1c1c1c; 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; }
.elysian-btn-action:hover { background: #1c1c1c; color: #faf6ee !important; }
.layui-form-label { background: #fcf9f2 !important; border: 1.5px solid #1c1c1c !important; border-right: none !important; color: #1c1c1c !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1.5px solid #1c1c1c !important; background: #ffffff !important; color: #1c1c1c !important; }
.layui-input:focus { border-color: #a64a3c !important; box-shadow: 0 0 0 3px rgba(166,74,60,0.08) !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .elysian-columns { flex-direction: column; padding: 0 15px; }
    .elysian-col-left, .elysian-col-right { width: 100%; }
    .elysian-col-left { display: none; }
}
@media (max-width: 768px) {
    .elysian-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .elysian-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .elysian-grid { grid-template-columns: 1fr; gap: 15px; }
}
