/* Limerence Theme: Layout 332 (Honeycomb Bento & Claymorphic Mint Jelly Style) */
body { background: #f0fbf0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: #2d4a38; margin: 0; padding: 0; }
.limerence-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.limerence-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(0,176,80,0.03); display: flex; justify-content: space-between; align-items: center; }
.limerence-logo img { max-height: 40px; display: block; filter: sepia(0.1) contrast(1.1) brightness(0.95); }
.limerence-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 10px; }
.limerence-menu a { color: #5a7362; text-decoration: none; font-size: 13.5px; font-weight: 600; padding: 10px 20px; border-radius: 50px; transition: all 0.25s; }
.limerence-menu a:hover, .limerence-menu .active { background: #00b050; color: #ffffff; box-shadow: 0 6px 15px rgba(0,176,80,0.2); }
.limerence-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.limerence-col-left { width: 30%; flex-shrink: 0; }
.limerence-col-right { width: 70%; flex-grow: 1; min-width: 0; }
.limerence-honey-panel { background: #ffffff; border-radius: 24px; padding: 35px 25px; box-sizing: border-box; border: 1.5px solid rgba(0,176,80,0.04); 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; }
.limerence-jelly-knob { width: 44px; height: 44px; border-radius: 50%; background: #f0fbf0; margin: 25px auto; box-shadow: inset 0 4px 8px rgba(0,176,80,0.06), 0 2px 4px rgba(255,255,255,0.9); border: 1px solid rgba(0,176,80,0.02); }
.limerence-notice-pod { background: #ffffff; border-radius: 20px; padding: 20px 28px; margin-bottom: 30px; line-height: 1.6; font-size: 13.5px; color: #2d4a38; border: 1.5px solid rgba(0,176,80,0.04); position: relative; box-shadow: 0 8px 25px rgba(0,0,0,0.01), inset 0 2px 4px rgba(255,255,255,0.9); }
.limerence-notice-pod::before { content: "标本通告 // MINT_LOG"; position: absolute; top: -10px; left: 25px; background: #f0fbf0; padding: 0 8px; font-size: 11px; font-weight: bold; color: #00b050; }
.limerence-section-title { font-size: 16px; font-weight: bold; color: #2d4a38; margin: 0 0 20px 0; border-bottom: 2px solid rgba(0,176,80,0.06); padding-bottom: 12px; display: flex; align-items: center; letter-spacing: 0.5px; }
.limerence-section-title i { margin-right: 8px; color: #00b050; }
.limerence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.limerence-honeycomb-card { background: #ffffff; border-radius: 18px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; box-shadow: 0 8px 25px rgba(0,176,80,0.015), inset 0 2px 4px rgba(255,255,255,0.9); border: 1.5px solid rgba(0,176,80,0.03); transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.limerence-honeycomb-card:hover { transform: scale(1.02); box-shadow: 0 15px 35px rgba(0,176,80,0.04), inset 0 2px 4px rgba(255,255,255,0.9); border-color: #00b050; }
.limerence-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.limerence-card-title { font-size: 14.5px; font-weight: bold; color: #2d4a38; line-height: 1.5; }
.limerence-badge-auto { background: #e6f4ea; color: #137333; border: 1px solid #ceead6; border-radius: 50px; padding: 2px 10px; font-size: 10.5px; font-weight: bold; }
.limerence-badge-manual { background: #f1f3f4; color: #5f6368; border: 1px solid #dadce0; border-radius: 50px; padding: 2px 10px; font-size: 10.5px; }
.limerence-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px solid rgba(0,176,80,0.05); padding-top: 15px; }
.limerence-price-box { display: flex; flex-direction: column; }
.limerence-qty-info { font-size: 11px; color: #5a7362; margin-bottom: 3px; }
.limerence-price { font-size: 19px; font-weight: bold; color: #00b050; }
.limerence-btn-action { background: #00b050; 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(0,176,80,0.15); }
.limerence-btn-action:hover { opacity: 0.95; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(0,176,80,0.25); }
.limerence-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(0,176,80,0.03); padding: 35px; box-sizing: border-box; }
.layui-form-label { background: #f0fbf0 !important; border: 1px solid #ceead6 !important; border-right: none !important; color: #2d4a38 !important; border-radius: 50px 0 0 50px !important; font-weight: bold !important; }
.layui-input { border-radius: 0 50px 50px 0 !important; border: 1px solid #ceead6 !important; background: #ffffff !important; color: #2d4a38 !important; }
.layui-input:focus { border-color: #00b050 !important; box-shadow: 0 0 0 3px rgba(0,176,80,0.08) !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .limerence-columns { flex-direction: column; padding: 0 15px; }
    .limerence-col-left, .limerence-col-right { width: 100%; }
    .limerence-col-left { display: none; }
}
@media (max-width: 768px) {
    .limerence-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .limerence-menu { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .limerence-grid { grid-template-columns: 1fr; gap: 15px; }
}
