body { background: #f4f5f6; font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif; margin: 0; padding: 0; color: #333; }
.detheader { background: #1060a8 !important; border-bottom: 3px solid #0d4a84 !important; height: 60px; position: relative; z-index: 10001; }
.snrnav .layui-nav-item a { color: #fff !important; font-weight: bold; transition: color 0.3s; }
.snrnav .layui-nav-item a:hover { color: #00ffcc !important; }
.detcontainer { max-width: 1200px; margin: 20px auto; padding: 0 15px; }
.detnoticebox { background: #fff; border-left: 5px solid #1060a8; 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; }
.detsearchbox { 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); }
.detsearchtabs { display: flex; gap: 10px; border-bottom: 2px solid #edf2f7; }
.detsearchtabitem { padding: 10px 15px; font-size: 13px; font-weight: bold; color: #718096; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.detsearchtabitem.active { color: #1060a8; border-bottom-color: #1060a8; }
.detsearchinputgroup { display: flex; gap: 10px; }
.detsearchinput { flex-grow: 1; height: 42px; border: 1px solid #cbd5e1; border-radius: 4px; padding: 0 15px; font-size: 14px; outline: none; }
.detsearchinput:focus { border-color: #1060a8; }
.detbadgerow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 20px; }
.detbadgecard { 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); }
.detbadgetitle { font-size: 14px; font-weight: bold; color: #2d3748; }
.detbadgeprice { font-size: 16px; font-weight: bold; color: #1060a8; }
.detlayoutgrid { display: grid; grid-template-columns: 8fr 4fr; gap: 20px; }
.detmaincol { display: flex; flex-direction: column; gap: 20px; }
.detsidecol { display: flex; flex-direction: column; gap: 20px; }
.detbox { background: #fff; border: 1px solid #edf2f7; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); overflow: hidden; }
.detboxheader { 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 #1060a8; }
.detboxbody { padding: 20px; }
.deticon { margin-right: 6px; font-size: 14px; color: #1060a8; display: inline-block; vertical-align: middle; }
.dettable { width: 100%; border-collapse: collapse; }
.dettable th { background: #fcfcfc; text-align: left; padding: 12px 15px; font-weight: bold; color: #4a5568; font-size: 13px; border-bottom: 1px solid #edf2f7; }
.dettable td { padding: 14px 15px; border-bottom: 1px solid #edf2f7; font-size: 14px; color: #4a5568; }
.detbadge { display: inline-block; padding: 2px 6px; font-size: 11px; font-weight: bold; border-radius: 2px; border: 1px solid transparent; }
.detbadgeauto { background: #e3f2fd; color: #1e88e5; border-color: #bbdefb; }
.detbadgemanual { background: #f5f5f5; color: #616161; border-color: #e0e0e0; }
.detbtn { display: inline-block; background: #1060a8; 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; }
.detbtn:hover { background: #0d4a84; }
.detbtndisabled { background: #cbd5e1 !important; color: #94a3b8 !important; cursor: not-allowed; }
.detgridcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 15px; }
.detcard { 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; }
.detcard:hover { box-shadow: 0 4px 12px rgba(16,96,168,0.05); }
.detcardtitle { 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; }
.detcardprice { color: #1060a8; font-size: 15px; font-weight: bold; }
.detcardmeta { display: flex; justify-content: space-between; font-size: 12px; color: #718096; margin-top: 10px; align-items: center; }
.detlist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.detlistitem { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px dashed #fed3d6; }
.detlisttitle { font-size: 13px; font-weight: bold; color: #4a5568; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 170px; text-decoration: none; }
.detdetaillayout { display: grid; grid-template-columns: 5fr 7fr; gap: 30px; background: #fff; padding: 30px; border-radius: 4px; border: 1px solid #fed3d6; }
.detdetailimg { 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: #1060a8; }
.detlogoimg { width: 32px !important; height: 32px !important; border-radius: 4px; object-fit: contain; vertical-align: middle; margin-right: 10px; display: inline-block !important; }
.detminilogo { width: 18px !important; height: 18px !important; border-radius: 2px; object-fit: contain; vertical-align: middle; margin-right: 6px; display: inline-block !important; }
.dettagcontainer { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 0; }
.dettagitem { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 4px; font-size: 12px; background: #fff; border: 1px solid #edf2f7; white-space: nowrap; color: #4a5568; text-decoration: none; transition: background 0.2s; }
.dettagitem:hover { background: #e3f2fd; color: #1060a8; }
.detfooter { background: #fff; border-top: 1px solid #fed3d6; padding: 30px 0; text-align: center; margin-top: 50px; font-size: 13px; color: #718096; }
.detfooter a { color: #718096; text-decoration: none; margin: 0 8px; }
.detfooter a:hover { color: #ff6b81; }
@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); }
}
