.library-main{min-height:100vh;display:flex;flex-direction:column}.library-hero{background:linear-gradient(135deg,#fff3e6,#fff8f2);border-bottom:1px solid #E5DED8;padding:1rem .5rem}.library-hero-content{max-width:1200px;margin:0 auto;text-align:center}.library-hero-title{font-size:2.5rem;color:#412a1c;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.library-hero-subtitle{font-size:1.125rem;color:#6b5243;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.library-hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-number{font-size:2rem;font-weight:700;color:var(--gjs-t-color-primary)}.stat-label{font-size:.875rem;color:#7a5e4d}.library-content{flex:1;padding:2rem 1.5rem;background-color:#fff8f2}.library-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:2rem;align-items:start}.library-filters{position:relative}.filters-sticky{position:sticky;top:80px;background:#fff;border:1px solid #E5DED8;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5DED8}.filters-title{font-size:1rem;font-weight:600;color:#412a1c}.clear-button{font-size:.875rem;color:var(--gjs-t-color-primary);background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:all .2s}.clear-button:hover{background-color:#fff2e6;text-decoration:underline}.filter-section{margin-bottom:1.25rem}.filter-section:last-child{margin-bottom:0}.filter-label{display:block;font-size:.8125rem;font-weight:500;color:#5b4636;margin-bottom:.625rem}.search-wrapper{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;border:1px solid #E5DED8;border-radius:.5rem;background:#fff;transition:all .2s}.search-wrapper:focus-within{border-color:var(--gjs-t-color-accent);box-shadow:0 0 0 3px #dda15e1a}.search-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.search-input{flex:1;border:none;outline:none!important;width:100%;font-size:.9375rem;color:#5b4636;background:transparent}.search-input::placeholder{color:#9b816f}.filter-tags{display:flex;flex-direction:column;gap:.5rem}.filter-tag{display:flex;align-items:center;gap:.5rem;padding:.4375rem .625rem;border:1px solid #E5DED8;border-radius:.4375rem;background:#fff;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.filter-tag:hover{border-color:var(--gjs-t-color-accent);background-color:#fffbf6}.filter-checkbox,.filter-radio{width:1rem;height:1rem;cursor:pointer;accent-color:var(--gjs-t-color-accent)}.filter-tag:has(:checked){border-color:var(--gjs-t-color-accent);background-color:#fff3e6}.filter-tag-text{font-size:.8125rem;color:#5b4636;flex:1}.filter-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E5DED8}.apply-filters-btn{width:100%;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;background:linear-gradient(135deg,#a24f3d,#8b3e2f);border:none;border-radius:.625rem;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #a24f3d33;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}.filter-btn-icon{width:1.125rem;height:1.125rem}.apply-filters-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.apply-filters-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a24f3d59;background:linear-gradient(135deg,#b5594a,#9a4a3a)}.apply-filters-btn:hover:before{left:100%}.apply-filters-btn:active{transform:translateY(0);box-shadow:0 2px 8px #a24f3d40}.library-recipes{display:flex;flex-direction:column;gap:1.5rem}.results-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #E5DED8}.results-info{flex:1}.results-title{font-size:1.5rem;font-weight:600;color:#412a1c;margin-bottom:.25rem}.results-subtitle{font-size:.875rem;color:#7a5e4d}.results-sort{display:flex;align-items:center;gap:.5rem}.sort-label{font-size:.875rem;color:#5b4636}.sort-select{padding:.5rem 2rem .5rem .75rem;border:1px solid #E5DED8;border-radius:.5rem;background:#fff;color:#5b4636;font-size:.9375rem;cursor:pointer;outline:none;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235B4636' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center}.sort-select:hover,.sort-select:focus{border-color:var(--gjs-t-color-accent)}.recipes-grid{column-count:4;column-gap:1.25rem;width:100%}@media (max-width: 1400px){.recipes-grid{column-count:3}}@media (max-width: 1024px){.recipes-grid{column-count:2}}@media (max-width: 768px){.recipes-grid{column-count:2}}@media (max-width: 600px){.recipes-grid{column-count:1}}.recipe-card{background:#fff;border:1px solid #E5DED8;border-radius:.75rem;overflow:hidden;transition:all .3s ease;cursor:pointer;display:inline-block;width:100%;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000d;break-inside:avoid;page-break-inside:avoid}.recipe-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #5b46361f;border-color:var(--gjs-t-color-accent)}.recipe-card-image-wrapper{position:relative;width:100%;height:auto;aspect-ratio:4/3;overflow:hidden;background-color:#f5ede4}.recipe-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recipe-card:hover .recipe-card-image{transform:scale(1.05)}.recipe-card-badge{position:absolute;top:.75rem;right:.75rem;padding:.375rem .75rem;background:#fff;border-radius:.5rem;font-size:.75rem;font-weight:500;color:var(--gjs-t-color-primary);box-shadow:0 2px 8px #0000001a}.recipe-card-content{padding:1rem;display:flex;flex-direction:column;gap:.625rem}.recipe-card-title{font-size:1rem;font-weight:600;color:#412a1c;line-height:1.3;margin:0}.recipe-card-description{font-size:.8125rem;color:#6b5243;line-height:1.5}.recipe-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.625rem;border-top:1px solid #F5EDE4;font-size:.75rem;color:#7a5e4d}.recipe-card-meta-item{display:flex;align-items:center;gap:.375rem}.recipe-card-meta-icon{width:.875rem;height:.875rem}.recipe-card-tags{display:flex;flex-wrap:wrap;gap:.25rem}.recipe-card-tag{padding:.1875rem .5rem;background:#fff3e6;border-radius:.3125rem;font-size:.6875rem;color:var(--gjs-t-color-primary)}.no-results{text-align:center;padding:4rem 2rem}.no-results-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;opacity:.4}.no-results-title{font-size:1.5rem;font-weight:600;color:#412a1c;margin-bottom:.5rem}.no-results-text{font-size:1rem;color:#6b5243;margin-bottom:1.5rem}.clear-filters-btn{padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;background:linear-gradient(135deg,#a24f3d,#8b3e2f);border:none;border-radius:.625rem;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #a24f3d33;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto}.clear-filters-btn:hover{filter:brightness(.95)}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #E5DED8}.pagination-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid #E5DED8;border-radius:.5rem;color:#5b4636;font-size:.9375rem;cursor:pointer;transition:all .2s}.pagination-button:hover:not(:disabled){background-color:var(--gjs-t-color-primary);border-color:var(--gjs-t-color-primary);color:#87ceeb;font-weight:600;box-shadow:0 2px 8px #a24f3d4d;transform:translateY(-1px)}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-icon{width:1rem;height:1rem}.pagination-pages{display:flex;gap:.375rem}.pagination-page{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .5rem;background:#fff;border:1px solid #E5DED8;border-radius:.5rem;color:#5b4636;font-size:.9375rem;cursor:pointer;transition:all .2s}.pagination-page:hover:not(.active){background-color:var(--gjs-t-color-primary);border-color:var(--gjs-t-color-primary);color:#fff;font-weight:600;box-shadow:0 2px 8px #a24f3d4d;transform:translateY(-1px)}.pagination-page.active{background-color:var(--gjs-t-color-primary);border-color:var(--gjs-t-color-primary);color:#fff;font-weight:600;box-shadow:0 2px 8px #a24f3d4d}.pagination-ellipsis{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;color:#9b816f;font-size:.9375rem}@media (max-width: 1024px){.library-container{grid-template-columns:1fr;gap:2rem}.filters-sticky{position:static}.apply-filters-btn{position:sticky;bottom:1rem;z-index:10;box-shadow:0 4px 20px #00000026}}@media (max-width: 768px){.library-hero{padding:2rem 1rem}.library-hero-title{font-size:2rem}.library-hero-stats{gap:2rem}.results-header{flex-direction:column;align-items:flex-start}.pagination{flex-wrap:wrap}}@media (max-width: 480px){.library-hero-title{font-size:1.75rem}.library-hero-subtitle{font-size:1rem}.recipe-card-content{padding:.875rem}.pagination-pages{display:none}.apply-filters-btn{padding:1rem 1.5rem;font-size:1rem;font-weight:700;border-radius:.75rem;letter-spacing:.02em}.filter-btn-icon{width:1.25rem;height:1.25rem}.filters-sticky{padding:1rem}.filter-section{margin-bottom:1rem}}
