.pft-body { min-height: 100vh; position: relative; }
.pft-top, .pft-main { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; padding: 20px 16px; }
.pft-back { display: inline-block; margin-bottom: 10px; font-weight: 700; opacity: .8; }
.pft-top h1 { font-size: 1.5rem; margin: 0 0 6px; }
.pft-top p { opacity: .7; margin: 0; }
.pft-tab {
    display: inline-flex; align-items: center; gap: 8px;
    background: #0f172a; color: #fff; border-radius: 14px;
    padding: 10px 14px; font-weight: 800; margin-bottom: 14px;
}
.pft-tab span {
    min-width: 22px; height: 22px; border-radius: 999px;
    display: inline-grid; place-items: center;
    background: rgba(255,255,255,.18); font-size: .75rem;
}
.pft-list { display: flex; flex-direction: column; gap: 12px; }
.pft-card {
    display: grid; grid-template-columns: 84px 1fr; gap: 12px;
    padding: 12px; border-radius: 18px;
    background: rgba(255,255,255,.72); border: 1px solid rgba(91,33,182,.12);
    text-decoration: none; color: inherit;
}
[data-theme="dark"] .pft-card { background: rgba(18,10,32,.55); border-color: rgba(196,181,253,.14); }
.pft-cover {
    width: 84px; height: 112px; border-radius: 12px; overflow: hidden;
    background: #1e293b; display: grid; place-items: center; font-size: 1.4rem;
}
.pft-cover img { width: 100%; height: 100%; object-fit: cover; }
.pft-body h2 { margin: 0 0 6px; font-size: 1rem; }
.pft-body p { margin: 0; font-size: .8rem; opacity: .75; line-height: 1.6;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pft-reason { color: #be123c !important; font-weight: 700; opacity: 1 !important; }
.pft-card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.pft-card-tags span {
    font-size: .65rem; font-weight: 700; padding: 2px 8px; border-radius: 999px;
    background: rgba(15,23,42,.08); color: #334155;
}
.pft-empty { text-align: center; padding: 40px 12px; opacity: .7; }
.pft-hero {
    display: grid; grid-template-columns: 120px 1fr; gap: 14px;
    padding: 16px; border-radius: 20px; margin-bottom: 14px;
    background: linear-gradient(145deg, #1e293b, #0f172a); color: #fff;
}
.pft-poster {
    width: 120px; height: 168px; border-radius: 14px; overflow: hidden;
    background: #334155; display: grid; place-items: center; font-size: 2rem;
}
.pft-poster img { width: 100%; height: 100%; object-fit: cover; }
.pft-hero h1 { margin: 0 0 8px; font-size: 1.25rem; }
.pft-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.pft-tags span {
    font-size: .7rem; font-weight: 800; padding: 3px 9px; border-radius: 999px;
    background: rgba(251,113,133,.2); color: #fecdd3;
}
.pft-card-block {
    padding: 14px; border-radius: 16px; margin-bottom: 12px;
    background: rgba(255,255,255,.72); border: 1px solid rgba(91,33,182,.12);
}
[data-theme="dark"] .pft-card-block { background: rgba(18,10,32,.55); }
.pft-card-block h2 { margin: 0 0 8px; font-size: .9rem; }
.pft-card-block p { margin: 0; font-size: .86rem; line-height: 1.7; white-space: pre-wrap; }
.pft-cta {
    padding: 16px; border-radius: 16px; margin-top: 8px;
    background: linear-gradient(120deg, rgba(190,18,60,.1), rgba(15,23,42,.06));
    border: 1px solid rgba(190,18,60,.18);
}
.pft-cta-list { margin: 0 0 16px; margin-top: 0; }
.pft-cta p { margin: 0 0 12px; font-size: .86rem; line-height: 1.7; }
.pft-cta-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 16px; border-radius: 12px; font-weight: 800;
    background: linear-gradient(135deg, #fb7185, #e11d48); color: #fff;
    text-decoration: none;
}
.pft-filter {
    margin-bottom: 16px;
    display: flex; flex-direction: column; gap: 10px;
}
.pft-search-wrap input {
    width: 100%; box-sizing: border-box;
    border: 1px solid rgba(15,23,42,.12);
    background: rgba(255,255,255,.85);
    border-radius: 14px; padding: 12px 14px;
    font-family: inherit; font-size: .9rem;
    outline: none;
}
.pft-search-wrap input:focus {
    border-color: rgba(225,29,72,.35);
    box-shadow: 0 0 0 3px rgba(225,29,72,.1);
}
.pft-filter-panel {
    border-radius: 16px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(15,23,42,.1);
    overflow: hidden;
}
.pft-filter-panel summary {
    cursor: pointer; list-style: none;
    padding: 12px 14px; font-weight: 800; font-size: .86rem;
    display: flex; align-items: center; justify-content: space-between;
}
.pft-filter-panel summary::-webkit-details-marker { display: none; }
.pft-filter-panel summary::after { content: '▾'; opacity: .55; }
.pft-filter-panel[open] summary::after { content: '▴'; }
.pft-filter-body { padding: 0 14px 14px; }
.pft-filter-row { margin-bottom: 10px; }
.pft-filter-label {
    display: block; font-size: .72rem; font-weight: 700;
    opacity: .65; margin-bottom: 8px;
}
.pft-tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.pft-tag-chip {
    border: 1px solid rgba(15,23,42,.12);
    background: rgba(255,255,255,.9);
    border-radius: 999px; padding: 6px 11px;
    font-family: inherit; font-size: .72rem; font-weight: 700;
    cursor: pointer; color: #334155;
}
.pft-tag-chip.on {
    background: #0f172a; color: #fff; border-color: #0f172a;
}
.pft-tag-empty { font-size: .75rem; opacity: .6; }
.pft-filter-actions { display: flex; justify-content: flex-end; }
.pft-filter-reset {
    border: 0; background: transparent; color: #be123c;
    font-family: inherit; font-weight: 700; font-size: .78rem; cursor: pointer;
}
@media (max-width: 560px) {
    .pft-card { grid-template-columns: 68px 1fr; }
    .pft-cover { width: 68px; height: 92px; }
    .pft-hero { grid-template-columns: 96px 1fr; }
    .pft-poster { width: 96px; height: 134px; }
}
