.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#4a6741;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{font-size:calc(10px + 2vmin)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffff1a;backdrop-filter:blur(5px);transition:all .3s ease;height:70px}.navbar.scrolled{background:#fffffff2;backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;border-bottom:1px solid rgba(74,103,65,.2)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between}.navbar-brand{text-decoration:none;display:flex;align-items:center}.brand-text{font-size:1.8rem;font-weight:700;color:#4a6741;letter-spacing:-.5px;transition:color .3s ease;text-shadow:0 2px 4px rgba(255,255,255,.9)}.navbar-brand:hover .brand-text{color:#3d5a35;text-shadow:0 2px 6px rgba(255,255,255,1)}.navbar-links{display:flex;align-items:center;gap:40px}.nav-link{text-decoration:none;color:#2c3e50;font-size:1.1rem;font-weight:500;padding:8px 16px;border-radius:20px;transition:all .3s ease;position:relative;text-shadow:0 2px 4px rgba(255,255,255,.9);font-weight:600}.nav-link:hover{color:#4a6741;background:#4a67411a}.nav-link.active{color:#4a6741;background:#4a674126;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#4a6741;border-radius:1px}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:3px;background:#4a6741;border-radius:2px;transition:all .3s ease;transform-origin:center;box-shadow:0 2px 4px #ffffffe6}.mobile-menu-button.open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-button.open .hamburger-line:nth-child(2){opacity:0;transform:scale(0)}.mobile-menu-button.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-overlay{position:fixed;inset:0;background:transparent;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease;cursor:pointer}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:absolute;top:70px;left:0;right:0;background:#fffffffa;backdrop-filter:blur(15px);padding:20px;border-bottom:1px solid rgba(74,103,65,.2);box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);transition:transform .3s ease;cursor:default}.mobile-menu-overlay.open .mobile-menu{transform:translateY(0)}.mobile-nav-link{display:block;text-decoration:none;color:#2c3e50;font-size:1.2rem;font-weight:500;padding:15px 0;border-bottom:1px solid rgba(74,103,65,.1);transition:color .3s ease}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover{color:#4a6741}@media (max-width: 768px){.navbar{height:60px}.navbar-container{padding:0 15px}.brand-text{font-size:1.5rem}.navbar-links{display:none}.mobile-menu-button{display:flex}.mobile-menu{top:60px}}@media (max-width: 480px){.navbar-container{padding:0 10px}.brand-text{font-size:1.3rem}}html{scroll-behavior:smooth}.footer{background-color:#4a6741;color:#ffead3;text-align:center;padding:20px}.footer-container{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:nowrap}.footer-container a{height:100%;width:100%;font-size:x-large;color:#ffead3;text-decoration:none;padding:10px}.homepage{overflow-x:hidden;scroll-behavior:smooth}.homebody:before{content:"";display:block;position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:-10;background:url(/assets/Con_Side-B02bHhTt.jpg) no-repeat center center;background-size:cover}.image-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;color:#ffead3;text-shadow:-1px -1px 0 #4a6741,1px -1px 0 #4a6741,-1px 1px 0 #4a6741,1px 1px 0 #4a6741}.image-section h1,.image-section h2{border-radius:8px;font-size:xx-large;text-align:center;font-weight:lighter}.split-text{display:flex;flex-direction:column;height:100%;width:100%}.top-third,.middle-third,.bottom-third{flex:1;display:flex;align-items:center;justify-content:center}.top-third h1{position:relative;display:inline-block;padding:0 20px}.top-third h1:before,.top-third h1:after{content:"";position:absolute;top:50%;width:5%;height:2px;background-color:#ffead3;border:1px solid #4a6741}.green-section{height:30vh;background-color:#4a6741;display:flex;align-items:center;justify-content:center;text-align:center;color:#ffead3}@media (max-width: 768px){.homebody:before{content:"";display:block;position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:-10;background:url(/assets/ConSideLarge-YI9mNV_L.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}}.contact_form{background:#00000080;padding:20px;border-radius:8px;display:flex;flex-direction:column;justify-content:space-evenly;width:80%;height:50%;box-sizing:border-box;font-family:inherit;box-shadow:2px 10px 10px #0000004d}.contact_form input{text-align:center;height:10%;width:100%;border:none;border-radius:4px;font-size:x-large;box-sizing:border-box;font-family:inherit}.contact_form textarea{text-align:center;resize:vertical;height:45%;border:none;border-radius:4px;font-size:x-large;font-family:inherit}.contact_form button{width:100%;padding:10px;border:none;border-radius:4px;background:#ffead3;color:#4a6741;font-size:x-large;cursor:pointer;font-family:inherit}.gallerypage{min-height:100vh;background:linear-gradient(135deg,#fff,#faf8f0,#f5f2e8);background-attachment:fixed;background-size:cover;padding:90px 20px 20px;margin-top:-70px}.gallery-loading,.gallery-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.gallery-error h2{color:#dc3545;margin-bottom:15px}.gallery-error p{color:#6c757d;margin-bottom:20px}.retry-button{background:#4a6741;color:#fff;border:none;padding:12px 24px;border-radius:25px;cursor:pointer;font-size:1rem;transition:all .3s ease}.retry-button:hover{background:#3d5a35;transform:translateY(-2px)}.gallery-header{text-align:center;margin-bottom:40px;padding:40px 20px}.gallery-header h1{font-size:3rem;color:#2c3e50;margin:0 0 15px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.gallery-header p{font-size:1.2rem;color:#6c757d;margin:0;font-weight:300}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;max-width:1400px;margin:0 auto}.recipe-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.recipe-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000040;background:#fffffffa}.recipe-card-image{width:100%;height:250px;overflow:hidden;position:relative}.recipe-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recipe-card:hover .recipe-card-image img{transform:scale(1.05)}.recipe-card-no-image{width:100%;height:100%;background:#e9ecef;border:2px dashed #ced4da;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1.1rem}.recipe-card-content{padding:25px}.recipe-card-content h3{font-size:1.4rem;color:#2c3e50;margin:0 0 15px;font-weight:600;line-height:1.3}.recipe-description{color:#6c757d;font-size:1rem;line-height:1.5;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recipe-card-meta{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e9ecef}.recipe-date{color:#adb5bd;font-size:.9rem;font-weight:500}.no-recipes{text-align:center;padding:60px 20px}.no-recipes h2{color:#6c757d;margin-bottom:15px;font-size:1.8rem}.no-recipes p{color:#adb5bd;font-size:1.1rem}@media (max-width: 768px){.gallerypage{padding:80px 15px 15px;margin-top:-60px}.gallery-header{padding:30px 15px;margin-bottom:30px}.gallery-header h1{font-size:2.5rem}.gallery-header p{font-size:1.1rem}.gallery-grid{grid-template-columns:1fr;gap:20px}.recipe-card-content{padding:20px}.recipe-card-content h3{font-size:1.3rem}}@media (max-width: 480px){.gallerypage{padding:75px 10px 10px;margin-top:-60px}.gallery-header{padding:20px 10px}.gallery-header h1{font-size:2rem}.recipe-card-image{height:200px}.recipe-card-content{padding:15px}}@media (min-width: 769px) and (max-width: 1024px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}}@media (min-width: 1025px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:35px}}.contactpage{overflow-x:hidden;scroll-behavior:smooth}.contactbody:before{content:"";display:block;position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:-10;background:url(/assets/Con_Front-DBcYLvI4.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.contact-parallax{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;color:#ffead3}@media (max-width: 768px){.contactbody:before{content:"";display:block;position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:-10;background:url(/assets/ConFrontLarge-87RJJvZM.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#faf8f0,#f5f2e8);background-attachment:fixed;background-size:cover;margin-top:-70px;padding:90px 20px 20px}.login-container{background:#fffffff2;backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px;text-align:center}.login-header h1{color:#4a6741;margin-bottom:10px;font-size:2rem;font-weight:600}.login-header p{color:#666;margin-bottom:30px;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{text-align:left}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:.9rem}.form-group input{width:100%;padding:15px;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#4a6741;box-shadow:0 0 0 3px #4a67411a}.login-button{background:#4a6741;color:#fff;border:none;padding:15px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.login-button:hover:not(:disabled){background:#3a5a31;transform:translateY(-2px);box-shadow:0 5px 15px #4a67414d}.login-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c53030;padding:12px;border-radius:8px;border:1px solid #feb2b2;font-size:.9rem;text-align:left}@media (max-width: 768px){.admin-login{margin-top:-60px;padding:80px 20px 20px}}@media (max-width: 480px){.admin-login{margin-top:-50px;padding:70px 20px 20px}.login-container{padding:30px 20px;margin:10px}.login-header h1{font-size:1.75rem}.form-group input,.login-button{padding:12px}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#fff,#faf8f0,#f5f2e8);background-attachment:fixed;background-size:cover;margin-top:-70px;padding:90px 20px 20px}.dashboard-header{background:#fff;border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 5px 15px #00000014;display:flex;flex-direction:column;gap:20px}.header-content h1{color:#4a6741;margin:0;font-size:2.5rem;font-weight:600}.header-content p{color:#666;margin:5px 0 0;font-size:1.1rem}.header-actions{display:flex;gap:15px;flex-wrap:wrap}.create-button,.signout-button{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.create-button{background:#4a6741;color:#fff}.create-button:hover{background:#3a5a31;transform:translateY(-2px);box-shadow:0 5px 15px #4a67414d}.signout-button{background:#dc3545;color:#fff}.signout-button:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 5px 15px #dc35454d}.dashboard-content{display:flex;flex-direction:column;gap:30px}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.stat-card{background:#fff;border-radius:15px;padding:25px;text-align:center;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{color:#666;margin:0 0 15px;font-size:1.1rem;font-weight:500}.stat-number{color:#4a6741;font-size:3rem;font-weight:700;margin:0}.recipes-section{background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 15px #00000014}.recipes-section h2{color:#333;margin:0 0 25px;font-size:1.8rem;font-weight:600}.no-recipes{text-align:center;padding:60px 20px;color:#666}.no-recipes p{font-size:1.2rem;margin:0}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}.recipe-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:all .3s ease;border:1px solid #e9ecef}.recipe-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.recipe-image{height:200px;overflow:hidden;position:relative}.recipe-image img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.recipe-info{padding:20px}.recipe-info h3{color:#333;margin:0 0 10px;font-size:1.3rem;font-weight:600}.recipe-date{color:#999;margin:0;font-size:.85rem}.recipe-actions{padding:0 20px 20px;display:flex;gap:10px}.edit-button,.delete-button{flex:1;padding:10px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.edit-button{background:#007bff;color:#fff}.edit-button:hover{background:#0056b3}.delete-button{background:#dc3545;color:#fff}.delete-button:hover{background:#c82333}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #4a6741;border-radius:50%;animation:spin 1s linear infinite}.loading-container p{color:#666;font-size:1.1rem}@media (max-width: 768px){.admin-dashboard{margin-top:-60px;padding:80px 15px 15px}.dashboard-header{padding:20px}.header-content h1{font-size:2rem}.header-actions{flex-direction:column}.create-button,.signout-button{width:100%}.stats-section,.recipes-grid{grid-template-columns:1fr}.recipe-card{margin-bottom:20px}.recipes-section{padding:20px}}@media (max-width: 480px){.admin-dashboard{margin-top:-50px;padding:70px 15px 15px}.dashboard-header{padding:15px}.header-content h1{font-size:1.75rem}.stat-card{padding:20px}.stat-number{font-size:2.5rem}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.recipe-form-container{min-height:100vh;background:linear-gradient(135deg,#fff,#faf8f0,#f5f2e8);background-attachment:fixed;background-size:cover;margin-top:-70px;padding:90px 20px 20px}.form-header{background:#fff;border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 5px 15px #00000014;text-align:center}.form-header h1{color:#4a6741;margin:0 0 10px;font-size:2.5rem;font-weight:600}.form-header p{color:#666;margin:0;font-size:1.1rem}.recipe-form{background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 15px #00000014;max-width:800px;margin:0 auto}.form-section{margin-bottom:40px}.form-section h3{color:#333;margin:0 0 20px;font-size:1.4rem;font-weight:600;padding-bottom:10px;border-bottom:2px solid #e9ecef}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:15px;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a6741;box-shadow:0 0 0 3px #4a67411a}.form-group textarea{min-height:100px}.form-group textarea[name=ingredients]{min-height:120px}.form-group textarea[name=instructions]{min-height:160px}.rich-text-editor,.quill-wrapper{margin-bottom:20px}.quill-wrapper .ql-editor{min-height:120px}.rich-text-editor .ql-container{min-height:200px;font-size:1rem;font-family:inherit}.rich-text-editor .ql-toolbar{border:2px solid #e1e5e9;border-bottom:none;border-radius:10px 10px 0 0;background:#f8f9fa}.rich-text-editor .ql-container{border:2px solid #e1e5e9;border-top:none;border-radius:0 0 10px 10px}.rich-text-editor .ql-editor{padding:15px;min-height:200px}.rich-text-editor .ql-editor:focus{outline:none}.rich-text-editor .ql-toolbar button:hover,.rich-text-editor .ql-toolbar .ql-picker-label:hover,.rich-text-editor .ql-toolbar button.ql-active,.rich-text-editor .ql-toolbar .ql-picker-label.ql-active{color:#4a6741}.rich-text-editor .ql-toolbar .ql-stroke{stroke:#666}.rich-text-editor .ql-toolbar .ql-fill{fill:#666}.rich-text-editor .ql-toolbar .ql-picker{color:#666}.file-input{padding:12px!important;border:2px dashed #e1e5e9!important;background:#f8f9fa;cursor:pointer;transition:all .3s ease}.file-input:hover{border-color:#4a6741!important;background:#f0f2f5}.file-input:focus{border-color:#4a6741!important;background:#fff}.help-text{margin:8px 0 0;color:#666;font-size:.9rem;font-style:italic}.image-preview{margin-top:20px;text-align:center}.image-preview img{max-width:100%;max-height:300px;border-radius:10px;box-shadow:0 5px 15px #0000001a}.form-actions{display:flex;gap:20px;justify-content:flex-end;margin-top:40px;padding-top:30px;border-top:2px solid #e9ecef}.cancel-button,.save-button{padding:15px 30px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.cancel-button{background:#6c757d;color:#fff}.cancel-button:hover:not(:disabled){background:#5a6268;transform:translateY(-2px);box-shadow:0 5px 15px #6c757d4d}.save-button{background:#4a6741;color:#fff}.save-button:hover:not(:disabled){background:#3a5a31;transform:translateY(-2px);box-shadow:0 5px 15px #4a67414d}.cancel-button:disabled,.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.save-button:disabled{position:relative}.save-button:disabled:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;right:15px;top:50%;transform:translateY(-50%)}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}@media (max-width: 768px){.recipe-form-container{margin-top:-60px;padding:80px 15px 15px}.form-header{padding:20px}.form-header h1{font-size:2rem}.recipe-form{padding:20px}.form-actions{flex-direction:column;gap:15px}.cancel-button,.save-button{width:100%;min-width:auto}}@media (max-width: 480px){.recipe-form-container{margin-top:-50px;padding:70px 15px 15px}.form-header{padding:15px}.form-header h1{font-size:1.75rem}.recipe-form{padding:15px}.form-group input,.form-group textarea{padding:12px}.form-section h3{font-size:1.2rem}.rich-text-editor .ql-toolbar{padding:8px}.rich-text-editor .ql-toolbar button{width:28px;height:28px}.rich-text-editor .ql-editor{padding:12px;min-height:150px}}.recipe-detail{min-height:100vh;background:linear-gradient(135deg,#fff,#faf8f0,#f5f2e8);background-attachment:fixed;background-size:cover;padding:90px 20px 20px;margin-top:-70px}.recipe-detail-loading,.recipe-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e1e5e9;border-top:4px solid #4a6741;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.recipe-detail-error h2{color:#dc3545;margin-bottom:15px}.recipe-detail-error p{color:#666;margin-bottom:20px}.recipe-detail-header{text-align:center;margin-bottom:30px;position:relative;margin-top:20px}.recipe-detail-header h1{font-size:2.5rem;color:#2c3e50;margin:0;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.back-button{position:absolute;left:0;top:50%;transform:translateY(-50%);background:#4a6741;color:#fff;border:none;padding:10px 20px;border-radius:25px;cursor:pointer;font-size:1rem;transition:all .3s ease;box-shadow:0 2px 8px #4a67414d;z-index:10}.back-button:hover{background:#3d5a35;box-shadow:0 4px 12px #4a674166}.recipe-detail-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:30px}.recipe-image-section{text-align:center}.recipe-detail-image{width:100%;max-width:600px;height:auto;border-radius:20px;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.recipe-detail-image:hover{transform:scale(1.02)}.recipe-detail-no-image{width:100%;max-width:600px;height:300px;background:#e9ecef;border:2px dashed #ced4da;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto;color:#6c757d;font-size:1.1rem}.recipe-info-section{background:#fff;padding:30px;border-radius:20px;box-shadow:0 5px 20px #0000001a}.recipe-description,.recipe-ingredients,.recipe-instructions{margin-bottom:30px}.recipe-description h2,.recipe-ingredients h2,.recipe-instructions h2{color:#4a6741;font-size:1.8rem;margin-bottom:15px;font-weight:600;border-bottom:3px solid #e9ecef;padding-bottom:10px}.recipe-description p{font-size:1.1rem;line-height:1.6;color:#495057;margin:0}.recipe-content{font-size:1.1rem;line-height:1.7;color:#495057}.recipe-content h1,.recipe-content h2,.recipe-content h3{color:#4a6741;margin:20px 0 15px;font-weight:600}.recipe-content h1{font-size:1.5rem}.recipe-content h2{font-size:1.3rem}.recipe-content h3{font-size:1.2rem}.recipe-content p{margin:12px 0}.recipe-content strong,.recipe-content b{color:#2c3e50;font-weight:600}.recipe-content em,.recipe-content i{font-style:italic;color:#6c757d}.recipe-content ul,.recipe-content ol{margin:15px 0;padding-left:25px}.recipe-content li{margin:8px 0;line-height:1.6}.recipe-content ul li{list-style-type:disc}.recipe-content ol li{list-style-type:decimal}.recipe-meta{margin-top:30px;padding-top:20px;border-top:2px solid #e9ecef;text-align:center}.recipe-date{color:#6c757d;font-size:.95rem;margin:5px 0}@media (max-width: 768px){.recipe-detail{padding:100px 15px 15px;margin-top:-60px}.recipe-detail-header h1{font-size:2rem;margin-top:20px}.back-button{position:relative;left:auto;top:auto;transform:none;margin-bottom:20px;margin-top:10px;align-self:flex-start;z-index:10}.recipe-detail-header{display:flex;flex-direction:column;align-items:center;margin-top:0}.recipe-info-section{padding:20px}.recipe-description h2,.recipe-ingredients h2,.recipe-instructions h2{font-size:1.5rem}.recipe-content{font-size:1rem}.recipe-content h1{font-size:1.3rem}.recipe-content h2{font-size:1.2rem}.recipe-content h3{font-size:1.1rem}}@media (max-width: 480px){.recipe-detail{padding:90px 10px 10px;margin-top:-60px}.recipe-info-section{padding:15px}.recipe-detail-header h1{font-size:1.8rem}}@media (min-width: 769px){.recipe-detail-content{grid-template-columns:1fr 1fr;align-items:start}.recipe-image-section{position:sticky;top:20px}}body{margin:0;background-color:#4a6741;font-family:Lora,serif;font-weight:100;font-optical-sizing:auto;padding-top:70px}@media (max-width: 768px){body{padding-top:60px}}
