/*!/wp-content/plugins/modern-post-archive-force/assets/css/frontend.css*/:root{--primary-color:#0f766e;--primary-hover:#0d9488;--text-dark:#0f172a;--text-medium:#64748b;--text-light:#cbd5e1;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:rgba(15, 118, 110, 0.1);--shadow-sm:0 4px 16px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);--shadow-md:0 8px 24px rgba(15, 118, 110, 0.12), 0 2px 8px rgba(15, 118, 110, 0.06);--shadow-lg:0 20px 60px rgba(15, 118, 110, 0.12), 0 4px 12px rgba(15, 118, 110, 0.08);--border-radius:16px;--border-radius-lg:24px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}body.mpa-archive,.mpa-archive{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mpa-archive{background:var(--bg-light);min-height:100vh;padding:2rem 1.5rem}.mpa-archive>*{max-width:1400px;margin-left:auto;margin-right:auto}.mpa-breadcrumbs{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;margin:2rem 0;background:rgb(255 255 255 / .7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(15 118 110 / .1);border-radius:16px;box-shadow:0 4px 16px rgb(0 0 0 / .06),0 1px 4px rgb(0 0 0 / .04);font-size:.9375rem;max-width:1400px;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.mpa-breadcrumbs:hover{box-shadow:0 8px 24px rgb(15 118 110 / .12),0 2px 8px rgb(15 118 110 / .06);border-color:rgb(15 118 110 / .2)}.mpa-breadcrumbs a{color:#64748b;text-decoration:none;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:8px}.mpa-breadcrumbs a:hover{color:#0f766e;background:rgb(15 118 110 / .05)}.mpa-breadcrumbs a:first-child::before{content:"🏠";font-size:1rem;display:inline-block;margin-right:.25rem}.mpa-breadcrumbs>span{color:#fff0;position:relative;width:1.25rem;text-align:center}.mpa-breadcrumbs>span::before{content:"›";color:#cbd5e1;font-size:1.25rem;font-weight:300;position:absolute;left:50%;transform:translateX(-50%)}.mpa-breadcrumbs>span:last-child{color:#0f766e;font-weight:600;padding:.25rem .75rem;background:linear-gradient(135deg,rgb(15 118 110 / .1) 0%,rgb(13 148 136 / .08) 100%);border-radius:8px;width:auto}.mpa-breadcrumbs>span:last-child::before{display:none}.mpa-archive__header{background:var(--bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);padding:3rem 3rem 2.5rem;margin-bottom:3rem;transition:var(--transition)}.mpa-archive__header:hover{box-shadow:var(--shadow-md)}.mpa-archive__title{font-size:clamp(2rem, 4vw, 3rem);line-height:1.2;font-weight:800;color:var(--text-dark);margin:0 0 2rem 0;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.mpa-archive__filters{width:100%}.mpa-filters__row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem;align-items:center}.mpa-filters__row select,.mpa-filters__row input[type="search"]{width:100%;padding:.875rem 1.25rem;border:2px solid var(--border-color);border-radius:12px;font-size:.9375rem;background:rgb(255 255 255 / .8);backdrop-filter:blur(8px);transition:var(--transition);color:var(--text-dark);font-family:inherit}.mpa-filters__row select:focus,.mpa-filters__row input[type="search"]:focus{outline:none;border-color:var(--primary-color);background:var(--bg-white);box-shadow:0 0 0 4px rgb(15 118 110 / .1)}.mpa-filters__row input[type="search"]::placeholder{color:var(--text-medium)}.mpa-filters__row button[type="submit"]{padding:.875rem 2rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px rgb(15 118 110 / .2);white-space:nowrap}.mpa-filters__row button[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(15 118 110 / .3)}.mpa-filters__row button[type="submit"]:active{transform:translateY(0)}.mpa-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.mpa-card{background:var(--bg-white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column;height:100%}.mpa-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.mpa-card__thumb{aspect-ratio:16/9!important;height:auto!important;width:100%!important;overflow:hidden}.mpa-card__thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;background-color:transparent!important}.mpa-card:hover .mpa-card__thumb img{transform:scale(1.05)}.mpa-card__body{padding:2rem;display:flex;flex-direction:column;flex:1}.mpa-card__meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.875rem;color:var(--text-medium)}.mpa-card__category{display:inline-flex;padding:.375rem .875rem;background:linear-gradient(135deg,rgb(15 118 110 / .1) 0%,rgb(13 148 136 / .08) 100%);color:var(--primary-color);border-radius:8px;font-weight:600;font-size:.8125rem;text-decoration:none;transition:var(--transition)}.mpa-card__category:hover{background:linear-gradient(135deg,rgb(15 118 110 / .15) 0%,rgb(13 148 136 / .12) 100%)}.mpa-card__date{display:flex;align-items:center;gap:.375rem}.mpa-card__date::before{content:"📅";font-size:.875rem}.mpa-card__title{font-size:1.5rem;line-height:1.3;font-weight:700;margin:0 0 1rem 0;color:var(--text-dark)}.mpa-card__title a{color:inherit;text-decoration:none;transition:var(--transition)}.mpa-card__title a:hover{color:var(--primary-color)}.mpa-card__excerpt{color:var(--text-medium);line-height:1.7;margin-bottom:1.5rem;flex:1}.mpa-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;text-decoration:none;transition:var(--transition)}.mpa-card__link::after{content:"→";font-size:1.25rem;transition:var(--transition)}.mpa-card__link:hover{gap:.75rem}.mpa-card__link:hover::after{transform:translateX(4px)}.mpa-archive__pager{display:flex;flex-direction:column;gap:2rem;align-items:center;margin-top:3rem}.mpa-pagination{background:var(--bg-white);border-radius:var(--border-radius);padding:1rem 1.5rem;box-shadow:var(--shadow-sm)}.mpa-pagination ul{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.mpa-pagination li{margin:0}.mpa-pagination a,.mpa-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border-radius:8px;font-weight:600;text-decoration:none;transition:var(--transition);color:var(--text-medium)}.mpa-pagination a:hover{background:rgb(15 118 110 / .1);color:var(--primary-color)}.mpa-pagination .current{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);color:#fff;box-shadow:0 4px 12px rgb(15 118 110 / .2)}.mpa-loadmore{padding:1rem 3rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 4px 16px rgb(15 118 110 / .2)}.mpa-loadmore:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(15 118 110 / .3)}.mpa-loadmore:active{transform:translateY(0)}.mpa-loadmore:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:968px){.mpa-archive{padding:1.5rem 1rem}.mpa-archive__header{padding:2rem 2rem 1.5rem}.mpa-archive__title{font-size:2rem;margin-bottom:1.5rem}.mpa-filters__row{grid-template-columns:1fr 1fr;gap:.75rem}.mpa-filters__row button[type="submit"]{grid-column:1 / -1}.mpa-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.mpa-card__body{padding:1.5rem}}@media (max-width:640px){.mpa-breadcrumbs{padding:.75rem 1rem;font-size:.875rem}.mpa-archive__header{padding:1.5rem}.mpa-archive__title{font-size:1.75rem}.mpa-filters__row{grid-template-columns:1fr}.mpa-grid{grid-template-columns:1fr;gap:1.25rem}.mpa-card__body{padding:1.25rem}.mpa-card__title{font-size:1.25rem}.mpa-pagination ul{flex-wrap:wrap;justify-content:center}.mpa-loadmore{padding:.875rem 2rem;font-size:.9375rem;width:100%}}.mpa-grid>p{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-medium);font-size:1.125rem;background:var(--bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.mpa-breadcrumbs{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;margin:2rem auto;background:rgb(255 255 255 / .7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(15 118 110 / .1);border-radius:16px;box-shadow:0 4px 16px rgb(0 0 0 / .06),0 1px 4px rgb(0 0 0 / .04);font-size:.9375rem;max-width:1400px;transition:all 0.3s cubic-bezier(.4,0,.2,1)}@media (min-width:1201px){.mpa-archive__header{display:grid;gap:1.5rem;padding:2.5rem!important;align-items:start;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-template-areas:"title profile" "form  profile"}.mpa-archive__title{grid-area:title;margin:0!important;align-self:center}.mpa-archive__filters{grid-area:form;align-self:start;width:100%}.mpa-filters__row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px;align-items:center;width:100%}.mpa-filters__row select,.mpa-filters__row input{width:auto!important;flex-grow:1;margin:0!important}.mpa-filters__row button{width:auto!important;flex-shrink:0}.mpa-archive__profile-wrapper{grid-area:profile;padding-left:2rem;border-left:1px solid #e2e8f0;height:100%;display:flex;align-items:center;justify-content:flex-start}.mpa-profile-header .mpa-profile-container{display:flex;flex-direction:row!important;align-items:center;text-align:left;gap:1rem}.mpa-mobile-toggle{display:none}}.mpa-profile-header.mpa-widget--profile{border:none!important;padding:0!important;background:#fff0;box-shadow:none}.mpa-profile-header .mpa-profile-image img{width:60px!important;height:60px!important;border:2px solid #e2e8f0;margin-bottom:0!important;border-radius:50%}.mpa-profile-header .mpa-profile-name{font-size:1rem!important;margin-bottom:2px!important;color:#0f172a;font-weight:700}.mpa-profile-header .mpa-profile-titles{list-style:none;padding:0;margin:0}.mpa-profile-header .mpa-profile-titles li{font-size:0.8rem!important;line-height:1.3;color:#64748b;white-space:nowrap}.mpa-profile-header .mpa-profile-titles li::before{content:"•";margin-right:4px;color:#cbd5e1}.mpa-profile-header .mpa-profile-image img{border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;box-shadow:0 4px 10px rgb(0 0 0 / .08);transition:all 0.3s ease}@media (min-width:1201px){.mpa-profile-header .mpa-profile-image img{width:85px!important;height:85px!important}}@media (min-width:768px) and (max-width:1200px){.mpa-profile-header .mpa-profile-image img{width:120px!important;height:120px!important}}@media (max-width:767px){.mpa-profile-header .mpa-profile-image img{width:60px!important;height:60px!important;border-width:2px}}@media (min-width:768px) and (max-width:1200px){.mpa-archive__header{display:grid;grid-template-columns:1fr 220px!important;grid-template-rows:min-content 1fr!important;grid-template-areas:"title profile" "form  profile"!important;gap:1.5rem!important;padding:2rem!important}.mpa-archive__title{grid-area:title;align-self:end;margin-bottom:0.5rem!important}.mpa-archive__filters{grid-area:form;width:100%;margin-top:0;padding-top:.5rem}.mpa-filters__row{display:grid!important;grid-template-columns:1fr 1fr;gap:12px;width:100%}.mpa-filters__row select,.mpa-filters__row input,.mpa-filters__row button{width:100%!important;margin:0!important;box-sizing:border-box}.mpa-archive__profile-wrapper{grid-area:profile;border-left:1px solid #e2e8f0;padding-left:1.5rem!important;justify-content:center!important;align-items:flex-start!important;padding-top:1rem;display:flex}.mpa-profile-header .mpa-profile-container{display:flex;flex-direction:column!important;text-align:center!important;align-items:center!important;gap:1rem}.mpa-profile-header .mpa-profile-titles li{white-space:normal!important}.mpa-profile-header .mpa-profile-titles li::before{display:none}.mpa-mobile-toggle{display:none}}@media (max-width:767px){.mpa-archive__header{padding:1.5rem 1rem!important;gap:1rem;display:flex;flex-direction:column}.mpa-archive__title{text-align:left;margin-bottom:0.5rem!important}.mpa-archive__profile-wrapper{padding-left:0;border-left:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 15px;margin-bottom:.5rem}.mpa-profile-header .mpa-profile-container{display:flex;flex-direction:row!important;align-items:center!important;text-align:left!important;gap:1rem!important}.mpa-profile-header .mpa-profile-image img{width:50px!important;height:50px!important}.mpa-profile-header .mpa-profile-titles li{white-space:normal!important;font-size:0.75rem!important;display:inline}.mpa-profile-header .mpa-profile-titles li::after{content:", "}.mpa-profile-header .mpa-profile-titles li:last-child::after{content:""}.mpa-mobile-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 15px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#64748b;font-weight:600;cursor:pointer;font-size:.95rem}.mpa-archive__filters{display:none;margin-top:.5rem}.mpa-archive__header.is-open .mpa-archive__filters{display:block;animation:slideDown 0.3s ease-out}.mpa-filters__row{display:flex;flex-direction:column;gap:10px}.mpa-filters__row select,.mpa-filters__row input,.mpa-filters__row button{width:100%}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}.mpa-profile-header .mpa-profile-image img{border-radius:50%;object-fit:cover;object-position:top center!important;border:3px solid #e2e8f0;box-shadow:0 4px 10px rgb(0 0 0 / .08);transition:all 0.3s ease;margin-bottom:0!important}@media (min-width:1201px){.mpa-profile-header .mpa-profile-image img{width:60px!important;height:60px!important}}@media (min-width:768px) and (max-width:1200px){.mpa-profile-header .mpa-profile-image img{width:120px!important;height:120px!important}}@media (max-width:767px){.mpa-profile-header .mpa-profile-image img{width:50px!important;height:50px!important;border-width:2px}}.mpa-search-wrapper{position:relative;flex-grow:1;width:auto}.mpa-live-search-results{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:0 0 12px 12px;box-shadow:0 10px 25px rgb(0 0 0 / .1);z-index:100;overflow:hidden;margin-top:5px}.mpa-search-results-list{list-style:none;margin:0;padding:0}.mpa-search-results-list li{border-bottom:1px solid #f1f5f9}.mpa-search-results-list li:last-child{border-bottom:none}.mpa-search-results-list a{display:flex;align-items:center;gap:12px;padding:12px 15px;text-decoration:none;color:#334155;transition:background 0.2s}.mpa-search-results-list a:hover{background-color:#f8fafc;color:#0f766e}.mpa-search-results-list img{width:40px;height:40px;border-radius:6px;object-fit:cover;background:#e2e8f0}.mpa-search-footer{padding:10px 15px;background:#f1f5f9;font-size:.85rem;text-align:center;font-weight:600}.mpa-search-footer a{color:#0f766e;text-decoration:none}.mpa-search-footer a:hover{text-decoration:underline}.mpa-no-results{padding:15px;color:#64748b;font-size:.9rem;text-align:center}