*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif}body.light{background:#fff;color:#1a1a1a}body.dark{background:#121212;color:#fff}body.light header{background:#f5f5f5;border-bottom:1px solid #ddd}body.dark header{background:#1e1e1e;border-bottom:1px solid #333}body.light .ingredients-list li{color:#121212}body.dark .ingredients-list li{color:#fff}body.light .add-ingredient-form>button{background:#000;color:#fff}body.dark .add-ingredient-form>button{color:#000;background:#fff}body.dark h3{color:#000}body.dark .suggested-recipe-container h1,body.dark .suggested-recipe-container h2,body.dark .suggested-recipe-container h4,body.dark .suggested-recipe-container h5,body.dark .suggested-recipe-container h3{color:#fff}body.dark .suggested-recipe-container p{color:#d1d1d1}body.dark .suggested-recipe-container li{color:#e5e5e5}header{display:flex;justify-content:center;align-items:center;gap:11px;height:80px;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.logo{width:50px}header>h1{font-weight:400}main{padding:30px 30px 10px}.add-ingredient-form{display:flex;justify-content:center;gap:12px;height:38px}.add-ingredient-form>input{border-radius:6px;border:1px solid #d1d5db;padding:9px 13px;box-shadow:0 1px 2px #0000000d;flex-grow:1;min-width:150px;max-width:400px}.add-ingredient-form>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:150px;font-size:.875rem;font-weight:500}.add-ingredient-form>button:before{content:"+";margin-right:5px}ul.ingredients-list{margin-bottom:48px}ul.ingredients-list>li{color:#475467;line-height:28px}.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-container button{border:none;border-radius:6px;background:#d17557;box-shadow:0 1px 2px #0000000d;color:#fafaf8;padding:9px 17px;font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer}.suggested-recipe-container{color:#475467;line-height:28px;font-size:1.125rem;font-weight:400}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}.save-recipe-button{margin-top:20px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}header>button{position:absolute;font-family:Inter,sans-serif;right:30px;top:20px;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:150px;font-size:.875rem;font-weight:500}.loading-state{display:flex;justify-content:center;align-items:center;gap:12px;padding:40px 20px;font-size:1.125rem;font-weight:500;color:#d17557;min-height:100px}.loading-state:before{content:"";display:inline-block;width:24px;height:24px;border:3px solid #d17557;border-top:3px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
