* { box-sizing: border-box; margin: 0; padding: 0; }
body.midnight-body { background-color: #f5f6f8; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.midnight-container { max-width: 960px; margin: 0 auto; padding: 0 15px; width: 100%; }
.midnight-header { background: #ffffff; border-bottom: 1px solid #eef2f6; padding: 15px 0; }
.midnight-header-wrap { display: flex; justify-content: space-between; align-items: center; }
.midnight-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.midnight-nav { display: flex; list-style: none; align-items: center; }
.midnight-nav-item a { display: block; padding: 0 15px; font-size: 14px; color: #666666; font-weight: bold; transition: color 0.3s; }
.midnight-nav-item a:hover, .midnight-nav-item.active a { color: #ff4a5a; }
.midnight-search-box { display: flex; align-items: center; background: #f5f6f8; border-radius: 20px; overflow: hidden; height: 32px; border: 1px solid #eef2f6; padding: 0 10px; }
.midnight-search-input { background: none; border: none; padding: 0 10px; font-size: 12px; height: 100%; width: 150px; outline: none; }
.midnight-search-btn { background: none; border: none; color: #ff4a5a; cursor: pointer; font-size: 14px; }
.midnight-notice { background: #ffffff; border-left: 4px solid #ff4a5a; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin: 20px auto; padding: 12px 20px; font-size: 14px; color: #555555; }
.midnight-sec-title { font-size: 18px; font-weight: 700; color: #111111; margin: 30px 0 15px; border-bottom: 1px solid #eef2f6; padding-bottom: 8px; }
.midnight-featured-row { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; display: flex; gap: 20px; margin-bottom: 20px; align-items: center; }
@media (max-width: 768px) { .midnight-featured-row { flex-direction: column; text-align: center; } }
.midnight-featured-img { width: 150px; height: 110px; object-fit: contain; border-radius: 6px; border: 1px solid #eee; flex-shrink: 0; }
.midnight-featured-text { flex-grow: 1; min-width: 0; }
.double-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .double-card-grid { grid-template-columns: 1fr; } }
.midnight-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 15px; display: flex; gap: 15px; align-items: center; transition: all 0.3s; }
.midnight-card:hover { border-color: #ff4a5a; box-shadow: 0 4px 15px rgba(255,74,90,0.08); }
.midnight-card-img { width: 80px; height: 80px; object-fit: contain; border-radius: 4px; border: 1px solid #eee; flex-shrink: 0; }
.midnight-red-banner { background: #ff4a5a; color: #ffffff; padding: 30px; border-radius: 8px; margin-bottom: 30px; }
.midnight-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eef2f6; }
.midnight-table th, .midnight-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #eef2f6; font-size: 14px; }
.midnight-table th { background: #fff5f5; color: #ff4a5a; font-weight: 600; }
.midnight-btn { background: #ff4a5a; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: background 0.3s; }
.midnight-btn:hover { background: #e03d4c; }
.midnight-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.midnight-footer { background: #ffffff; color: #666666; padding: 40px 0 20px; text-align: center; font-size: 14px; border-top: 1px solid #eef2f6; }
.midnight-footer-links a { color: #333333; margin: 0 10px; font-weight: bold; }
.midnight-footer-links a:hover { color: #ff4a5a; }
.midnight-footer-sep { color: #eef2f6; }
.midnight-copyright { margin-top: 20px; font-size: 13px; color: #999999; }
.midnight-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.midnight-badge-auto { background: #fff5f5; color: #ff4a5a; }
.midnight-badge-manual { background: #f5f5f5; color: #616161; }
.midnight-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #eef2f6; }
