:root {
    --cnd-primary: #c0392b;
    --cnd-primary-dark: #a93226;
    --cnd-accent: #e74c3c;
    --cnd-bg: #fcfaf7;
    --cnd-card-bg: #ffffff;
    --cnd-border: #f0eae1;
    --cnd-text: #2d3436;
    --cnd-sub: #636e72;
    --cnd-dark: #111111;
    --cnd-dark-card: #181818;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--cnd-bg); color: var(--cnd-text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 13px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; transition: 0.2s; }

.cnd-topbar { background: #ffffff; border-bottom: 1px solid var(--cnd-border); font-size: 12px; height: 36px; line-height: 36px; color: var(--cnd-sub); }
.cnd-topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: flex-end; align-items: center; }

.cnd-header { background: #ffffff; padding: 18px 0; border-bottom: 1px solid var(--cnd-border); }
.cnd-header-inner { max-width: 1280px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; }
.cnd-logo img { height: 42px; width: auto; max-width: 180px; object-fit: contain; }

.cnd-nav-bar { background: #ffffff; border-bottom: 2px solid var(--cnd-primary); }
.cnd-nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 15px; }
.cnd-nav-list { display: flex; list-style: none; flex-wrap: wrap; }
.cnd-nav-list li a { display: block; padding: 12px 22px; color: #2d3436; font-size: 14px; font-weight: 700; }
.cnd-nav-list li a:hover, .cnd-nav-list li.active a { color: var(--cnd-primary); }

.cnd-notice { max-width: 1280px; margin: 15px auto 0; padding: 10px 15px; background: #fdf2f2; border-left: 4px solid var(--cnd-primary); border-radius: 4px; color: var(--cnd-primary-dark); font-size: 13px; }

.cnd-container { max-width: 1280px; margin: 25px auto; padding: 0 15px; min-height: 60vh; }

.cnd-hero-banner { background: linear-gradient(135deg, #111111 0%, #2c3e50 100%); color: #ffffff; padding: 45px 25px; text-align: center; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.cnd-hero-banner h1 { font-family: "Georgia", serif; font-size: 32px; font-weight: bold; letter-spacing: 1px; color: #ffffff; margin-bottom: 6px; }
.cnd-hero-banner p { font-size: 14px; opacity: 0.9; color: #dcdde1; }

.cnd-section-head { text-align: center; margin: 35px 0 20px; }
.cnd-section-title { font-family: "Georgia", serif; font-size: 22px; font-weight: bold; color: #0f172a; }
.cnd-section-sub { font-size: 12px; color: var(--cnd-primary); margin-top: 3px; text-transform: uppercase; letter-spacing: 1px; }

.cnd-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cnd-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cnd-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.cnd-card-dark { background: var(--cnd-dark-card); border: 1px solid #333333; border-radius: 8px; padding: 18px 14px; text-align: center; transition: 0.2s; position: relative; color: #ffffff; }
.cnd-card-dark:hover { border-color: var(--cnd-primary); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.5); }
.cnd-card-dark .cnd-card-name { color: #ffffff; }

.cnd-card-item { background: #ffffff; border: 1px solid var(--cnd-border); border-radius: 8px; padding: 16px; text-align: center; transition: 0.2s; position: relative; }
.cnd-card-item:hover { border-color: var(--cnd-primary); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(192,57,43,0.1); }
.cnd-card-img-box { width: 100%; height: 110px; background: #fdfaf7; border-radius: 6px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.cnd-card-img-box img { max-width: 70px; max-height: 70px; object-fit: contain; }
.cnd-card-name { font-size: 13px; font-weight: 700; color: var(--cnd-text); height: 36px; overflow: hidden; margin-bottom: 8px; }
.cnd-card-price { font-size: 16px; font-weight: 800; color: var(--cnd-primary); margin-bottom: 10px; font-family: monospace; }
.cnd-btn-buy { display: block; width: 100%; padding: 7px 0; background: var(--cnd-primary); color: #ffffff; font-size: 12px; font-weight: bold; text-align: center; border-radius: 4px; }
.cnd-btn-buy:hover { background: var(--cnd-primary-dark); }

.cnd-dark-section { background: var(--cnd-dark); padding: 35px 25px; border-radius: 12px; margin-bottom: 35px; color: #ffffff; }

.cnd-box { background: #ffffff; border: 1px solid var(--cnd-border); margin-bottom: 25px; padding: 20px; border-radius: 8px; }
.cnd-row-item { display: flex; align-items: center; justify-content: space-between; padding: 10px 8px; border-bottom: 1px dashed var(--cnd-border); font-size: 13px; }
.cnd-row-item:last-child { border-bottom: none; }

.cnd-detail-layout { display: flex; gap: 30px; background: #ffffff; border: 1px solid var(--cnd-border); padding: 30px; border-radius: 10px; }
.cnd-detail-media { flex: 0 0 280px; text-align: center; }
.cnd-detail-img-wrap { width: 230px; height: 230px; margin: 0 auto 12px; border: 1px solid var(--cnd-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; background: #fdfaf7; padding: 12px; }
.cnd-detail-img-wrap img { max-width: 190px; max-height: 190px; object-fit: contain; }
.cnd-detail-info { flex: 1; }
.cnd-detail-name { font-family: "Georgia", serif; font-size: 20px; font-weight: bold; color: var(--cnd-text); margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid var(--cnd-border); }
.cnd-detail-meta-box { background: #fdf2f2; border: 1px solid #fbd5d5; padding: 15px 20px; border-radius: 8px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }

.cnd-form-group { margin-bottom: 15px; }
.cnd-form-label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 13px; color: #475569; }
.cnd-input { width: 100%; height: 40px; background: #ffffff; border: 1px solid var(--cnd-border); border-radius: 4px; padding: 0 12px; outline: none; font-size: 13px; }
.cnd-input:focus { border-color: var(--cnd-primary); }
.cnd-btn-submit { width: 100%; height: 44px; background: var(--cnd-primary); color: #ffffff; font-size: 15px; font-weight: bold; border: none; border-radius: 4px; cursor: pointer; transition: 0.2s; }
.cnd-btn-submit:hover { background: var(--cnd-primary-dark); }

.cnd-footer { background: var(--cnd-dark); color: #94a3b8; padding: 35px 15px; text-align: center; margin-top: 40px; font-size: 13px; }
.cnd-footer-links { margin-bottom: 10px; }
.cnd-footer-links a { color: #ffffff; margin: 0 10px; font-weight: 500; }
.cnd-footer-links a:hover { color: var(--cnd-primary); }

@media (max-width: 992px) {
    .cnd-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .cnd-grid-3 { grid-template-columns: 1fr; }
    .cnd-grid-2 { grid-template-columns: 1fr; }
    .cnd-detail-layout { flex-direction: column; }
    .cnd-detail-media { flex: 1; }
}
@media (max-width: 640px) {
    .cnd-grid-4 { grid-template-columns: 1fr; }
    .cnd-nav-list li a { padding: 9px 12px; font-size: 13px; }
}
