body { background-color: #fffbf0; color: #1e293b; font-family: "Nunito", "Quicksand", "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.ptl-wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

/* 悬浮奶油顶栏 */
.ptl-header { background: #ffffff; border-bottom: 3px solid #1e293b; position: sticky; top: 0; z-index: 100; height: 75px; display: flex; align-items: center; box-shadow: 0 4px 0 rgba(30, 41, 59, 0.05); }
.ptl-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.ptl-logo img { height: 30px; border: 2px solid #1e293b; border-radius: 50px; padding: 3px 8px; background: #fffbf0; box-shadow: 2px 2px 0 #1e293b; }

.ptl-menu { list-style: none; display: flex; gap: 35px; margin: 0; padding: 0; }
.ptl-menu a { font-size: 15px; color: #475569; font-weight: 800; transition: 0.2s; padding: 10px 15px; border-radius: 20px; border: 2px solid transparent; }
.ptl-menu a:hover, .ptl-active { color: #1e293b !important; background: #fbcfe8; border: 2px solid #1e293b; box-shadow: 2px 2px 0 #1e293b; }

.ptl-user-btn { font-size: 14px; color: #ffffff; background: #1e293b; padding: 10px 24px; border-radius: 50px; font-weight: 800; border: 3px solid #1e293b; box-shadow: 3px 3px 0 #ec4899; transition: 0.2s; }
.ptl-user-btn:hover { background: #ec4899; box-shadow: 3px 3px 0 #1e293b; transform: translate(-1px, -1px); }

/* 波普通知条 */
.ptl-notice { background: #fde047; border: 3px solid #1e293b; box-shadow: 4px 4px 0 #1e293b; padding: 16px 25px; margin: 35px 0; border-radius: 20px; display: flex; align-items: center; gap: 15px; }
.ptl-notice-dot { background: #1e293b; color: #fde047; padding: 4px 10px; border-radius: 12px; font-size: 12px; font-weight: 900; letter-spacing: 1px; flex-shrink: 0; }
.ptl-notice-txt { font-size: 15px; color: #1e293b; font-weight: 700; line-height: 1.6; }

/* 列表标题 */
.ptl-sec-title { font-size: 22px; font-weight: 900; color: #1e293b; margin: 50px 0 25px; display: inline-block; position: relative; z-index: 1; }
.ptl-sec-title::after { content: ""; position: absolute; bottom: 4px; left: -5px; right: -5px; height: 12px; background: #a7f3d0; z-index: -1; border-radius: 6px; }

/* 潮玩盲盒列表流 */
.ptl-list-box { display: flex; flex-direction: column; gap: 20px; margin-bottom: 70px; }
.ptl-list-row { background: #ffffff; border: 3px solid #1e293b; padding: 20px 25px; display: flex; align-items: center; transition: 0.2s; border-radius: 24px; box-shadow: 5px 5px 0 #1e293b; cursor: pointer; }
.ptl-list-row:hover { background: #fdf2f8; box-shadow: 6px 6px 0 #ec4899; transform: translate(-2px, -2px); border-color: #1e293b; }

.ptl-item-img { width: 70px; height: 70px; border-radius: 16px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 3px solid #1e293b; background: #fffbf0; padding: 4px; }
.ptl-item-img img { width: 100%; height: 100%; object-fit: contain; }

.ptl-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 10px; }
.ptl-item-name { font-size: 18px; font-weight: 800; color: #1e293b; }
.ptl-item-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 800; color: #64748b; }
.ptl-badge-auto { color: #1e293b; background: #a7f3d0; padding: 4px 12px; border-radius: 50px; border: 2px solid #1e293b; }
.ptl-badge-hand { color: #1e293b; background: #e2e8f0; padding: 4px 12px; border-radius: 50px; border: 2px solid #1e293b; }
.ptl-item-stock { color: #475569; }

.ptl-item-action { display: flex; align-items: center; gap: 30px; margin-left: 20px; }
.ptl-item-price { font-size: 24px; font-weight: 900; color: #ec4899; font-family: "Nunito", sans-serif; }
.ptl-btn-buy { background: #1e293b; color: #ffffff; padding: 10px 28px; font-size: 14px; font-weight: 800; border-radius: 50px; border: 2px solid #1e293b; transition: 0.2s; box-shadow: 2px 2px 0 #a7f3d0; }
.ptl-list-row:hover .ptl-btn-buy { background: #ec4899; color: #fff; box-shadow: 3px 3px 0 #1e293b; }

/* 详情页面贴纸风 */
.ptl-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.ptl-detail-visual { width: 45%; background: #ffffff; border: 3px solid #1e293b; padding: 25px; border-radius: 30px; box-shadow: 6px 6px 0 #a7f3d0; display: flex; justify-content: center; align-items: center; }
.ptl-detail-visual img { width: 100%; border-radius: 16px; border: 3px solid #1e293b; }
.ptl-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 3px solid #1e293b; border-radius: 30px; box-shadow: 6px 6px 0 #1e293b; }

.ptl-detail-h1 { font-size: 24px; font-weight: 900; color: #1e293b; margin-bottom: 25px; line-height: 1.4; }
.ptl-price-ribbon { background: #fdf2f8; padding: 20px 25px; border-radius: 20px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border: 3px solid #1e293b; box-shadow: 4px 4px 0 #ec4899; }
.ptl-detail-price { font-size: 38px; font-weight: 900; color: #ec4899; font-family: "Nunito", sans-serif; }
.ptl-detail-stock-txt { margin-left: auto; color: #64748b; font-size: 14px; font-weight: 800; }

.ptl-f-row { margin-bottom: 24px; }
.ptl-f-label { display: block; font-size: 14px; font-weight: 800; color: #1e293b; margin-bottom: 10px; }
.ptl-f-input { width: 100%; padding: 15px 20px; border: 3px solid #1e293b; background: #fffbf0; font-size: 15px; color: #1e293b; font-weight: 700; border-radius: 16px; transition: 0.2s; outline: none; }
.ptl-f-input:focus { background: #ffffff; box-shadow: 4px 4px 0 #a7f3d0; transform: translate(-2px, -2px); }
.ptl-btn-submit { width: 100%; background: #ec4899; color: #ffffff; padding: 18px; font-size: 18px; font-weight: 900; border: 3px solid #1e293b; border-radius: 16px; cursor: pointer; transition: 0.2s; margin-top: 10px; box-shadow: 5px 5px 0 #1e293b; letter-spacing: 1px; }
.ptl-btn-submit:hover { background: #f472b6; transform: translate(-2px, -2px); box-shadow: 7px 7px 0 #1e293b; }
.ptl-btn-submit:disabled { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; box-shadow: none; transform: none; }

.ptl-desc-container { background: #ffffff; padding: 40px; border: 3px solid #1e293b; margin-top: 50px; border-radius: 30px; box-shadow: 6px 6px 0 #fde047; }
.ptl-desc-title { font-size: 20px; font-weight: 900; color: #1e293b; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 3px dashed #1e293b; display: flex; align-items: center; gap: 12px; }
.ptl-desc-title::before { content: "✨"; font-size: 24px; }
.ptl-desc-html { line-height: 1.9; font-size: 15px; color: #334155; font-weight: 600; }

.ptl-footer { text-align: center; padding: 50px 0; margin-top: 80px; color: #64748b; font-size: 14px; font-weight: 800; border-top: 3px solid #1e293b; background: #ffffff; }

@media (max-width: 900px) {
    .ptl-detail-split { flex-direction: column; gap: 30px; }
    .ptl-detail-visual, .ptl-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .ptl-list-row { flex-direction: column; align-items: flex-start; padding: 25px 20px; }
    .ptl-item-img { margin-bottom: 15px; margin-right: 0; width: 70px; height: 70px; }
    .ptl-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 3px dashed #1e293b; padding-top: 20px; }
    .ptl-btn-buy { width: 100%; text-align: center; }
}\n