*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:#fafaf8}header{display:flex;justify-content:center;align-items:center;height:150px;margin-top:5px;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}header>img{width:150px}header>h1{font-weight:400}main{padding:30px 0}.app-container{max-width:800px;margin:0 auto;padding:0 20px}.quackly-recipe-header{display:flex;align-items:center;gap:16px;margin-bottom:18px}.quackly-recipe-icon{width:48px;height:48px;object-fit:contain;display:block}.remove-ingredient-btn{background:#d17557;border:none;border-radius:6px;padding:6px 10px;margin-left:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.remove-ingredient-btn:hover{background:#b95e3e}.ingredients-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}button{cursor:pointer}.ingredients-list-container{margin:32px 0}.add-ingredient-form{display:flex;flex-direction:row;align-items:stretch;gap:12px;width:100%;max-width:800px;margin:0 auto 24px}.add-ingredient-form>input{border-radius:6px;border:1px solid #D1D5DB;padding:16px 20px;font-size:1.15rem;box-shadow:0 1px 2px #0000000d;flex:1 1 auto;min-width:0;max-width:100%;box-sizing:border-box}.add-ingredient-form>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:180px;font-size:1.1rem;font-weight:600;padding:16px 0;box-sizing:border-box}.add-ingredient-form>button:before{content:"+";margin-right:5px}.ingredients-list{list-style:none;padding-left:0;margin:32px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.ingredients-list-container h2{margin:0 0 32px;text-align:left}.ingredient-item{color:#475467;line-height:28px;display:flex;align-items:center;justify-content:center;width:120px;height:48px;box-sizing:border-box;margin-bottom:12px}.ingredient-btn{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;background:#d17557;border:none;border-radius:6px;padding:8px 12px;color:#fafaf8;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s;gap:8px;box-sizing:border-box}.ingredient-btn:hover{background:#b95e3e}.ingredient-x{pointer-events:none}.ingredient-text{flex:1;text-align:left;overflow-wrap:anywhere;white-space:normal;font-size:clamp(.7rem,2vw,.95rem);min-width:0;line-height:1.1;display:flex;align-items:center;height:100%}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:8px;background:#f0efeb;padding:10px 28px}.get-recipe-container h3{font-size:1.125rem;font-weight:500;line-height:24px}.get-recipe-container p{color:#6b7280;font-size:.875rem;line-height:20px}.get-recipe-button{border:none;border-radius:6px;background:#d17557;box-shadow:0 1px 2px #0000000d;color:#fafaf8;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;padding:8px 12px;min-width:120px;height:48px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:background .2s}.get-recipe-button:hover{background:#b95e3e}.suggested-recipe-container{color:#475467;line-height:24px;font-size:.95rem;font-weight:400;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:32px 24px;margin:32px auto;max-width:800px;width:100%}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem}.loading-text{margin-top:1rem}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}@media (max-width: 900px){.app-container,header,.add-ingredient-form{max-width:100%;width:100%;padding-left:8px;padding-right:8px}}.card{padding:2em}.read-the-docs{color:#888}.image-response{width:110px}.duck-container{position:relative;display:inline-block}.wiggle{display:inline-block;transform-origin:center;animation:wiggle .2s ease-in-out;animation-duration:5s}.wiggle:hover{animation:wiggle .2s ease-in-out infinite;animation-duration:5s}@keyframes wiggle{0%{transform:rotate(0)}15%{transform:rotate(6deg)}30%{transform:rotate(-6deg)}45%{transform:rotate(5deg)}60%{transform:rotate(-5deg)}75%{transform:rotate(3deg)}to{transform:rotate(0)}}@media (max-width: 600px){.add-ingredient-form{flex-direction:column!important;align-items:stretch;gap:8px}.add-ingredient-form>input{font-size:1.3rem;padding:22px 24px;border-width:2px}.add-ingredient-form>button{font-size:1.25rem;padding:22px 0;min-height:56px;border-width:2px}.ingredient-item{width:100%;height:64px;margin-bottom:16px}.ingredient-btn{font-size:1.15rem;padding:16px 18px;min-height:56px;border-width:2px}.ingredient-text{font-size:1.15rem}.ingredients-list{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}.add-ingredient-form{flex-direction:column;gap:8px;height:auto}.add-ingredient-form>button{width:100%}.add-ingredient-form>input{max-width:100%}header{height:auto;flex-direction:column;gap:6px;padding:12px 0}main{padding:16px 4px 6px}.suggested-recipe-container{padding:18px 4px;border-radius:10px;margin:16px 0}}
