/* Apricity Theme: Layout 036 (Asymmetric Multi-Column Split & Warm Minimalist Style) */
body { background: #faf8f5; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #2d2d2a; margin: 0; padding: 0; }
.apricity-layout { display: flex; min-height: 100vh; position: relative; }
.apricity-left-panel { width: 320px; background: #1c1c1a; color: #f4f4f0; padding: 40px 30px; box-sizing: border-box; display: flex; flex-direction: column; flex-shrink: 0; border-right: 1px solid rgba(0,0,0,0.1); position: fixed; height: 100vh; top: 0; left: 0; z-index: 999; justify-content: space-between; }
.apricity-logo { text-align: center; margin-bottom: 50px; }
.apricity-logo img { max-height: 48px; display: inline-block; filter: brightness(0.95); }
.apricity-nav { list-style: none; padding: 0; margin: 0; }
.apricity-nav li { margin-bottom: 15px; }
.apricity-nav a { display: block; padding: 14px 20px; color: rgba(244,244,240,0.75); text-decoration: none; border-radius: 8px; font-size: 14px; font-weight: 500; transition: all 0.25s; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.04); }
.apricity-nav a:hover, .apricity-nav .active { background: #b45309; color: #fff; border-color: #d97706; box-shadow: 0 4px 15px rgba(180,83,9,0.25); }
.apricity-right-panel { flex-grow: 1; margin-left: 320px; padding: 50px; box-sizing: border-box; background: #faf8f5; min-width: 0; }
.apricity-notice-bar { background: #fff; border-radius: 8px; padding: 18px 25px; box-shadow: 0 4px 12px rgba(0,0,0,0.02); border: 1px solid #e5e7eb; margin-bottom: 35px; line-height: 1.6; font-size: 14px; }
.apricity-notice-bar i { margin-right: 8px; color: #b45309; }
.apricity-section-title { font-size: 18px; font-weight: bold; color: #1c1c1a; margin: 40px 0 20px 0; border-bottom: 2px solid #e5e7eb; padding-bottom: 12px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 0.5px; }
.apricity-section-title i { margin-right: 10px; color: #b45309; }
.apricity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.apricity-card { background: #fff; border-radius: 12px; padding: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.02); border: 1px solid #f3f4f6; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; }
.apricity-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(180,83,9,0.05); border-color: rgba(180,83,9,0.15); }
.apricity-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; }
.apricity-card-title { font-size: 15px; font-weight: 600; color: #1c1c1a; line-height: 1.5; word-break: break-all; }
.apricity-badge-auto { background: #fef3c7; color: #b45309; border: 1px solid #fde68a; border-radius: 4px; padding: 2px 8px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.apricity-badge-manual { background: #f3f4f6; color: #4b5563; border: 1px solid #e5e7eb; border-radius: 4px; padding: 2px 8px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.apricity-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; }
.apricity-price-box { display: flex; flex-direction: column; }
.apricity-price-label { font-size: 11px; color: #9ca3af; margin-bottom: 2px; }
.apricity-price { font-size: 22px; font-weight: bold; color: #b45309; font-family: Arial; }
.apricity-btn-buy { background: #1c1c1a; color: #fff !important; border-radius: 6px; padding: 8px 20px; border: none; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; text-align: center; }
.apricity-btn-buy:hover { background: #b45309; box-shadow: 0 4px 12px rgba(180,83,9,0.25); }
.apricity-info-panel { background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); border: 1px solid #e5e7eb; padding: 35px; box-sizing: border-box; }
.layui-form-label { background: #fbfbf9 !important; border: 1px solid #e5e7eb !important; border-right: none !important; color: #4b5563 !important; border-radius: 6px 0 0 6px !important; }
.layui-input { border-radius: 0 6px 6px 0 !important; border: 1px solid #e5e7eb !important; }
.layui-input:focus { border-color: #b45309 !important; box-shadow: 0 0 0 3px rgba(180,83,9,0.1) !important; }

/* Mobile Adaptations */
@media (max-width: 768px) {
    .apricity-left-panel { width: 100%; height: auto; position: relative; padding: 15px 20px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
    .apricity-logo { margin-bottom: 0; }
    .apricity-nav { display: none; }
    .apricity-right-panel { margin-left: 0; padding: 20px; }
    .apricity-grid { grid-template-columns: 1fr; gap: 15px; }
}
