body { background: #f5f6fa; font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif; margin: 0; padding: 0; color: #2d3436; }
.posheader { background: #ffffff !important; border-bottom: 3px solid #ff4757 !important; height: 60px; position: relative; z-index: 10001; }
.snrnav .layui-nav-item a { color: #2d3748 !important; font-weight: bold; transition: color 0.3s; }
.snrnav .layui-nav-item a:hover { color: #ff4757 !important; }
.poscontainer { max-width: 1200px; margin: 20px auto; padding: 0 15px; }
.posnoticebox { background: #fff; border-left: 5px solid #ff4757; 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; }
.possearchbox { 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); }
.possearchtabs { display: flex; gap: 10px; border-bottom: 2px solid #edf2f7; }
.possearchtabitem { padding: 10px 15px; font-size: 13px; font-weight: bold; color: #718096; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.possearchtabitem.active { color: #ff4757; border-bottom-color: #ff4757; }
.possearchinputgroup { display: flex; gap: 10px; }
.possearchinput { flex-grow: 1; height: 42px; border: 1px solid #cbd5e1; border-radius: 4px; padding: 0 15px; font-size: 14px; outline: none; }
.possearchinput:focus { border-color: #ff4757; }
.posbadgerow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 20px; }
.posbadgecard { 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); }
.posbadgetitle { font-size: 14px; font-weight: bold; color: #2d3748; }
.posbadgeprice { font-size: 16px; font-weight: bold; color: #ff4757; }
.poslayoutgrid { display: grid; grid-template-columns: 8fr 4fr; gap: 20px; }
.posmaincol { display: flex; flex-direction: column; gap: 20px; }
.possidecol { display: flex; flex-direction: column; gap: 20px; }
.posbox { background: #fff; border: 1px solid #edf2f7; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); overflow: hidden; }
.posboxheader { 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 #ff4757; }
.posboxbody { padding: 20px; }
.posicon { margin-right: 6px; font-size: 14px; color: #ff4757; display: inline-block; vertical-align: middle; }
.postable { width: 100%; border-collapse: collapse; }
.postable th { background: #fcfcfc; text-align: left; padding: 12px 15px; font-weight: bold; color: #4a5568; font-size: 13px; border-bottom: 1px solid #edf2f7; }
.postable td { padding: 14px 15px; border-bottom: 1px solid #edf2f7; font-size: 14px; color: #4a5568; }
.posbadge { display: inline-block; padding: 2px 6px; font-size: 11px; font-weight: bold; border-radius: 2px; border: 1px solid transparent; }
.posbadgeauto { background: #ffe8ec; color: #ff4757; border-color: #ffb3c1; }
.posbadgemanual { background: #f5f5f5; color: #616161; border-color: #e0e0e0; }
.posbtn { display: inline-block; background: #ff4757; 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; }
.posbtn:hover { background: #ff6b81; }
.posbtndisabled { background: #cbd5e1 !important; color: #94a3b8 !important; cursor: not-allowed; }
.posgridcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 15px; }
.poscard { 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; }
.poscard:hover { box-shadow: 0 4px 12px rgba(255,107,129,0.05); }
.poscardtitle { 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; }
.poscardprice { color: #ff4757; font-size: 15px; font-weight: bold; }
.poscardmeta { display: flex; justify-content: space-between; font-size: 12px; color: #718096; margin-top: 10px; align-items: center; }
.poslist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.poslistitem { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px dashed #fed3d6; }
.poslisttitle { font-size: 13px; font-weight: bold; color: #4a5568; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 170px; text-decoration: none; }
.posdetaillayout { display: grid; grid-template-columns: 5fr 7fr; gap: 30px; background: #fff; padding: 30px; border-radius: 4px; border: 1px solid #fed3d6; }
.posdetailimg { 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: #ff6b81; }
.poslogoimg { width: 32px !important; height: 32px !important; border-radius: 4px; object-fit: contain; vertical-align: middle; margin-right: 10px; display: inline-block !important; }
.posminilogo { width: 18px !important; height: 18px !important; border-radius: 2px; object-fit: contain; vertical-align: middle; margin-right: 6px; display: inline-block !important; }
.posfooter { background: #fff; border-top: 1px solid #fed3d6; padding: 30px 0; text-align: center; margin-top: 50px; font-size: 13px; color: #718096; }
.posfooter a { color: #718096; text-decoration: none; margin: 0 8px; }
.posfooter 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); }
}
