.library-main{min-height:100vh;display:flex;flex-direction:column;background-color:#fff8f2}.collection-hero{background:linear-gradient(135deg,#ffe5e5,#fff3f3);border-bottom:1px solid #FFD4D4;padding:2rem 1.5rem}.collection-hero-content{max-width:600px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#a24f3d;border-radius:50%;box-shadow:0 2px 8px #a24f3d26}.heart-icon{width:1.75rem;height:1.75rem}.collection-hero-title{font-size:2rem;color:#412a1c;font-weight:700;margin:0;letter-spacing:-.02em}.collection-hero-subtitle{font-size:1rem;color:#6b5243;margin:0;max-width:400px}.collection-stats{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000014}.stat-number{font-size:2rem;font-weight:700;color:var(--gjs-t-color-primary);line-height:1}.stat-label{font-size:.9375rem;color:#7a5e4d;font-weight:500}.library-content{flex:1;padding:2rem 1.5rem}.collection-container{max-width:1400px;margin:0 auto}.collection-recipes{display:flex;flex-direction:column;gap:2rem}.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}.remove-favorite-btn{position:absolute;top:.75rem;left:.75rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #E5DED8;border-radius:50%;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #0000001a;z-index:2}.remove-favorite-btn.favorited{background:var(--gjs-t-color-primary);border-color:var(--gjs-t-color-primary)}.remove-favorite-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.remove-favorite-btn .bookmark-icon{width:1.25rem;height:1.25rem;display:block}.remove-favorite-btn .bookmark-icon.filled,.remove-favorite-btn.favorited .bookmark-icon{display:none}.remove-favorite-btn.favorited .bookmark-icon.filled{display:block}.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)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:400px}.empty-icon{width:6rem;height:6rem;margin-bottom:2rem;opacity:.6}.empty-title{font-size:1.75rem;font-weight:600;color:#412a1c;margin-bottom:.75rem}.empty-text{font-size:1.125rem;color:#6b5243;margin-bottom:2rem;max-width:500px;line-height:1.6}.explore-btn{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#a24f3d,#8b3e2f);border:none;border-radius:.75rem;color:#fff;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #a24f3d4d;text-decoration:none}.explore-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a24f3d66}.btn-icon{width:1.25rem;height:1.25rem}.collection-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:#412a1cf2;color:#fff;padding:1rem 1.5rem;border-radius:.75rem;font-size:.9375rem;font-weight:500;box-shadow:0 4px 20px #0000004d;z-index:1000;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.collection-toast.visible{opacity:1;transform:translate(-50%) translateY(0)}@media (max-width: 768px){.collection-hero{padding:1.5rem 1rem}.collection-hero-title{font-size:1.75rem}.collection-hero-subtitle{font-size:.9375rem}.hero-icon{width:2.5rem;height:2.5rem}.heart-icon{width:1.5rem;height:1.5rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.875rem}.collection-stats{padding:.625rem 1.25rem}.empty-icon{width:5rem;height:5rem}.empty-title{font-size:1.5rem}.empty-text{font-size:1rem}}@media (max-width: 480px){.collection-hero{padding:1.25rem 1rem}.collection-hero-title{font-size:1.5rem}.collection-hero-subtitle{font-size:.875rem}.stat-number{font-size:1.5rem}.recipe-card-content{padding:.875rem}.empty-state{padding:3rem 1.5rem}.explore-btn{width:100%;justify-content:center}}
