.wenrexa-masonry{column-gap:1.25rem;padding:1rem;height:auto;min-height:0;will-change:contents}.wenrexa-masonry .wenrexa-card{contain:layout style paint}.wenrexa-masonry{column-count:1}@media(min-width:576px){.wenrexa-masonry{column-count:2}}@media(min-width:768px){.wenrexa-masonry{column-count:3}}@media(min-width:992px){.wenrexa-masonry{column-count:4}}@media(min-width:1200px){.wenrexa-masonry{column-count:6}.wenrexa-masonry.wenrexa-fixed-art-5{column-count:3!important}}@media(min-width:1600px){.wenrexa-masonry{column-count:7}.wenrexa-masonry.wenrexa-fixed-art-5{column-count:4!important}}@media(min-width:2000px){.wenrexa-masonry{column-count:8}.wenrexa-masonry.wenrexa-fixed-art-5{column-count:5!important}}@media(min-width:2400px){.wenrexa-masonry{column-count:9}}@media(min-width:2800px){.wenrexa-masonry{column-count:10}}.wenrexa-masonry .wenrexa-card{break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid;margin-bottom:.25rem;display:inline-block;width:100%;vertical-align:top}.wenrexa-masonry.wenrexa-compact{column-gap:.75rem;padding:.75rem}.wenrexa-masonry.wenrexa-compact .wenrexa-card{margin-bottom:.75rem}.wenrexa-masonry.wenrexa-spacious{column-gap:2rem;padding:2rem}.wenrexa-masonry.wenrexa-spacious .wenrexa-card{margin-bottom:1rem}.wenrexa-masonry.wenrexa-fixed-2{column-count:2!important}.wenrexa-masonry.wenrexa-fixed-3{column-count:3!important}.wenrexa-masonry.wenrexa-fixed-4{column-count:4!important}.wenrexa-masonry.wenrexa-fixed-5{column-count:5!important}.wenrexa-masonry.wenrexa-fixed-6{column-count:6!important}.wenrexa-masonry.wenrexa-fixed-7{column-count:7!important}.wenrexa-masonry.wenrexa-fixed-8{column-count:8!important}.wenrexa-container{max-width:100%;margin:0 auto;background:#0f0f13;min-height:100vh}.wenrexa-container.wenrexa-max-width{max-width:2400px}@media(max-width:575px){.wenrexa-masonry{column-gap:.6rem}.wenrexa-masonry .wenrexa-card{margin-bottom:.25rem}}@media(min-width:576px) and (max-width:991px){.wenrexa-masonry{column-gap:.6rem}.wenrexa-masonry .wenrexa-card{margin-bottom:.25rem}}@media(min-width:992px){.wenrexa-masonry{column-gap:.6rem}.wenrexa-masonry .wenrexa-card{margin-bottom:.25rem}}@media(min-width:1600px){.wenrexa-masonry{column-gap:.2rem}.wenrexa-masonry .wenrexa-card{margin-bottom:.25rem}}.wenrexa-masonry{animation:fadeInGrid .6s ease}@keyframes fadeInGrid{from{opacity:0}to{opacity:1}}.wenrexa-masonry .wenrexa-card{animation:fadeInUp .5s ease backwards}.wenrexa-masonry .wenrexa-card:nth-child(1){animation-delay:.05s}.wenrexa-masonry .wenrexa-card:nth-child(2){animation-delay:.1s}.wenrexa-masonry .wenrexa-card:nth-child(3){animation-delay:.15s}.wenrexa-masonry .wenrexa-card:nth-child(4){animation-delay:.2s}.wenrexa-masonry .wenrexa-card:nth-child(5){animation-delay:.25s}.wenrexa-masonry .wenrexa-card:nth-child(6){animation-delay:.3s}.wenrexa-masonry .wenrexa-card:nth-child(7){animation-delay:.35s}.wenrexa-masonry .wenrexa-card:nth-child(8){animation-delay:.4s}.wenrexa-masonry .wenrexa-card:nth-child(9){animation-delay:.45s}.wenrexa-masonry .wenrexa-card:nth-child(10){animation-delay:.5s}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.wenrexa-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem 1rem;flex-wrap:wrap;gap:1rem;background:#0f0f13}.wenrexa-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.wenrexa-subtitle{font-size:1rem;color:rgba(255,255,255,.6);margin:0}.wenrexa-filters{display:flex;gap:1rem;flex-wrap:wrap}.wenrexa-filter-btn{padding:.5rem 1rem;background:rgba(255,255,255,.1);color:#fff;border:0;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:500}.wenrexa-filter-btn:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.wenrexa-filter-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px rgba(102,126,234,.4)}.wenrexa-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:rgba(255,255,255,.5);min-height:400px}.wenrexa-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.wenrexa-empty-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:rgba(255,255,255,.7)}.wenrexa-empty-text{font-size:1rem;max-width:400px;line-height:1.6}.wenrexa-load-more{display:flex;justify-content:center;padding:2rem}.wenrexa-load-more-btn{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:0;border-radius:24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.4)}.wenrexa-load-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.wenrexa-load-more-btn:active{transform:translateY(0)}.wenrexa-load-more-btn:disabled{background:rgba(255,255,255,.1);color:rgba(255,255,255,.4);cursor:not-allowed;box-shadow:none;transform:none}.wenrexa-loading{display:flex;justify-content:center;align-items:center;padding:3rem;color:rgba(255,255,255,.5);font-size:1.2rem}.wenrexa-loading i{animation:spinLoading 1s linear infinite;margin-right:.5rem;font-size:1.5rem}@keyframes spinLoading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.wenrexa-masonry.is-loading .wenrexa-card{animation:pulseLoading 1.5s ease-in-out infinite}@keyframes pulseLoading{0%,100%{opacity:1}50%{opacity:.5}}.wenrexa-stats{display:flex;gap:2rem;padding:1rem 2rem;background:rgba(255,255,255,.05);border-radius:12px;margin:1rem 2rem}.wenrexa-stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.wenrexa-stat-value{font-size:1.5rem;font-weight:700;color:#fff}.wenrexa-stat-label{font-size:.85rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.5px}.wenrexa-card,.wenrexa-card-overlay,.wenrexa-card-image img{transform:translateZ(0);backface-visibility:hidden}@media print{.wenrexa-masonry{column-count:2!important;column-gap:1rem!important}.wenrexa-card{page-break-inside:avoid;break-inside:avoid;contain:layout style paint;content-visibility:auto}.wenrexa-card-overlay,.wenrexa-action-buttons,.wenrexa-chips-right,.wenrexa-badges-left{display:none!important}.wenrexa-header,.wenrexa-filters,.wenrexa-load-more{display:none!important}}@media(max-width:767px){.wenrexa-hide-mobile{display:none!important}}@media(min-width:768px) and (max-width:991px){.wenrexa-hide-tablet{display:none!important}}@media(min-width:992px){.wenrexa-hide-desktop{display:none!important}}.wenrexa-masonry:focus-within{outline:0}.wenrexa-container{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){.wenrexa-card,.wenrexa-masonry .wenrexa-card,.wenrexa-card-image img,.wenrexa-card-overlay,*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--wenrexa-gap:1.25rem;--wenrexa-padding:1rem;--wenrexa-card-margin:1.25rem;--wenrexa-bg:#0f0f13;--wenrexa-text-primary:white;--wenrexa-text-secondary:rgba(255,255,255,.6);--wenrexa-accent:#667eea}.wenrexa-masonry.wenrexa-custom{column-gap:var(--wenrexa-gap);padding:var(--wenrexa-padding)}.wenrexa-masonry.wenrexa-custom .wenrexa-card{margin-bottom:var(--wenrexa-card-margin)}.wenrexa-container.wenrexa-light{background:#f5f5f7}.wenrexa-light .wenrexa-card{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.wenrexa-light .wenrexa-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.15)}.wenrexa-light .wenrexa-card-overlay{background:linear-gradient(to bottom,rgba(255,255,255,.95) 0%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.4) 100%)}.wenrexa-light .wenrexa-card-title,.wenrexa-light .wenrexa-author-name{color:#1a1a1f}.wenrexa-no-select{user-select:none}.wenrexa-smooth-scroll{scroll-behavior:smooth}.wenrexa-hide-scrollbar::-webkit-scrollbar{display:none}.wenrexa-hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.wenrexa-card-image.min-300{min-height:300px}.wenrexa-card-image img{width:100%;height:100%;object-fit:cover;display:block}