.pf-wrapper *,
.pf-wrapper *::before,
.pf-wrapper *::after {
box-sizing: border-box;
} :root {
--pf-primary:       #1a1a2e;
--pf-accent:        #c8102e;
--pf-accent-light:  #f5e6e8;
--pf-text:          #333333;
--pf-text-muted:    #621f87;
--pf-border:        #e5e7eb;
--pf-bg:            #f9f9fb;
--pf-white:         #ffffff;
--pf-card-shadow:   0 2px 12px rgba(26,26,46,.08);
--pf-card-hover:    0 8px 32px rgba(26,26,46,.14);
--pf-radius:        6px;
--pf-radius-lg:     10px;
--pf-transition:    .22s ease;
--pf-font:          'Georgia', 'Times New Roman', serif;
--pf-font-sans:     -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --pf-tap-min:       44px;
} .pf-wrapper {
font-family: var(--pf-font-sans);
color: var(--pf-text);
max-width: 1200px;
margin: 0 auto; padding: 0 16px;
-webkit-text-size-adjust: 100%; }
@media (min-width: 480px)  { .pf-wrapper { padding: 0 20px; } }
@media (min-width: 1024px) { .pf-wrapper { padding: 0 24px; } } .pf-filter-bar { flex-direction: column; gap: 10px;
padding: 16px 0 14px;
border-bottom: 2px solid var(--pf-border);
margin-bottom: 16px;
order: 2;
}
@media (min-width: 640px) {
.pf-filter-bar {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 20px 0 16px;
margin-bottom: 18px;
}
} .pf-search-wrap {
position: relative;
width: 100%; }
.pf-search-wrap input.pf-search {max-width: 100% !important; margin-top: 0px; height: 44px;}
@media (min-width: 640px) {
.pf-search-wrap {
flex: 1 1 200px;
max-width: 340px;
}
}
.pf-search {
width: 100%; padding: 12px 44px 12px 14px;
border: 1.5px solid var(--pf-border);
border-radius: var(--pf-radius);
font-size: 16px; font-family: var(--pf-font-sans);
color: var(--pf-text);
background: var(--pf-white);
transition: border-color var(--pf-transition), box-shadow var(--pf-transition);
-webkit-appearance: none; appearance: none;
}
@media (min-width: 640px) {
.pf-search { font-size: 14px; padding: 10px 42px 10px 14px; }
}
.pf-search:focus {
outline: none;
border-color: var(--pf-accent);
box-shadow: 0 0 0 3px rgba(200,16,46,.10);
}
.pf-search-btn {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
padding: 4px; cursor: pointer;
color: var(--pf-text-muted);
display: flex;
align-items: center;
min-width: var(--pf-tap-min);
min-height: var(--pf-tap-min);
justify-content: center;
}
.pf-search-btn svg { width: 18px; height: 18px; } .pf-dropdown-wrap {
position: relative;
width: 100%; }
@media (min-width: 640px) {
.pf-dropdown-wrap { width: auto; flex-shrink: 0; }
}
.pf-dropdown-toggle {
display: flex;
align-items: center;
justify-content: space-between;
gap: 7px;
width: 100%;
min-height: var(--pf-tap-min);
padding: 10px 14px;
border: 1.5px solid var(--pf-border);
border-radius: var(--pf-radius);
background: var(--pf-white);
font-size: 15px;
font-family: var(--pf-font-sans);
color: var(--pf-text);
cursor: pointer;
white-space: nowrap;
transition: border-color var(--pf-transition), background var(--pf-transition);
user-select: none;
-webkit-appearance: none;
appearance: none;
text-align: left;
}
@media (min-width: 640px) {
.pf-dropdown-toggle {
width: auto;
justify-content: flex-start;
font-size: 14px;
}
}
.pf-dropdown-toggle:hover,
.pf-dropdown-toggle.is-open { border-color: #4e2257; background: var(--pf-accent-white);
}
.pf-dropdown-toggle.has-selection { border-color: #4e2257;
background: #4e2257;
color: var(--pf-white);
}
.pf-dropdown-toggle.has-selection .pf-chevron { stroke: var(--pf-white); }
.pf-chevron {
width: 16px;
height: 16px;
transition: transform var(--pf-transition);
flex-shrink: 0;
margin-left: auto;
}
.pf-dropdown-toggle.is-open .pf-chevron { transform: rotate(180deg); } .pf-dropdown-panel {
display: none; width: 100%;
background: var(--pf-white);
border: 1.5px solid var(--pf-border);
border-radius: var(--pf-radius-lg);
box-shadow: 0 4px 16px rgba(0,0,0,.08);
overflow: hidden; margin-top: 4px;
z-index: 9999;
}
@media (min-width: 640px) {
.pf-dropdown-panel {
position: absolute;
top: calc(100% + 6px);
left: 0;
min-width: 230px;
width: auto;
margin-top: 0;
box-shadow: 0 8px 30px rgba(0,0,0,.12);
animation: pf-panel-in .18s ease;
}
}
.pf-dropdown-panel.is-open { display: block; }
@keyframes pf-panel-in {
from { opacity:0; transform:translateY(-6px); }
to   { opacity:1; transform:translateY(0); }
}
.pf-dropdown-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px 8px;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
letter-spacing: .06em;
color: var(--pf-text-muted);
border-bottom: 1px solid var(--pf-border);
}
.pf-clear-group {
background: none;
border: none;
font-size: 12px;
color: var(--pf-accent);
cursor: pointer;
padding: 4px 0;
font-family: var(--pf-font-sans);
text-decoration: underline;
min-height: var(--pf-tap-min);
display: flex;
align-items: center;
}
.pf-clear-group:hover { color: #900d20; }
.pf-checkbox-list {
max-height: 240px;
overflow-y: auto;
padding: 8px 0 10px;
scrollbar-width: thin;
scrollbar-color: var(--pf-border) transparent;
-webkit-overflow-scrolling: touch; }
.pf-checkbox-list::-webkit-scrollbar { width: 4px; }
.pf-checkbox-list::-webkit-scrollbar-thumb { background: var(--pf-border); border-radius: 4px; }
.pf-checkbox-item {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 16px; cursor: pointer;
transition: background var(--pf-transition);
font-size: 15px;
min-height: var(--pf-tap-min);
}
@media (min-width: 640px) {
.pf-checkbox-item { padding: 7px 16px; font-size: 14px; min-height: unset; }
} .pf-checkbox-item:hover { background: #e8d9f0; }
.pf-checkbox-item input[type="checkbox"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.pf-cb-box {
width: 20px;
height: 20px;
border: 1.8px solid var(--pf-border);
border-radius: 3px;
flex-shrink: 0;
background: var(--pf-white);
position: relative;
transition: border-color var(--pf-transition), background var(--pf-transition);
}
@media (min-width: 640px) {
.pf-cb-box { width: 17px; height: 17px; }
}
.pf-checkbox-item input:checked ~ .pf-cb-box { background: #4e2257;
border-color: #4e2257; }
.pf-checkbox-item input:checked ~ .pf-cb-box::after {
content: '';
position: absolute;
left: 5px;
top: 2px;
width: 7px;
height: 11px;
border: 2px solid #fff;
border-top: none;
border-left: none;
transform: rotate(45deg);
}
@media (min-width: 640px) {
.pf-checkbox-item input:checked ~ .pf-cb-box::after {
left: 4px; top: 1px; width: 6px; height: 10px;
}
}
.pf-cb-label { flex: 1; line-height: 1.4; } .pf-clear-all {
background: none;
border: 1.5px solid var(--pf-border);
border-radius: var(--pf-radius);
font-size: 14px;
color: var(--pf-text-muted);
cursor: pointer;
padding: 10px 14px;
font-family: var(--pf-font-sans);
text-decoration: none;
transition: color var(--pf-transition), border-color var(--pf-transition);
width: 100%;
min-height: var(--pf-tap-min);
text-align: center;
}
@media (min-width: 640px) {
.pf-clear-all {
width: auto;
margin-left: auto;
border: none; font-size: 15px;
padding: 6px 4px;
text-decoration: underline;
min-height: unset;
text-align: left;
}
} .pf-clear-all:hover { color: #4e2257; border-color: #4e2257; } .pf-category-tabs {
display: flex;
gap: 10px;
margin-bottom: 20px;
padding-bottom: 16px;
border-bottom: 1px solid var(--pf-border); overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;  flex-wrap: nowrap; -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
mask-image: linear-gradient(to right, black 85%, transparent 100%);
padding-right: 32px; order: 1;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}
.pf-category-tabs::-webkit-scrollbar { display: none; }
@media (min-width: 640px) {
.pf-category-tabs {
flex-wrap: wrap;
overflow-x: visible;
-webkit-mask-image: none;
mask-image: none;
padding-right: 0;
}
}
.pf-cat-btn { flex-shrink: 0;
padding: 9px 18px;
min-height: var(--pf-tap-min); border: 1.5px solid #4e2257; border-radius: 10px;
background: var(--pf-white);
font-size: 14px;
font-family: var(--pf-font-sans);
color: var(--pf-text);
cursor: pointer;
transition: all var(--pf-transition);
font-weight: 500;
white-space: nowrap;
-webkit-tap-highlight-color: transparent;
}
@media (min-width: 640px) {
.pf-cat-btn { padding: 7px 18px; font-size: 13.5px; min-height: unset; }
} .pf-cat-btn:hover  { background: #4e2257; color: var(--pf-white); } .pf-cat-btn.active {background: #4e2257;color: var(--pf-white);} .pf-active-filters {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 12px;
min-height: 0;
order: 3;
}
.pf-chip {
display: inline-flex;
align-items: center;  background: var(--pf-white); border: 1px solid #4e2257; color: #4e2257; border-radius: 5px;
font-size: 13px; padding: 3px 4px 3px 13px;
font-family: var(--pf-font-sans);
margin-top: 15px;
}
.pf-chip-remove {
background: none;
border: none;
cursor: pointer; color: #4e2257;
padding: 2px 0 2px 4px;
font-size: 17px;
line-height: 1;
display: flex;
align-items: center;
min-width: 28px;
min-height: 28px;
justify-content: center;
-webkit-tap-highlight-color: transparent;
} .pf-results-status {
font-size: 13.5px;
color: var(--pf-text-muted);
margin-bottom: 16px;
min-height: 18px;
order: 3;
} .pf-grid {
display: grid;
grid-template-columns: 1fr; gap: 20px;
transition: opacity .25s ease;
}
@media (min-width: 480px) {
.pf-grid { gap: 22px; }
}
@media (min-width: 640px) {
.pf-cols-2,
.pf-cols-3,
.pf-cols-4 { grid-template-columns: repeat(2, 1fr); }
.pf-grid   { gap: 24px; }
}
@media (min-width: 900px) {
.pf-cols-3 { grid-template-columns: repeat(3, 1fr); }
.pf-cols-4 { grid-template-columns: repeat(4, 1fr); }
.pf-grid   { gap: 28px; }
}
@media (min-width: 1100px) {
.pf-cols-4 { grid-template-columns: repeat(4, 1fr); }
}
.pf-grid.is-loading { opacity: .4; pointer-events: none; } .pf-card {
background: var(--pf-white);
border: 1px solid var(--pf-border);
border-radius: var(--pf-radius-lg);
overflow: hidden;
box-shadow: var(--pf-card-shadow);
transition: box-shadow var(--pf-transition), transform var(--pf-transition);
display: flex;
flex-direction: column; } @media (hover: hover) and (pointer: fine) {
.pf-card:hover {
box-shadow: var(--pf-card-hover);
transform: translateY(-3px);
}
.pf-card:hover .pf-card-img img { transform: scale(1.04); }
} .pf-card-img {
width: 100%;
aspect-ratio: 3 / 4; background: #f0f0f5;
flex-shrink: 0;
overflow: hidden;
}
.pf-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .4s ease;
display: block;
}
.pf-img-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #e8e8f0 0%, #d0d0e0 100%);
} .pf-card-body {
padding: 15px 20px;
display: flex;
flex-direction: column;
flex: 1;
}
@media (min-width: 640px) {
.pf-card-body { padding: 18px 20px 20px; }
}
.pf-card-category {
display: inline-block;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em; color: #4e2257;;
margin-bottom: 8px;
}
.pf-card-title {
font-family: var(--pf-font);
font-size: 16px;
font-weight: 700;
line-height: 1.4;
color: var(--pf-text);
}
@media (min-width: 640px) {
.pf-card-title { font-size: 17px; }
}
.pf-card-title a {
color: inherit;
text-decoration: none;
transition: color var(--pf-transition);
}
.pf-card-title a:hover { color: var(--pf-accent); }
.pf-card-excerpt {
font-size: 13.5px;
line-height: 1.6;
color: var(--pf-text-muted);
flex: 1;
}
.pf-card-meta {
font-size: 12.5px;
color: var(--pf-text-muted);
}
.pf-card-tags {
display: flex;
flex-wrap: wrap;
gap: 5px;
margin-bottom: 14px;
}
.pf-card-tag {
font-size: 11.5px;
padding: 3px 9px;
background: var(--pf-bg);
border: 1px solid var(--pf-border);
border-radius: 20px;
color: var(--pf-text-muted);
}
.pf-card-readmore {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 13px;
font-weight: 600;
color: var(--pf-accent);
text-decoration: none;
margin-top: auto;
padding: 4px 0; transition: gap var(--pf-transition);
-webkit-tap-highlight-color: transparent;
}
.pf-card-readmore svg { width: 14px; height: 14px; }
@media (hover: hover) and (pointer: fine) {
.pf-card-readmore:hover { gap: 9px; }
} .pf-no-results {
grid-column: 1 / -1;
text-align: center;
padding: 48px 20px;
color: var(--pf-text-muted);
font-size: 15px;
} .pf-loading {
display: none;
justify-content: center;
align-items: center;
padding: 40px 0;
}
.pf-loading.is-visible { display: flex; }
.pf-spinner {
width: 36px;
height: 36px;
border: 3px solid var(--pf-border); border-top-color: #4e2257;
border-radius: 50%;
animation: pf-spin .7s linear infinite;
}
@keyframes pf-spin { to { transform: rotate(360deg); } } .pf-load-more-wrap {
text-align: center;
padding: 32px 0 10px;
}
.pf-load-more {
padding: 14px 40px;
min-height: var(--pf-tap-min);
background: var(--pf-white); border: 2px solid #4e2257;
border-radius: 30px; color: #4e2257;
font-size: 14px;
font-weight: 600;
font-family: var(--pf-font-sans);
cursor: pointer;
transition: background var(--pf-transition), color var(--pf-transition);
-webkit-tap-highlight-color: transparent; width: 100%;
max-width: 280px;
}
@media (min-width: 400px) {
.pf-load-more { width: auto; }
} .pf-load-more:hover  { background: #4e2257; color: var(--pf-white); }
.pf-load-more:disabled { opacity: .5; cursor: not-allowed; } #pf-wrapper{
display: flex;
flex-direction: column;
}
#pf-grid {
order: 3;
}
#pf-load-more-wrap {
order: 4;
}  .pf-card-img.pf-lightbox-trigger {
position: relative;
overflow: hidden;
cursor: none; aspect-ratio: 3 / 4; display: block;
} .pf-cursor-plus {
position: fixed;
width: 44px;
height: 44px;
border-radius: 50%;
background: #4e2257;
color: #fff;
font-size: 26px;
line-height: 44px;
text-align: center;
pointer-events: none;
z-index: 99999;
transform: translate(-50%, -50%) scale(0);
transition: transform .18s cubic-bezier(.34,1.56,.64,1), opacity .15s ease;
opacity: 0;
font-weight: 300;
user-select: none;
will-change: transform, left, top;
}
.pf-cursor-plus.is-visible {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
} .pf-lightbox-trigger::after {
content: '';
position: absolute;
inset: 0;
background: rgba(78, 34, 87, 0);
transition: background .25s ease;
pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
.pf-lightbox-trigger:hover::after {
background: rgba(78, 34, 87, 0.28);
}
} .pf-img-zoom-icon {
display: none; }
@media (hover: none), (pointer: coarse) {
.pf-img-zoom-icon {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 10px;
right: 10px;
width: 32px;
height: 32px;
border-radius: 50%;
background: #4e2257;
color: #fff;
font-size: 22px;
font-weight: 300;
line-height: 1;
pointer-events: none;
z-index: 2;
}
.pf-lightbox-trigger { cursor: pointer; }
} .pf-lightbox {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
}
.pf-lightbox-backdrop {
position: absolute;
inset: 0;
background: rgba(10, 5, 15, 0.90);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
cursor: pointer;
} .pf-lightbox-dialog {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 960px;
padding: 16px;
animation: pf-lb-in .25s cubic-bezier(.22,1,.36,1);
}
@keyframes pf-lb-in {
from { opacity: 0; transform: scale(.94) translateY(12px); }
to   { opacity: 1; transform: scale(1) translateY(0); }
} .pf-lightbox-img-wrap {
position: relative;
width: 100%;
max-height: calc(100vh - 140px);
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
overflow: hidden;
background: #0d0d1a;
}
.pf-lightbox-img-wrap img#pf-lightbox-img {
display: block;
max-width: 100%;
max-height: calc(100vh - 140px);
width: auto;
height: auto;
object-fit: contain;
border-radius: 8px;
transition: opacity .22s ease;
}
.pf-lightbox-img-wrap img#pf-lightbox-img.is-loading {
opacity: 0;
} .pf-lightbox-spinner {
display: none;
position: absolute;
inset: 0;
align-items: center;
justify-content: center;
}
.pf-lightbox-spinner.is-spinning {
display: flex;
}
.pf-lightbox-spinner::after {
content: '';
width: 40px;
height: 40px;
border: 3px solid rgba(255,255,255,.2);
border-top-color: #fff;
border-radius: 50%;
animation: pf-spin .65s linear infinite;
} .pf-lightbox-caption {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
width: 100%;
padding: 12px 4px 0;
}
.pf-lightbox-caption-left {
display: flex;
flex-direction: column;
gap: 2px;
flex: 1;
min-width: 0;
}
.pf-lightbox-title {
color: #fff;
font-family: 'Georgia', serif;
font-size: 15px;
font-weight: 700;
line-height: 1.4;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pf-lightbox-date {
color: rgba(255,255,255,.55);
font-size: 12px;
font-family: var(--pf-font-sans);
}
.pf-lightbox-counter {
color: rgba(255,255,255,.45);
font-size: 12px;
font-family: var(--pf-font-sans);
white-space: nowrap;
flex-shrink: 0;
} .pf-lightbox-close {
position: fixed;
top: 20px;
right: 145px;
width: 48px;
height: 48px;
border-radius: 50%; background: #4e2257;
border: 2.5px solid #fff;
color: #fff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
z-index: 1000001; box-shadow: 0 3px 14px rgba(0,0,0,.55);
}
.pf-lightbox-close:hover {
background: #fff;
color: #4e2257;
transform: scale(1.1) rotate(90deg);
box-shadow: 0 4px 18px rgba(0,0,0,.6);
}
.pf-lightbox-close svg {
width: 20px;
height: 20px; stroke: currentColor;
}
@media (max-width: 639px) {
.pf-lightbox-close {
top: 10px;
right: 10px;
width: 44px;
height: 44px;
}
} .pf-lightbox-nav {
position: fixed;
top: 50%;
transform: translateY(-50%);
width: 52px;
height: 52px;
border-radius: 50%; background: #4e2257;
border: 2.5px solid #fff;
color: #fff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background .18s ease, transform .22s ease, box-shadow .18s ease;
z-index: 1000001; box-shadow: 0 3px 14px rgba(0,0,0,.55); -webkit-tap-highlight-color: transparent;
touch-action: manipulation;
}
.pf-lightbox-prev { left: 16px; }
.pf-lightbox-next { right: 16px; }
.pf-lightbox-nav:hover {
background: #fff;
color: #4e2257;
transform: translateY(-50%) scale(1.08);
box-shadow: 0 4px 18px rgba(0,0,0,.6);
}
.pf-lightbox-nav svg {
width: 24px;
height: 24px;
stroke: currentColor; flex-shrink: 0;
}
.pf-lightbox-nav:disabled {
opacity: .3;
cursor: not-allowed;
pointer-events: none;
} @media (max-width: 639px) {
.pf-lightbox-nav {
width: 48px;
height: 48px; top: auto;
bottom: 68px; transform: none;
}
.pf-lightbox-nav:hover {
transform: scale(1.06);
}
.pf-lightbox-prev {
left: 12px;
}
.pf-lightbox-next {
right: 12px;
}
.pf-lightbox-dialog {
padding: 12px 8px;
}
.pf-lightbox-nav svg {
width: 22px;
height: 22px;
}
} .pf-filter-bar {
display: none; }
.pf-filter-bar.is-visible {
display: flex; }