body { background: #fdfdfd; font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif; margin: 0; padding: 0; color: #2d3436; }
.cldheader { background: #1a1a1d !important; border-bottom: 3px solid #e91e63 !important; height: 60px; position: relative; z-index: 10001; }
.snrnav .layui-nav-item a { color: #cbd5e1 !important; font-weight: bold; transition: color 0.3s; }
.snrnav .layui-nav-item a:hover { color: #e91e63 !important; }
.cldcontainer { max-width: 1200px; margin: 20px auto; padding: 0 15px; }
.cldnoticebox { background: #fff; border-left: 5px solid #e91e63; border-radius: 4px; padding: 15px 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); margin-bottom: 20px; font-size: 14px; line-height: 1.8; color: #444; }
.cldsearchbox { background: #fff; border: 1px solid #edf2f7; border-radius: 4px; padding: 20px; margin-bottom: 20px; display: flex; flex-direction: column; gap: 15px; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.cldsearchtabs { display: flex; gap: 10px; border-bottom: 2px solid #edf2f7; }
.cldsearchtabitem { padding: 10px 15px; font-size: 13px; font-weight: bold; color: #718096; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.cldsearchtabitem.active { color: #e91e63; border-bottom-color: #e91e63; }
.cldsearchinputgroup { display: flex; gap: 10px; }
.cldsearchinput { flex-grow: 1; height: 42px; border: 1px solid #cbd5e1; border-radius: 4px; padding: 0 15px; font-size: 14px; outline: none; }
.cldsearchinput:focus { border-color: #e91e63; }
.cldbadgerow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 20px; }
.cldbadgecard { background: #fff; border: 1px solid #edf2f7; border-radius: 6px; padding: 15px; display: flex; align-items: center; justify-content: space-between; text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,0.01); }
.cldbadgetitle { font-size: 14px; font-weight: bold; color: #2d3748; }
.cldbadgeprice { font-size: 16px; font-weight: bold; color: #e91e63; }
.cldlayoutgrid { display: grid; grid-template-columns: 8fr 4fr; gap: 20px; }
.cldmaincol { display: flex; flex-direction: column; gap: 20px; }
.cldsidecol { display: flex; flex-direction: column; gap: 20px; }
.cldbox { background: #fff; border: 1px solid #edf2f7; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); overflow: hidden; }
.cldboxheader { background: #fcfcfc; border-bottom: 1px solid #edf2f7; padding: 12px 20px; font-size: 15px; font-weight: bold; color: #1a1a1a; display: flex; align-items: center; justify-content: space-between; border-left: 4px solid #e91e63; }
.cldboxbody { padding: 20px; }
.cldicon { margin-right: 6px; font-size: 14px; color: #e91e63; display: inline-block; vertical-align: middle; }
.cldtable { width: 100%; border-collapse: collapse; }
.cldtable th { background: #fcfcfc; text-align: left; padding: 12px 15px; font-weight: bold; color: #4a5568; font-size: 13px; border-bottom: 1px solid #edf2f7; }
.cldtable td { padding: 14px 15px; border-bottom: 1px solid #edf2f7; font-size: 14px; color: #cbd5e1; }
.cldbadge { display: inline-block; padding: 2px 6px; font-size: 11px; font-weight: bold; border-radius: 2px; border: 1px solid transparent; }
.cldbadgeauto { background: #ffe8ec; color: #e91e63; border-color: #ffb3c1; }
.cldbadgemanual { background: #f5f5f5; color: #616161; border-color: #e0e0e0; }
.cldbtn { display: inline-block; background: #e91e63; color: #fff !important; text-decoration: none; padding: 5px 15px; font-size: 12px; font-weight: bold; border-radius: 20px; border: none; cursor: pointer; transition: background 0.2s; text-align: center; }
.cldbtn:hover { background: #ff4757; }
.cldbtndisabled { background: #cbd5e1 !important; color: #94a3b8 !important; cursor: not-allowed; }
.cldgridcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 15px; }
.cldcard { border: 1px solid #fed3d6; border-radius: 4px; padding: 15px; transition: box-shadow 0.2s; display: flex; flex-direction: column; justify-content: space-between; height: 150px; background: #fff; }
.cldcard:hover { box-shadow: 0 4px 12px rgba(233,30,99,0.05); }
.cldcardtitle { font-size: 13px; font-weight: bold; color: #333; margin-bottom: 8px; line-height: 1.5; height: 42px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cldcardprice { color: #e91e63; font-size: 15px; font-weight: bold; }
.cldcardmeta { display: flex; justify-content: space-between; font-size: 12px; color: #718096; margin-top: 10px; align-items: center; }
.cldlist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.cldlistitem { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px dashed #fed3d6; }
.cldlisttitle { font-size: 13px; font-weight: bold; color: #4a5568; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 170px; text-decoration: none; }
.clddetaillayout { display: grid; grid-template-columns: 5fr 7fr; gap: 30px; background: #fff; padding: 30px; border-radius: 4px; border: 1px solid #fed3d6; }
.clddetailimg { width: 100%; border-radius: 4px; border: 1px solid #fed3d6; display: block; object-fit: contain; }
.sblformitem { margin-bottom: 18px; }
.sblformlabel { display: block; font-size: 13px; font-weight: bold; color: #4a5568; margin-bottom: 8px; }
.sblforminput { width: 100%; box-sizing: border-box; height: 40px; padding: 0 12px; border: 1px solid #cbd5e1; border-radius: 4px; font-size: 14px; outline: none; transition: border-color 0.2s; }
.sblforminput:focus { border-color: #e91e63; }
.cldlogoimg { width: 32px !important; height: 32px !important; border-radius: 4px; object-fit: contain; vertical-align: middle; margin-right: 10px; display: inline-block !important; }
.cldminilogo { width: 18px !important; height: 18px !important; border-radius: 2px; object-fit: contain; vertical-align: middle; margin-right: 6px; display: inline-block !important; }
.cldfooter { background: #fff; border-top: 1px solid #fed3d6; padding: 30px 0; text-align: center; margin-top: 50px; font-size: 13px; color: #718096; }
.cldfooter a { color: #718096; text-decoration: none; margin: 0 8px; }
.cldfooter a:hover { color: #e91e63; }
@media (max-width: 768px) {
    .adv-layout-grid { grid-template-columns: 1fr; }
    .adv-detail-layout { grid-template-columns: 1fr; }
    .adv-badge-row { grid-template-columns: repeat(2, 1fr); }
}
