body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{color:#333;font-family:Source Sans Pro,sans-serif}.App-header{background-color:#4a6741;color:#fff;margin-bottom:0;padding:2rem 0;text-align:center}.App-header h1{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin:0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.hero{background-color:#f5f5f5;margin-bottom:3rem;padding:4rem 0;text-align:center}.hero-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:500px;margin-bottom:2rem;max-width:100%;object-fit:cover}.hero h2{color:#4a6741;font-family:Playfair Display,serif;font-size:2.2rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin:0 auto;max-width:600px}.recipes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.recipe-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease}.recipe-card:hover{transform:translateY(-5px)}.recipe-image{height:200px;object-fit:cover;width:100%}.recipe-image-placeholder{align-items:center;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;display:flex;height:200px;justify-content:center;width:100%}.placeholder-content{color:#666;text-align:center}.placeholder-content span{color:#999;font-size:.9rem}.placeholder-content h4{color:#4a6741;font-family:Playfair Display,serif;margin:.5rem 0 0}.recipe-info{padding:1.5rem}.recipe-info h3{color:#4a6741;font-family:Playfair Display,serif;margin-bottom:.5rem}.chapter-tag{color:#666;font-size:.9rem;margin-bottom:1rem}.chapters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.chapter-card{background-color:#f5f5f5;border-radius:8px;color:#4a6741;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.chapter-card:hover{background-color:#e0e0e0;transform:translateY(-3px)}.chapter-card h3{font-family:Playfair Display,serif;margin-bottom:.5rem}.recipe-page{margin:2rem 0}.breadcrumb{color:#666;margin-bottom:2rem}.breadcrumb a{color:#4a6741;text-decoration:none}.recipe-header{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.recipe-hero-image{border-radius:8px;height:300px;object-fit:cover;width:100%}.recipe-meta h1{color:#4a6741;font-family:Playfair Display,serif;margin-bottom:1rem}.recipe-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.ingredients-section h2,.method-section h2{color:#4a6741;font-family:Playfair Display,serif;margin-bottom:1rem}.ingredients-section ul,.method-section ol{line-height:1.6}.ingredients-section li,.method-section li{margin-bottom:.5rem}.recipe-actions{display:flex;gap:1rem;justify-content:center}.chapter-page{margin:2rem 0}.chapter-page h1{color:#4a6741;font-family:Playfair Display,serif;margin-bottom:2rem;text-align:center}.about-section,.chapters-section,.featured-recipes{margin-bottom:3rem}.about-section h2,.chapters-section h2,.featured-recipes h2{font-family:Playfair Display,serif;margin-bottom:1.5rem;text-align:center}.about-section{background-color:#f9f9f9;border-radius:8px;padding:2rem;text-align:center}.about-section p{line-height:1.6;margin:0 auto;max-width:800px}.btn-primary{background-color:#4a6741;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.btn-primary:hover{background-color:#3a5233}.btn-secondary{background-color:#f5f5f5;border:2px solid #4a6741;border-radius:5px;color:#4a6741;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background-color:#4a6741;color:#fff}.search-bar{display:flex;justify-content:center;margin-bottom:2rem}.search-input-container{max-width:500px;position:relative;width:100%}.search-input{border:2px solid #e0e0e0;border-radius:25px;font-size:1rem;outline:none;padding:1rem 3rem 1rem 1rem;transition:border-color .3s ease;width:100%}.search-input:focus{border-color:#4a6741}.clear-search-btn{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;font-size:1.5rem;height:24px;justify-content:center;padding:0;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:24px}.clear-search-btn:hover{color:#666}.search-results h2{color:#4a6741;font-family:Playfair Display,serif;margin-bottom:1.5rem;text-align:center}.no-results{color:#666;font-style:italic;margin:2rem 0;text-align:center}.recipe-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.recipe-tag{background-color:#4a6741;border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:lowercase}.recipe-tag:first-letter{text-transform:uppercase}.login-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:400px;padding:3rem;text-align:center}.login-btn{margin-top:1.5rem;padding:1rem;width:100%}.user-info{align-items:center;background-color:#f9f9f9;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem}.logout-btn{padding:.5rem 1rem}.access-denied{flex-direction:column;text-align:center}.access-denied,.loading{align-items:center;display:flex;justify-content:center;min-height:100vh}.loading{font-size:1.2rem}footer{background-color:#f5f5f5;margin-top:3rem;padding:1.5rem 0;text-align:center}.version-info{color:#666;font-size:.8rem;margin-top:.5rem}.error{background-color:#ffebee;border-radius:5px;color:#d32f2f;margin:2rem 0;padding:2rem;text-align:center}@media print{.breadcrumb,.btn-primary,.btn-secondary,.recipe-actions,.user-info{display:none!important}.recipe-page{margin:0;padding:0}.container{max-width:none;padding:0}.recipe-header{gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}.recipe-hero-image{height:auto;margin:0 auto;max-width:300px}.recipe-content{gap:2rem;grid-template-columns:1fr}.recipe-meta h1{font-size:1.8rem;text-align:center}.ingredients-section h2,.method-section h2{font-size:1.4rem;page-break-after:avoid}.ingredients-section ul,.method-section ol{page-break-inside:avoid}body{font-size:12pt;line-height:1.4}}@media (max-width:768px){.recipe-content,.recipe-header{grid-template-columns:1fr}.hero{padding:2rem 0}.hero h2{font-size:1.8rem}.recipe-actions{flex-direction:column}}
/*# sourceMappingURL=main.02404bda.css.map*/