/* Ataraxia Theme: Layout 022 (Aside Clamped & Tatami Woven Straw Style) */
body { background: #ebe3cc; font-family: "Georgia", "Times New Roman", "PingFang SC", serif; color: #5c634c; margin: 0; padding: 0; min-height: 100vh; }
.ataraxia-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.ataraxia-head-bar { background: #fffef5; border-bottom: 2px solid #5c634c; padding: 15px 30px; box-sizing: border-box; }
.ataraxia-header-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.text-decor { text-shadow: 0px 1px 0px rgba(255,255,255,0.8); }
.ataraxia-logo img { max-height: 38px; display: block; filter: grayscale(1) sepia(0.3) contrast(1.1); }
.ataraxia-nav { display: flex; list-style: none; padding: 0; margin: 0; gap: 20px; }
.ataraxia-nav a { color: rgba(92, 99, 76, 0.8); text-decoration: none; font-size: 13.5px; font-weight: bold; padding: 8px 16px; border: 1px solid transparent; transition: all 0.2s; }
.ataraxia-nav a:hover, .ataraxia-nav .active { color: #8c6c4c; border-color: #5c634c; background: #fffef5; }
.ataraxia-columns { display: flex; gap: 24px; max-width: 1200px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.ataraxia-col-left { width: 20%; flex-shrink: 0; }
.ataraxia-col-center { width: 55%; flex-grow: 1; min-width: 0; }
.ataraxia-col-right { width: 25%; flex-shrink: 0; }
.ataraxia-glass-panel { background: #fffef5; border: 1px solid #5c634c; border-radius: 4px; padding: 25px; box-sizing: border-box; margin-bottom: 24px; }
.ataraxia-menu-vertical { list-style: none; padding: 0; margin: 0; }
.ataraxia-menu-vertical li { margin-bottom: 8px; }
.ataraxia-menu-vertical a { display: block; padding: 11px 15px; color: #5c634c; text-decoration: none; font-size: 13px; background: #fbf9f2; transition: all 0.25s; border-left: 2px solid transparent; }
.ataraxia-menu-vertical a:hover, .ataraxia-menu-vertical .active { background: #f5ecd7; border-left-color: #8c6c4c; color: #8c6c4c; }
.ataraxia-notice-capsule { background: rgba(92, 99, 76, 0.02); border: 1px solid #5c634c; padding: 15px 20px; border-radius: 0; font-size: 13px; line-height: 1.6; color: #5c634c; margin-bottom: 20px; position: relative; }
.ataraxia-notice-capsule::before { content: "茶席通告 // NOTICE"; position: absolute; top: -11px; left: 15px; background: #ebe3cc; padding: 0 8px; font-size: 10.5px; font-weight: bold; color: #8c6c4c; }
.ataraxia-section-title { font-size: 15px; font-weight: bold; color: #5c634c; margin: 0 0 20px 0; border-top: 1px solid #5c634c; border-bottom: 1px dashed #5c634c; padding: 10px 5px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.ataraxia-section-title i { margin-right: 8px; color: #8c6c4c; }
.ataraxia-ledger-list { display: flex; flex-direction: column; border-top: 1.5px solid #5c634c; }
.ataraxia-ledger-row { background: #fffef5; border-bottom: 1.5px solid #5c634c; padding: 20px; display: flex; align-items: center; justify-content: space-between; transition: all 0.25s ease-in-out; }
.ataraxia-ledger-row:hover { background: #fbf9f2; transform: translateX(2px); }
.ataraxia-ledger-info { display: flex; align-items: center; gap: 15px; flex-grow: 1; min-width: 0; }
.ataraxia-ledger-title { font-size: 14.5px; font-weight: bold; color: #5c634c; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ataraxia-badge-auto { border: 1px solid #5c634c; color: #5c634c; background: transparent; padding: 1px 6px; font-size: 10.5px; font-weight: bold; }
.ataraxia-badge-manual { border: 1px dashed #7f8c8d; color: #7f8c8d; background: transparent; padding: 1px 6px; font-size: 10.5px; }
.ataraxia-ledger-meta { display: flex; align-items: center; gap: 25px; flex-shrink: 0; }
.ataraxia-qty-info { font-size: 11px; color: #7f8c8d; }
.ataraxia-price { font-size: 19px; font-weight: bold; color: #8c6c4c; }
.ataraxia-btn-action { background: transparent; color: #5c634c !important; border: 1.5px solid #5c634c; padding: 6px 16px; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; }
.ataraxia-btn-action:hover { background: #5c634c; color: #fffef5 !important; }
.ataraxia-pod-panel { border: 1px solid #5c634c; background: #fffef5; padding: 35px; box-sizing: border-box; }
.layui-form-label { background: #fffef5 !important; border: 1px solid #5c634c !important; border-right: none !important; color: #5c634c !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1px solid #5c634c !important; background: #ffffff !important; color: #5c634c !important; }
.layui-input:focus { border-color: #8c6c4c !important; box-shadow: none !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .ataraxia-columns { flex-direction: column; padding: 0 15px; }
    .ataraxia-col-left, .ataraxia-col-right { width: 100%; }
    .ataraxia-col-center { width: 100%; }
    .ataraxia-col-left { display: none; }
}
@media (max-width: 768px) {
    .ataraxia-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .ataraxia-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .ataraxia-ledger-row { flex-direction: column; align-items: stretch; gap: 15px; padding: 15px 5px; }
    .ataraxia-ledger-info { gap: 10px; }
    .ataraxia-ledger-meta { justify-content: space-between; border-top: 1px dashed #eee; padding-top: 15px; }
}
